Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE Display not correct!!!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29173
    xagosto
    Member

    I’m a newbie at web desinging….and I’m having a slite problem with the displays

    In Chorme, Safari and FF displays correctlyt but in IE is a mess!!! HATE IE!!!!
    here is the pages http://www.redstarmotoring.com its supposed to display in the middle,but in IE it displays on the bottom.

    in this page on IE the float do not work, what am I doing wrong? http://www.fussionservices.com/casaderetiro

    #76646
    TheDoc
    Member

    Change:

    * { margin: 0 auto; }

    to

    * { margin: 0; padding: 0; }

    That’s more of a personal preference – I can’t actually see any problem with IE for Red Star Motoring.

    #76904
    xagosto
    Member

    I tried it, still yo can still see the diference on the nav bar
    is not correctly placed the floats are not working.
    On Internet Explorer
    It works correctly on Chrome,FF and Safari

    #76944
    virtual
    Participant

    Try putting a correct doctype in casadelretiro, IE doesn’t render correctly without it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.