Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

can't get rid of a highlighted box around my spry accordian

Featured Replies

Hi everyone

 

I'm currently building a website for a friend and have used a spry accordian within dreamweaver and all I've done was inserted pictures into the tab headings.

 

I have been through all the CSS and can't find for the life of me how to get rid of the border that is showing in a browser when you click on a tab but goes when you click else where on the page? in FF it is showing up as a black dotted border and in IE it's is showing up as a white dotted border?

 

I have included some pics to show what I mean and hopefully I can get rid of this feature :S

 

cheers in advance :)

post-11044-082009500 1280003079_thumb.jpg

post-11044-048725500 1280003094_thumb.jpg

Hey,

 

I believe it is the active state of the mouse. meaning when you hold your mouse on any links.

 

in css it is #example a:active { }

 

you can try to make it - padding: 0px 0px 0px 0px; or text-decoration: none (text only) or border:none (for images)

 

Let me know,

I think you are referring to the dotted border which appears when the link is active which is called outline.

http://css-tricks.com/removing-the-dotted-outline/

 

Firefox shows a dotted outline around links normally and many website designers dislike this function. It can be cancelled by adding outline: none; to all anchor states including a:focus. The dotted outline is provided for accessibility purposes so you should not remove it unless you have coded a:focus with a different style, color or background color as an alternative. IE5 to IE7 do not support the outline property so you cannot use it to delete the outline in IE5 to IE7 as shown here:-

http://reference.sitepoint.com/css/outline

IE8 does support outline.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.