Thread: Design Troubles
View Single Post
  #4 (permalink)  
Old Apr 6th, 2005, 05:32
Raptre Raptre is offline
New Member
Join Date: Mar 2005
Location: United States
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry I lost track of this thread...

Yes the design issue has been resolved unfortunately not to my liking as it doesn't validate now. In order to get it to view correctly for IE & Mozilla I had to add a padding to IE but not to Firefox... Here is the coding I used to fix the problem.

padding: 0px;
* padding: 3px 0px 0px 0px;

That fixes all the issues, but it gives me validation errors because of it.