PDA

View Full Version : browser inconsistancies..


timidbull
10-31-2006, 08:18 PM
OK, I again am baffled. I am new to css scripts, but I think I almost have it figured out, probably not, but wishful thinking.

http://www.dianereifer.com/test3.html in Opera everything lines up correctly, but not in IE or Firefox. When in FF and IE the browsers put a border around my imagemaps and throws the whole thing askew. I have gone over and over my script, yet I am not finding my error. I guess I have been gazing at it for too long, could someone please take a look and point me in the right direction. I know I messed up somehwere, but I am blind to it.

Thanks

Pegasus
10-31-2006, 10:59 PM
Rather than putting your CSS as border: 0px solid;, why not put it as border: none; What does that do to the alignments?

Peg

fmx
10-31-2006, 11:11 PM
adding

img{
border:none;
}

might solve your prob'

timidbull
11-01-2006, 02:10 PM
Thanks for the input, I changed to border:none, but still has the border. any other ideas?

fmx
11-01-2006, 02:23 PM
can you add-

img{
border:none;
}

to your css and upload it to the server?

timidbull
11-01-2006, 02:37 PM
AHA!!! Thats it!! thank you, I missed that one. Thanks for the help. You rock!!:lol: