Hello,
I've just updated my page (not yet published) to include 7 smaller glass buttons instead of 4 large ones. Since doing this, when I preview in any web browser (Chrome, IE, firefox, Safari) the last button loads into the preview page first and replaces the other buttons so instead of having 7 different buttons I have the seven 'abouts' or 'contacts'. I deleted one, then two, then three to see if it changed anything, but no.
I've checked the HTML and it states the correct text for each button. I'm pasting a sample of the button HTML... could it be the size?
<img src="bv01041.png" id="GlassButton2" width="89" height="27" alt="community" border="0" onMouseOver="this.src='bv01041_hover.png'" onMouseOut="this.src='bv01041.png'">
Hope someone can help. Thanks.
I've just updated my page (not yet published) to include 7 smaller glass buttons instead of 4 large ones. Since doing this, when I preview in any web browser (Chrome, IE, firefox, Safari) the last button loads into the preview page first and replaces the other buttons so instead of having 7 different buttons I have the seven 'abouts' or 'contacts'. I deleted one, then two, then three to see if it changed anything, but no.
I've checked the HTML and it states the correct text for each button. I'm pasting a sample of the button HTML... could it be the size?
<img src="bv01041.png" id="GlassButton2" width="89" height="27" alt="community" border="0" onMouseOver="this.src='bv01041_hover.png'" onMouseOut="this.src='bv01041.png'">
Hope someone can help. Thanks.
Comment