WP theme problem in firefox

ivank
avatar
rank newbie

newbie


Posts: 2
Joined: 2008-06-02

Hi all.
Usually CSS problems comes with IE, but this time I have one with FF.
In my blog http://proyectobrasilia.com.ar/ I have a problem with de sidebar that goes down the first time the page is loaded. But strangely, if you refresh the page, it goes up, where it was supposed to be.
I’m quite surpresed with it and cannot find the problem.
Any idea?
Thanks,
ik

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6662
Joined: 2004-05-01
Location: Brisbane

Just took a look and didn't

Just took a look and didn't see what you're describing on first page load.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference

ivank
ivank's picture
rank newbie

newbie


Posts: 2
Joined: 2008-06-02

Have you tried with Firefox?

Have you tried with Firefox? Because with IE it looks just fine...
But Firefox in any OS do the same thing...

Ed Seedhouse
Ed Seedhouse's picture
rank Guru

Guru


Posts: 2519
Joined: 2005-12-14
Location: Victoria British Columbia

It works fine on my Firefox

It works fine on my Firefox 3 RC1. However you have a bunch of html errors and one pretty bad CSS error (float:center; is not allowed, only left or right).

As I am wresting with a Wordpress theme at the moment I know that it is quite possible to make them validate, and as I have pontificated many times there is no CSS standard for invalid html. So get these fixed and see if that helps.

It's even possible to use a STRICT doctype with success, too.

I could change my plea to guilty,
but I don't think it would stick.

Ed Seedhouse

Tyssen
Tyssen's picture
rank Moderator

Moderator


Posts: 6662
Joined: 2004-05-01
Location: Brisbane

ivank wrote:Have you tried

ivank wrote:
Have you tried with Firefox?

Yep. 2.0.0.14.

How to get help
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use tags.
My articles | CSS Reference