Stop blue border on kinks

This is a discussion on Stop blue border on kinks within the CSS forums, part of the Development category; See this site When the accordion menu is clicked I get an ugly blue border appear around the entire menu. ...


Reply
 
LinkBack Thread Tools Display Modes
Old 18th January 2010, 01:31 AM   #1
Member
 
Join Date: Jan 2009
Posts: 99
Thanks: 2
Thanked 0 Times in 0 Posts
trixiemay is on a distinguished road
Default Stop blue border on kinks

See this site

When the accordion menu is clicked I get an ugly blue border appear around the entire menu.

How do I get rid of this?

Also how can I 'hide' the fiber products under the main tab so they only appear once the 'Products' tab is clicked?
trixiemay is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 18th January 2010, 01:58 AM   #2
supermod
 
CloudedVision's Avatar
 
Join Date: Jan 2009
Location: Your Imagination
Posts: 729
Blog Entries: 4
Thanks: 1
Thanked 27 Times in 26 Posts
CloudedVision has a spectacular aura aboutCloudedVision has a spectacular aura aboutCloudedVision has a spectacular aura about
Expertise: PHP
Experience: Professional
Default

I'd actually make your navigation items into links (Just point them to "#") and see if the blue border goes away.

As for the accordion menu issue, I'd ask that in the javascript forum, since javascript is being used to achieve that effect.
CloudedVision is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 18th January 2010, 04:22 PM   #3
admin
 
Frinkky's Avatar
 
Join Date: Dec 2008
Posts: 700
Thanks: 0
Thanked 37 Times in 37 Posts
Frinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond reputeFrinkky has a reputation beyond repute
Expertise: Design & Graphics
Experience: Professional
Default

in FF the entire menu gets surrounded by a dotted line, similar to how it automatically adds that to normal links.

Try adding:

Code:
Accordion:focus, AccordionFocused:focus {
border:none;
}

OR it might require (can't recall of the top of my head):

Accordion:focus, AccordionFocused:focus {
outline:none;
}
I agree with CV that you'd probably be better off using normal links in an unordered list.
__________________
Jon Warner
Web Pro Cafe :: The PixelForge :: Follow my Twits (or something) :: LinkedIn
Frinkky is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Reply

Tags
blue, border, kinks, stop

Thread Tools
Display Modes