Firefox leaves unsightly rectangular box
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: 1,502 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.
Busy posted this at 21:34 — 5th September 2006.
He has: 6,151 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
Bansaw posted this at 09:01 — 6th September 2006.
They have: 21 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,151 posts
Joined: May 2001
I'm guessing the div is layer11, whats #Beaut got?
autoecart posted this at 22:32 — 10th September 2006.
They have: 24 posts
Joined: Sep 2006
try setting the declaration to none for links on the site?
nicora posted this at 03:27 — 22nd September 2006.
He has: 267 posts
Joined: Nov 2001
try this:
a{
outline: none;
}
a:focus{
-moz-outline-style: none;
}
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.