Click to See Complete Forum and Search --> : Pop up window without the blue link


SteveC02
05-18-2004, 09:31 PM
Hi guys,

I've tried a search, but I can't for the life of me find what I want.

I have a page, which has a menu down the side. This is made up of individual 100 x 20 gifs with the topic headings on it.

I have set one of them to launch a 300 x 380 pop up window, which it does rather nicely.

The only problem is that the associated gif on the main page, now has a blue border around it, which I cannot get rid of.

Any suggestions?

Jona
05-18-2004, 09:34 PM
This is, I believe, a CSS issue. Add the following to your head tag.


<style type="text/css">
img {border: none;}
</style>

SteveC02
05-18-2004, 10:00 PM
Spot on.

Thanks.

Jona
05-18-2004, 10:03 PM
Welcome.