Fruddy Posted May 6, 2007 Share Posted May 6, 2007 www.newcomedy.net My design looks perfectly fine in Firefox. But in Iexplore the layout is completely screwed up. I can't really find a another way to code it... how can i fix it? Quote Link to comment Share on other sites More sharing options...
SkyRanger Posted May 7, 2007 Share Posted May 7, 2007 Are you using CSS for your tables? If you are check to see if your code is cross browser compatible. If not you may have to create a seperate CSS for each browser using a javascript or put in the cross browser code that will read in both FF and IE. I had to do both for some of my pages that I had done in the past. http://validator.w3.org/ Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted May 7, 2007 Share Posted May 7, 2007 if you use a strict dtd you shoudl be able to get away with different style sheets for different browser (on the whole). Graphically the site is nice but when you look under the bonnet thers' gaffer tape holding it all in place.... You could very quickly and easily switch to a div layout for that site and overcome the cross browser issues at the same time.... 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.