Forums

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

Home Forums CSS help with my homepage

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29581
    zubak
    Member

    can someone help me to make this site working in IE 7? its working on all browser.. only ie 6 and 7 not. thank you in advance 8-)

    http://www.pocetna.net/

    #79419
    Capt Otis
    Member

    First off, nice design. I like the simple but appealing look.

    Rather then testing a lot myself, I want to go over a general checklist for IE.

    Does every div have a defined width and height? Including the body(width:100%;height:100%)?
    Are you floating your side border divs? You should be.
    Is your center search box div aligned center through margins? Margin auto only works if the parent divs have a set width.

    Also, if you want more help show that you put some effort into trying to fix the problem.

    #79688

    Please use this metatag needs to be first in the <head> (before any css):

    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=7" />

    This tag displays the site as same as in IE7 but in IE 8.I tried this code in my project the site was working fine as same as in IE 7 browsers.So we no need to worry about writing separate code for IE8.

    This is a small trick for browser compatibility :-) Please try this one. ;)

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