
Apr 29th, 2008, 13:32
|
|
Up'n'Coming Member
|
|
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: I hate firefox
The problems are less in CSS and more in HTML.
- If you are using id="whatever" (#whatever), it can only be used once with the same name. If you want to use it more than once use class="whatever" (.whatever)
- If you count your opened divs and the ones you closed, you will find that the rightmenu div is still open when you call for footer.
- Please consider validating .
|