Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

images displaying with a black box around them online

Status
Not open for further replies.

kyussa

Technical User
Jun 11, 2007
2
AU
Hi all,
I've made a website, but the rollover buttons along the top of the page don't sit correctly on the page until they are clicked. Same goes for the galleries. They display a black box around them and throw the positioning of the page borders out. Please see the link below for before and after:


Any help in fixing this issue would be greatly appreciated.
Paul.
 
Thanks Chris,
this the existing code for one of the rollover buttons on the navigation bar:

<img src="images/about_us.jpg" name="Image3" width="93" height="35" border="0">

As I'm a novice in dreamweaver, I'd appreciate if you could tell me in which section of the code I should insert your code.

Does the code you supplied turn the rollover image into CSS?

Thanks in advance,
Paul.
 
Code:
img { border:0; }

means that no border is given to an image. The above code is similar to doing <img src="img1.jpg" border="0">

Can we get a link to the site where we can this issue?


____________________________________
Just Imagine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top