PDA

View Full Version : CSS help



furiber
03-30-2008, 04:03 PM
hello, i need some help.

i'm new to css and i can't seem to understand why does it gives a blue border to the logo on this page:

http://www.laplayaapicala.com/Copy_of_Como_llegar.html

also if you could tell me if ther's anything to avoid the image hover, i would apreciate it.

many thanks.

furiber
03-30-2008, 04:04 PM
oh by the ways is on firefox, dont know about, IE but it doesn´t in safari.

Thaks again

EasyCall
03-30-2008, 05:54 PM
It's a link, so try putting border="0" in the img src and that should remove the border.

darkangelwitch666
04-04-2008, 09:15 PM
In the <style type="text/css"> put

img {
border:0;
}

You will have no border around any images.

D0gSoldi3r
04-05-2008, 07:40 AM
Could also be a background colour that just looks like a border.

darkangelwitch666
04-05-2008, 08:48 AM
Could also be a background colour that just looks like a border.

No its the border, I look at the site last night... :)

pghcollectibles
04-05-2008, 11:25 AM
you could also put border="0" in the image tag itself:

<img border="0" src="...