Results 1 to 6 of 6

Thread: Firefox displays ok, ie7 not

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Firefox displays ok, ie7 not

    Hi all.

    In IE 6 and 7 the the div goes to left,
    in other browsers it displays ok.
    i don`t know much but i think here is something wrong

    #countrydivcontainer
    {

    text-align: left;
    margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
    width: 965px;
    color: #666666;
    clear: both;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

    }

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    It shouldn't with that css, so it's probably due to the rest of the code. Can you post the html page?

  3. #3
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can you please see
    http://slo-novice.com/avtomoto.php
    thanks.

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    Code:
    #countrydivcontainer {
    text-align:center;
    }
    .fcontent12 {
    text-align:left;
    }

  5. #5
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi
    i tried like this and no effect

    #countrydivcontainer {

    text-align: center;
    margin: 0 auto;
    width: 965px;
    color: #666666;
    clear: both;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

    }

    .fcontent12 {

    text-align:left;
    color:white;
    padding : 0px ;
    margin:0px;

    }

  6. #6
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, does anyone have some suggestions?
    thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •