inicio mail me! sindicaci;ón

Reflective Surface

Still powered by a contradiction in terms

Layout

For some strange reason I don’t understand, the layout of this blog is not working properly under IE. A horizontal scrollbar has appeared out of thin air, and the links in the menu move when the mouse hovers over them. As the layout has not changes and didnt’t behave like that before, I’m at loss about what may be causing it. Please accept my apologies while I work to fix the issues.

Update: I changed the blog’s main stylesheet as a reader suggested and that did the trick. Thanks, Phu Ly.

Gravatar

IfElse said,

May 20, 2004 @ 2:19 pm

It looks like you can fix it by, changing the following code in your css stylesheet from:
body #menu
{
position: absolute;
top: 224px;
left: 68%;
width: 30%;
margin: 0;
padding: 0em 2% 2% 2%;
}
to:
body #menu
{
position: absolute;
top: 224px;
left: 68%;

margin: 0;
padding: 0em 2% 2% 2%;
}

Tested this on IE6 and Firefox 0.8 and it seems to do the trick but YMMV.

Gravatar

Ronaldo said,

May 20, 2004 @ 2:51 pm

Many thanks for the help. That did the trick. I didn’t test under a previous version of IE either, but most of my IE visitor seem to be using the last version anyway. I’ll test under old version as soon as I can.

RSS feed for comments on this post