Thread: I hate firefox
View Single Post
  #3 (permalink)  
Old Apr 29th, 2008, 13:32
shalom_m shalom_m is offline
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.

  1. 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)
  2. 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.
  3. Please consider validating .
Reply With Quote