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? Quote Link to comment 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. Quote Link to comment 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; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.