halluzineyt Posted December 14, 2009 Share Posted December 14, 2009 My link if you have some time view my site on mozilla and IE browser.. Compare them.. if you can see my site looks awfull in mozilla what may have caused this and how can i fix this ?? pls help? Link to comment Share on other sites More sharing options...
germ Posted December 15, 2009 Share Posted December 15, 2009 My link if you have some time view my site on mozilla and IE browser.. Compare them.. if you can see my site looks awfull in mozilla what may have caused this and how can i fix this ?? pls help? Two errors in the stylesheet. The existing code is this: BODY { text-align: center; background:ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#246A96'',EndColorStr='#66bef5'); margin: 0px auto; margin: 0px; } It needs to be this: BODY { text-align: center; background:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#246A96',EndColorStr='#66bef5'); margin: 0px auto; margin: 0px; } Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. This works with IE and Firefox. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.