Hope someone can save my sanity here. I'm new to WordPress and have just made a custom theme, amd slowly getting to grips with the WP platform.
Am managing to solve most problems as I go, however I'm stuck on the following issue. For some reason when viewing pages in IE the page loads the text slightly lower than it should, then immediately repositions it correctly. You can see the issue at this url: http://www.kidspartybags.biz/blog/
I've tried trouble shooting by deleting most of the templates from the theme with the exception of header.php, footer.php index.php sidebar.php and style.css – but the problem persists and my php knowledge isn't good enough to know why!
The page loads fine in firefox – so not sure how to proceed.
Any advice or suggestions would be much appreciated.
Just a quick update. I've managed to track down what was causing the problem. I had wrapped some div tags around other divs in my sidebar.php. Although the output code it valid – for some reason IE doesn't like it!
Vladimir’s WordPress Forum
Newbie woes with text repositioning in IE
11:08
4 May, 2009
Myles Sinclair
Hello folks,
Hope someone can save my sanity here. I'm new to WordPress and have just made a custom theme, amd slowly getting to grips with the WP platform.
Am managing to solve most problems as I go, however I'm stuck on the following issue. For some reason when viewing pages in IE the page loads the text slightly lower than it should, then immediately repositions it correctly. You can see the issue at this url: http://www.kidspartybags.biz/blog/
I've tried trouble shooting by deleting most of the templates from the theme with the exception of header.php, footer.php index.php sidebar.php and style.css – but the problem persists and my php knowledge isn't good enough to know why!
The page loads fine in firefox – so not sure how to proceed.
Any advice or suggestions would be much appreciated.
Myles
12:28
4 May, 2009
Myles Sinclair
Just a quick update. I've managed to track down what was causing the problem. I had wrapped some div tags around other divs in my sidebar.php. Although the output code it valid – for some reason IE doesn't like it!