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 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. 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 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. 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 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. 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
Archived
This topic is now archived and is closed to further replies.