Forums

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

Home Forums CSS my site looks bad on internet explorer

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38319
    shaifshahin
    Participant

    my site looks bad on internet explorer, is that possible to fix?
    heres the url..
    carolinekeyzormirror.dreamhosters.com
    http://carolinekeyzormirror.dreamhosters.com/portfolio-items/london-evening-standard-british-airways/

    #103818
    EkingRDL
    Member

    why don’t you fix it with internet explorer class, this is what i do





    everything that has ie will only apply to ie, like:

    .ie header {
    /* Only Applied To IE */
    }
    #103825
    shaifshahin
    Participant

    not sure how to use it

    #103827
    GSimon
    Participant

    A bit too many class’ going on for me to really give a solid answer, but it looks like you might be setting the navigation div that holds all the list items to a width of 140px.

    #pages li{float:left; font-size:1.2em;font-weight:normal;list-style-type:none; width:140px; margin-left:15px;text-transform:uppercase; margin-top:20px}

    ^^the above is an instance where this might be the case. I understand that it to make the width of each li 140px and not the list itself though.

    My suggestion is to put the navigations links in a div/span w.e that is the width of your page (roughly 700px) so that IE won’t shove the list off to the right. It looks like they are in a container at the moment that is forced to the right because it is set to float but has no pre-determined width.

    #103828
    Senff
    Participant

    You didn’t specify on which version(s) of Internet Explorer it looks bad, and also not what part(s) look bad. You’ll have to be a little more specific.

    I’m guessing that you mean the top menu on IE7. This is because you give #top a height of 100px. Either remove that, or increase it to 180px.

    #104226
    shaifshahin
    Participant

    on home page pagination nav under the slider not showing correctly, can you help me.

    Also on this page http://www.carolinekeyzor.co.uk/portfolio/
    in the 3rd line shows only one image

    #104234
    shaifshahin
    Participant

    on home page http://www.carolinekeyzor.co.uk pagination nav under the slider not showing correctly, can you help me.

    #104239
    shaifshahin
    Participant

    its one file, but strangely shows two time in firebug

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