| Home | Forum | Advertise | Contact Me | About WPTavern | WPWeekly Show Info |
![]() |
| |||||||
| Troubleshooting Need help with WordPress? Post here |
![]() |
| | Share | LinkBack | Thread Tools | Display Modes |
| ||||
|
I may be a bit late adding my comments here, but I find this often helps with IE6 issues: In your CSS file, for every element that contains a "float" property, add this property statement to the element: Code: display: inline; For example your CSS for one of your elements would change to: Code: #navigation {
display: inline;
float: left;
width: 100%;
padding-top: 10px;
}
Also a note, if you need to see your site in IE6 you can always use Microsofts VMC for windows users. I wrote a post on my blog that gives a basic outline how to do this. Here is a permalink: IE6 Is Still Out There. PS: The header alignment is still to the left. |
| |||
|
Hi all, thanks for your dedication to helping others. Maybe I should start a new thread, but my issue is very similar to Kathy's. I have no web design experience, but I started (www.eventingnation.com) a month ago. I am using a modified version of the Hamasaki WP theme. Some of my readers use IE6, which for my site does not show any sidebar and gives a massive margin at the bottom. I am just beginning to learn HTML and CSS and I understand the gist of some of the responses to Kathy's question, but I would be eternally grateful if someone could please suggest a specific solution for my site. Thanks again in advance. Kind Regards, John |
| |||
|
Thank you for the reply JellyBeen. I am surmising that you saw the "Hamasaki 1.6" in my footer, checked the theme's homepage and saw that version 1.7 was available. However, I downloaded the theme well after the reported 1.7 release date (18/2/09), and the current version available for download contains "<span><a href="http://www.jauhari.net/themes/hamasaki/" title="Free WordPress Theme: Hamasaki">Hamasaki 1.6</a> design by Nurudin Jauhari</span>" in the footer.php file. My point is that I believe that I have the latest version; I even checked the style.css and functions.php files which look identical to the original download on my computer. The reason I resist just installing the theme cold again is that I have made several significant modifications by essentially changing the code using trial and error. I do not believe that my modifications have caused the problem because multiple people complain of the same problem on the theme's comment section. My issue is exacerbated by the fact that I only can check IE6 at work (I have a Mac with Safari and Firefox, I tried your link about Microsoft VMC but the story did not appear). My plan of attack is to modify style.css by adding "display: inline" to the sidebar section as you mentioned in an earlier post. #sidebar { display: inline; float: left; margin-left: -300px; width: 300px; } If you have any suggestions, please let me know. Kind regards, John |
| ||||
|
Sorry, I did not look deeper into your theme code to see the variances between your install and the author's current offering. Thank you for pointing out that the wunderkind at MS have deprecated yet another link ... I did manage to find a more direct link to the Virtual PC download and I have updated my blog post. http://jellybeen.wordpress.com/2008/...ill-out-there/ The first link should take you directly to the download page. The second link I re-verified and will take you to the VHD files download page. I believe (a Mac with) Safari can emulate most common browsers for several versions (I'm at work and my Mac is at home) although I am not sure how close to 100% accurate the emulations are. <edit> Also in Safari 4 (Win/PC) there is a page icon to the right of the search box at the top of the screen. The drop down menu from that icon gives a choice of: Develop > User Agent > ... lots and lots of browser emulations. That may be enough rather than the MS VPC </edit> I can appreciate the frustration that older versions of IE create ... Last edited by JellyBeen; 06-10-2009 at 11:41 AM.. |
![]() |
| Thread Tools | |
| Display Modes | |
| |