Forums

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

Home Forums CSS positioning issue in ie6

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24146
    LinCSS25
    Participant

    is there problems with positioning in ie 6? I have a main nav on my site that I have a position:fixed on, and also I have placed them by setting a top: and left: positioning. IE6 is not using this.. the our out of place AND the scroll when I want them fixed.

    http://www.linkcreativedesign.com

    #54158
    Rob MacKay
    Participant

    maybe try changing your doctype from:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;

    to

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;

    Just a wild stab in the dark….

    #54017
    ikthius
    Member
    "LinCSS25" wrote:
    where do I find that in a wordpress site?

    in your header.php

    #54023
    Rob MacKay
    Participant
    "LinCSS25" wrote:
    nope.. do you think its a bad idea to just say screw it?? the only issues Im having is in ie 6. when I look at my stats of my current site I really dont get too many visits from ie6. not many ie visits in general but if so most ie7.
    I do still have couple quirks in ie 9 but not nearly as bad.

    personally on my sign making site I have done… I have a nice javascript pop up telling people why and where to download the update or firefox or whatever.

    IE6 still holds about 18% of the browser usage wars… it might be closer to 16 now as its declining every month.

    I suppose its up to you, and who you are trying to attract, and wether you are willing to take the chance that you might loose some business. Personally I took the chance on that site LOL

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