I've got a mouseover going on and it works OK in IE and it works in Firefox too.
My problem is that when I click the link and go to the next page, and then I press the back arrow, there is a rectangular box around the button.
Is there anyway to get rid of this? IE handles it fine and looks good....
Any ideas?






pr0gr4mm3r posted this at 20:10—5th September 2006.
He has: 544 posts
Joined: Sep 2006
I think FireFox and IE do that with the link or button is active. Don't know if there is any way around it.
Hey! It compiles! Ship it!
Busy posted this at 21:34—5th September 2006.
He has: 6,148 posts
Joined: May 2001
Can we have a link to the page please.
Else, if your using HTML Doc tag make sure the border="0" is in the image tag, if using XHTML/CSS make sure you have img { border:0; } in your style sheet. Also if you have set the link colours/styles be sure you have done one for visited as well as active
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
Bansaw posted this at 09:01—6th September 2006.
They have: 20 posts
Joined: Sep 2006
Thanks!
Here's my layer, I've been tring to play around with borders but so far it's not made a difference...
?
Busy posted this at 09:47—6th September 2006.
He has: 6,148 posts
Joined: May 2001
I'm guessing the div is layer11, whats #Beaut got?
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
autoecart posted this at 22:32—10th September 2006.
They have: 28 posts
Joined: Sep 2006
try setting the declaration to none for links on the site?
I need link exchangesA Myspace Layout
nicora posted this at 03:27—22nd September 2006.
He has: 262 posts
Joined: Nov 2001
try this:
a{
outline: none;
}
a:focus{
-moz-outline-style: none;
}
Joe Nicora
Webernet Wizard
See Me Create