Thread: CSS Icon Help
View Single Post
  #2  
Old 03-15-2005, 11:32 PM
Paz's Avatar
Paz Paz is offline
SEO GUY Moderator
 
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,238 Paz has a spectacular aura aboutPaz has a spectacular aura about
Your CSS looks non-standard to me...

I'm sure "padding:0px 3px;" is causing the problem:

It should be (say)
padding:0px 1px 2px 3px; or
padding-left:0px; padding-top:1px; etc.

similarly for the borders.
I prefer
border-left:1px solid #000000 for example

Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
Reply With Quote