2 replies [Last post]
Raggi
Offline
Regular
Last seen: 18 years 33 weeks ago
Joined: 2004-08-13
Posts: 16
Points: 0

Hi,
tomorrow we want to ReLaunch a new website and I can't find the bug why the left line doesn't show one seamless line.

http://195.143.91.34

I tested the site without CSS, then the left line looks fine

a.bvg_navi
{ color: #ffffff; font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; background: url(/pics/bg_image_normal.png) no-repeat right ; text-align: left; text-indent: 10px; vertical-align: top; margin: 5 1 3 0; padding: 5 1 3 0; border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 0px none; width: 121; display: block }

thanks a lot!
Raggi

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 1 day ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

left navi line is not seamless

Hi Raggi,
Try setting margins and padding to 0a.bvg_navi{margin:0; padding:0;} Hope that helps

Raggi
Offline
Regular
Last seen: 18 years 33 weeks ago
Joined: 2004-08-13
Posts: 16
Points: 0

left navi line is not seamless

wonderful, you are my hero of the day!