PDA

Click to See Complete Forum and Search --> : Gah, IE problem.


embersyc
04-09-2008, 02:25 PM
Building a website for class and having a problem.

I need to restyle the dreamweaver spry tabs widget, no problem, done was fairly easy, but my design has a bar that goes all the way across next to these tabs. I was able to hack the code and add a dead tab onto the tabs bar, looks just fine in dreamweaver and firefox, but when I pull it up in IE the bar appears below the tabs.

I put it up at http://www.sc-learning.net/cgt236/class/tvictor/carport19/

If someone can take a look and make a suggestion to get me on the right path I'd appreciate it.

embersyc
04-09-2008, 03:26 PM
Well, okay, I guess it works fine in firefox 3 beta 5 at least, firefox 2 presents an entirely new problem, looks like I need to find a totally differently way to do this.

katgal
04-09-2008, 04:34 PM
You have a width of 876 pixels applied to your "end tab" class (.TabbedPanelsEnd). That shouldn't have a width at all.

What you're missing is a width defined for the menu's containing div (TabbedPanels1).

Haven't tried it in IE, but I'm pretty sure that will correct your problem.

shalom_m
04-09-2008, 04:35 PM
Your TabbedPanelEnd acts as an extention to the menu.

It should either be BELOW the menu or adjusted to the content width - either will do.

embersyc
04-09-2008, 08:16 PM
Thanks a lot, got it now.

Sometimes I work with something too much to see the obvious answer.