• Hi guys hope someone can help me cos My brain fried with this site lol.

    Ive been working on a website – Designed it and have now put it into WordPress as a theme – Ive gotten it the xhtml to validate and it to display pretty much right in Firefox, IE 7, IE 8, Safari and Opera but IE6 is giving me a major headache – THe right hand bar is dropping below the left side content, which in turn is also leading to the placement of the left content to be misplaced too.

    could anyone care to help??

    http://dev.djkrazykon.com

    feel free to let me know what you think of the design too

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    Link isnt working…

    This is the single most common problem posted in these forums. All you need to do is spend a couple of minutes reading and you will find the same questions answered hundreds of times.

    Hi again,

    Just got it up and working.

    Could it be that your div “navi” needs to be within the div “navigation”? This may be pushing it out a bit in IE6…

    <div class="navigation">
    
    		</div>
    
    	<div id="navi"><div class="wp-pagenavi">
    <span class="pages">Page 1 of 3</span><span class="current">1</span><a href="http://dev.djkrazykon.com/page/2/" title="2">2</a><a href="http://dev.djkrazykon.com/page/3/" title="3">3</a><a href="http://dev.djkrazykon.com/page/2/">&raquo;</a></div>
     </div>

    It was displaying funny when I dropped the source code into dreamweaver, but fixed when I moved it within the other div. (Here is what I did)

    <div class="navigation">
    
         <div id="navi"><div class="wp-pagenavi">
    <span class="pages">Page 1 of 3</span><span class="current">1</span><a href="http://dev.djkrazykon.com/page/2/" title="2">2</a><a href="http://dev.djkrazykon.com/page/3/" title="3">3</a><a href="http://dev.djkrazykon.com/page/2/">&raquo;</a></div>
     </div>
    	</div>       
    
    		</div>

    Not sure if that solves the prob, but worth a go! I dont have IE6 to check it sorry

    Stace

    chrisber you are correct
    this question has been asked hundreds of times
    however there is no solution in place
    so it will continue to be asked until a resolution link is posted on the main page
    or
    the downloaded copy from THIS WEBSITE contains the proper div markup

    i also have this problem and its happening in IE & FIREFOX
    needless to say i have NOT touched any of the code in the files
    yet the problem still remains.

    so great work on lending a hand with a sarcastic answer there buddy
    Really nice to see someone around here being “COMMUNAL” with their knowledge

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with My WordPress site in IE6’ is closed to new replies.