0

I am working on a site with Spry Tabbed Pannels. My problem is that I can't get my .TabbedPanelsTab, .TabbedPanelsSelected, TabbedPanelsHover, and .TabbedPanelsTab a, to touch the .TabbedPanelsContentGroup.

There is a very thin white line in between the two and I've tried lots of things, like a negative margin, or an extra thick border. And nothing seems to work.

My tabs have images in them for design purposes, so that's just a heads up.

Here is the site for reference:

http://emilymagnuson.com/trustbank/index.html

Does anyone have a solution?

Thank you!

Emily Magnuson
  • 165
  • 2
  • 3
  • 14

1 Answers1

0

I think the problem is within your .TabbedPanelsContentGroup:

change the padding-top from 3px to 0px.

Let me know if I misunderstood your query.

chest_nut
  • 195
  • 1
  • 2
  • 11