I've notice when viewing certain sites like paypal via SSL it now not only shows a favicon but also a green bar and the name of the company. I saw it on some other sites too and would like to incorporate it into my site. I figured it's being achieved by some sort of CSS. How do I accomplish this? Any help woudl be greatly appreciated.
I don't think you can style that externally, it's probably embedded in the program.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday" Carolina Corvette Club
I'm pretty sure you can edit some portion of that bar since I've seen the bar green on paypal and blue on another site.. just can't remember what site it was right now.
I think it is actually green for EV (like paypal's site) and blue for a basic ssl. Basically, the green is the highest level of security and info available.
I think it is done done firefox itself (like good sites have better colours). I just done a quick search and it's from the CSS within ff cromes...user can edit it with something like:
It's done for security to help surfers know which sites are safe, which are phishing, etc. You can edit things so that shows up differently for you, but you can't add code to your site so other users see what's in the address bar the way you want. It would kind of defeat the whole point of the security.
If you mouse over what you see at PayPal and also click on the green image you can see that PayPal has that because it's been verified by verisign as being secure.
It's called Instant Web site ID and the green you see is an indication the site is using the Extended Validation Secure Socket Layer (EV SSL). If you want your site to show that green you'll need to use EV SSL.