3 Replies - 648 Views - Last Post: 22 August 2009 - 03:37 PM

#1 nick1200  Icon User is offline

  • Php Coder
  • member icon

Reputation: -18
  • View blog
  • Posts: 922
  • Joined: 21-March 09

Firefox Looks Good But Ie Dont

Post icon  Posted 20 August 2009 - 03:38 PM

i have noticed i open my site in firefox and looks normal but then when i open my site in ie it messes up

is there any 1 to fix this ?
i can post my style file if needed
my sites
pokemontoxic.net

if any 1 wants to have a look what i mean
Is This A Good Question/Topic? 0
  • +

Replies To: Firefox Looks Good But Ie Dont

#2 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: Firefox Looks Good But Ie Dont

Posted 20 August 2009 - 03:48 PM

Moved to HTML & CSS (Other Languages is for things like F#, Haskell, ASM and so on)
Was This Post Helpful? 0
  • +
  • -

#3 SixOfEleven  Icon User is offline

  • using Caffeine;
  • member icon

Reputation: 930
  • View blog
  • Posts: 6,316
  • Joined: 18-October 08

Re: Firefox Looks Good But Ie Dont

Posted 20 August 2009 - 05:52 PM

In your CSS are you using padding? The reason I ask is that IE and Firefox deal with padding in different ways. With out seeing your CSS that is about all I can suggest at the moment. Posting the CSS might be helpful. If I could make a small suggestion on the vertical nav bar. Home Login Register About Us might be a better order for the links. Just a thought. :)
Was This Post Helpful? 0
  • +
  • -

#4 bgonzales999  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 0
  • View blog
  • Posts: 108
  • Joined: 07-February 09

Re: Firefox Looks Good But Ie Dont

Posted 22 August 2009 - 03:37 PM

IE just doesn't like it. But I did get it to move, in IE, with margin-left. Just add it into divstyle.css.

Out of divstyle.css:

body {margin-left: 200px;width: 900px; margin-top: 10px;}

P.S. the site works in chrome.

This post has been edited by bgonzales999: 22 August 2009 - 03:40 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1