Hello,
I have just been building a site and i have some asp.net textboxes that get populated from a database, i dont want them to show as text boxes so the border colour and backcolour are set the same, this works fine in IE & FF however in safari it is giving me a border around them
Here is the CSS im using on the textbox
.ImgLoc { color:#eee;
font: 500 12px arial;
background: #444;
border: #444 1px solid;
left: 4px;
}
I have also tried it with no border and still get the same results, im struggling with this as i don’t have access to a mac, ive been using browsercam and icapture to check,
the live site can be found at http://www.neilpaskin.com/dev1/Gallery.aspx?GID=1&ID=370 the area im talking about is in the ‘About Image area’
& The page navigation in the footer.
also a screen capture from browsercam is available here http://www.neilpaskin.com/dev1/9302308.jpg
TIA
Ian