[css-d] Undesired image border

2005-11-24 Thread Mário Gamito
Hi, I'm prototyping this new web site, using as far as possible CSS. If you care to take a look at http://www.dte.ua.pt/~gamito/prototype.php you'll notice that Fig.1 has a blue border around it (Fig. 2 doesn't, i don't know why). Well, of course that if i insert border=0 in the img tag, the

Re: [css-d] Undesired image border

2005-11-24 Thread Al Sparber
From: Mário Gamito [EMAIL PROTECTED] Well, of course that if i insert border=0 in the img tag, the border disappears, but i want to do it on the CSS side. In CSS's #logo definition i've already tried border=0px, border: none, but without success. So, my question is: how can i make the blue

Re: [css-d] Undesired image border

2005-11-24 Thread Schalk
Mário Gamito wrote: Hi, I'm prototyping this new web site, using as far as possible CSS. If you care to take a look at http://www.dte.ua.pt/~gamito/prototype.php you'll notice that Fig.1 has a blue border around it (Fig. 2 doesn't, i don't know why). Greetings Mario Add this to your

Re: [css-d] Undesired image border

2005-11-24 Thread Jim Davis
Hi, Add this to your CSS: #logo img { border: 0; } Jim On 11/24/05, Mário Gamito [EMAIL PROTECTED] wrote: Hi, I'm prototyping this new web site, using as far as possible CSS. If you care to take a look at http://www.dte.ua.pt/~gamito/prototype.php you'll notice that Fig.1 has a blue