CSS differences b/t Firefox, Chrome, Safari…??
-
I am using the TwentyTen theme for wp and have been making small, but important, design changes using the CSS editor (edited in Eclipse PHP then copy/pasted into css editor in WP admin). When I asked a friend to view it on her computer (Win XP w/IE), it looked perfect.
When I checked it on another computer (Win 7 w/Chrome), there were some issues that I had fixed that weren’t recognized. I changed the font size of the tagline and blog title objects in the header to be 0px and white using
font-size: 0px;andfont-color: #FFFFFF;to make it “disappear” so it wouldn’t muck up my design but I would still be able to use the HTML as the page<title>. When I checked on my computer, it looks like the changes register in Firefox, but not on Chrome or Sarafi (I don’t have IE … I’m a Mac person).The “blog title” change registered fine on all browsers, and was not visible, but the tagline was visible as could be. Here is the code that I used to make the tagline “invisible” while still using the embedded HTML text to be used in the
<title>tag:} #site-description { clear: right; float: right; font-style: italic; font-size: 0px; margin: 0px 0 0px 0; width: 220px;Any help as to how to make this persist on all browsers (at least Chrome and Safari) would be GREATLY appreciated! Thanks so much!
If you want to see for yourself, check out: Packaging-Central.com Blog
Ben
The topic ‘CSS differences b/t Firefox, Chrome, Safari…??’ is closed to new replies.