MDanz Posted October 3, 2009 Share Posted October 3, 2009 .rollover a { float: left; width: 101px; height: 101px; this is depressing.. in firefox some text is all over the place.. in google chrome its perfect.. how can i fix this? Link to comment https://forums.phpfreaks.com/topic/176336-css-works-in-google-chrome-but-not-firefox/ Share on other sites More sharing options...
lostprophetpunk Posted October 3, 2009 Share Posted October 3, 2009 Why is there no closing tag for the css, and a huge gap between some css properties? It might help if you post some of the html involved as well. Link to comment https://forums.phpfreaks.com/topic/176336-css-works-in-google-chrome-but-not-firefox/#findComment-929521 Share on other sites More sharing options...
CarbonCopy Posted October 4, 2009 Share Posted October 4, 2009 We definitely need more code to properly assess the situation, but your CSS should look like this. .rollover a { float: left; width: 101px; height: 101px; } Link to comment https://forums.phpfreaks.com/topic/176336-css-works-in-google-chrome-but-not-firefox/#findComment-930252 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.