justuptime.com - monitor your servers & websites

Firefox leaves unsightly rectangular box

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 20 posts

Joined: Sep 2006

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's picture
ModeratorSponsor

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's picture
Modrater

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 Smiling "); } ?>
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 ...

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...

Quote:
#layer11 { height: 60px; width: 115px; left: 246px; top: 440px; position: absolute; visibility: visible; border-width: 0; border: 0pt }

Quote:

?

Busy's picture
Modrater

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 Smiling "); } ?>
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 ...

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's picture

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