WP theme problem in firefox
Posted: Mon, 2008-06-02 20:45
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


Moderator
Posts: 6662
Joined: 2004-05-01
Location: Brisbane
Just took a look and didn't
Posted: Mon, 2008-06-02 21:31
Just took a look and didn't see what you're describing on first page load.
How to get help
tags.
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
My articles | CSS Reference
newbie
Posts: 2
Joined: 2008-06-02
Have you tried with Firefox?
Posted: Mon, 2008-06-02 21:36
Have you tried with Firefox? Because with IE it looks just fine...
But Firefox in any OS do the same thing...
Guru
Posts: 2519
Joined: 2005-12-14
Location: Victoria British Columbia
It works fine on my Firefox
Posted: Mon, 2008-06-02 21:52
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
Moderator
Posts: 6662
Joined: 2004-05-01
Location: Brisbane
ivank wrote:Have you tried
Posted: Mon, 2008-06-02 22:46
Yep. 2.0.0.14.
How to get help
tags.
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
My articles | CSS Reference