barkster Posted February 18, 2008 Share Posted February 18, 2008 I cannot figure out why this page looks fine in firefox but huge in IE? I'm using fixed text? Any ideas? Is there a way to debug/check my css for IE and Firefox? I've tried a few site and they check out fine but that doesn't mean they are right. http://www.amobilebailbonds.com Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/ Share on other sites More sharing options...
bronzemonkey Posted February 18, 2008 Share Posted February 18, 2008 Probably because you have an unclosed h1 tag in your code. I imagine IE is applying the h1 style to the entire document. If you have a problem: please pass your code through the w3c validators before you post, fix the errors it shows you, and if the problem remains then ask for help. Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/#findComment-470040 Share on other sites More sharing options...
barkster Posted February 19, 2008 Author Share Posted February 19, 2008 That what I tried to do, what site or program do I use to do this. I used a few sites and dreamweaver checker and didn't find it. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/#findComment-470186 Share on other sites More sharing options...
AndyB Posted February 19, 2008 Share Posted February 19, 2008 http://validator.w3.org/ http://jigsaw.w3.org/ Trust those. Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/#findComment-470187 Share on other sites More sharing options...
barkster Posted February 19, 2008 Author Share Posted February 19, 2008 That was it. Funny too cause when I restarted dreamweaver it showed the missing tag. When I made it show missing tags I guess it needed a restart. Thanks for the sites I found them after you named them correctly. I was searching for css validation cause I thought I had a style wrong. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/#findComment-470190 Share on other sites More sharing options...
TheFilmGod Posted February 19, 2008 Share Posted February 19, 2008 That was it. Funny too cause when I restarted dreamweaver it showed the missing tag. When I made it show missing tags I guess it needed a restart. Thanks for the sites I found them after you named them correctly. I was searching for css validation cause I thought I had a style wrong. Thanks I don't think you would have to restart dreamweaver, simply make it reload the stylesheet/html. So you would save it, Close the html file and open it up again. No need to restart the whole program. Quote Link to comment https://forums.phpfreaks.com/topic/91766-font-huge-in-ie-but-fine-in-firefox/#findComment-470251 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.