cb tabbed interface disappears completely in IE

17 years 2 months ago #30847 by savan
This is how I fixed it.

Try uncommenting the following line in the template.css file:

.cbPosTop { position: relative; width: 100%; height: 300px; }

If you don't see it, then just add it to your template.css

Since I'm using the default CB template, my template.css file is located in the following path:

components/com_comprofiler/plugin/templates/default/template.css

Post edited by: savan, at: 2007/02/10 10:35

Please Log in to join the conversation.

17 years 2 months ago #30863 by beat
beat wrote:

can i have following infos please:

- cb template used ?

- ie version ?

- JS on ?

- screenshots ?

- any js error logs ?

- same problem with default joomla template ?


sorry can't help without the full info asked previously. Don't post if you don't have the full info above or the solution , thanks...

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

17 years 2 months ago #31712 by mattioi
I am running the OSX theme (but its the same for all).

I run rocket theme versatility (if that matters).

It only happens in ie6 (ff and ie7 look fine).

JS is on standard xp machine

the screen shot i already pasted

no js errors appear for me

the default joomla template aligns it properly.


(and i tried that .cbPosTop { position: relative; width: 100%; height: 300px; } )... no dice

Please Log in to join the conversation.

17 years 2 months ago #31761 by beat
mattioi wrote:

I am running the OSX theme (but its the same for all).

I run rocket theme versatility (if that matters).

It only happens in ie6 (ff and ie7 look fine).

JS is on standard xp machine

the screen shot i already pasted

no js errors appear for me

the default joomla template aligns it properly.


(and i tried that .cbPosTop { position: relative; width: 100%; height: 300px; } )... no dice


Looks like a cascading or class name conflict in your site template. Please contact your template provider for a fix.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

17 years 2 months ago #32061 by pattycake
I'm getting this in IE7 but not in IE6! I use Firefox but many of the users are not. Help.

Please Log in to join the conversation.

17 years 2 months ago #32231 by jason.a.lynch
Replied by jason.a.lynch on topic Re:cb tabbed interface disappears completely in IE
I played around with the css a bit on a website that had the tabs disappearing. I noticed that in the dynamic-tab-pane-control class if I changed all of the position: relative; styles to position: static; and added a few position: static; styles in some of the other tab class elements, the tabs would not disappear.

In the default template css(/components/com_comprofiler/plugin/templates/default/template.css), try making the changes anywhere you see position: static; below:[code:1].dynamic-tab-pane-control h2 {
position: static;

text-align: center;
width: auto;

}

.dynamic-tab-pane-control h2 a {

display: inline;

width: auto;

}

.dynamic-tab-pane-control a:hover {

background: transparent;

}

.dynamic-tab-pane-control.tab-pane {

position: static;

width: 100%;

}

.dynamic-tab-pane-control .tab-row .tab {

font-family: Menu,Arial,Verdana,sans-serif;

cursor: pointer;

display: inline;

margin: 1px -1px 1px 2px;

float: left;

padding: 2px 5px 3px 5px;

background: #CCC;

border-width: 0px;

z-index: 1;

white-space: nowrap;

position: static;

top: 0px;

}

.dynamic-tab-pane-control .tab-row .tab.selected {

background: #FFF;

border: 1px solid #666;

border-bottom: 0px;

z-index: 3;

padding: 2px 6px 4px 6px;

margin: 1px -3px -1px 0px;

top: -2px;

}

.dynamic-tab-pane-control .tab-row .tab a {

font: 13px Menu,Arial,Verdana,sans-serif;

padding: 0px 5px 0px 5px;

color: #000;

text-decoration: none;

cursor: pointer;

}

.dynamic-tab-pane-control .tab-row .tab.hover {

background: #EEE;

}

.dynamic-tab-pane-control .tab-page {

clear: both;

border: 1px solid #666;

background: #FFF;

z-index: 2;

position: static;

top: -2px;

color: #000;

font-family: Message-Box,sans-serif;

width: 100%;

}

.dynamic-tab-pane-control .tab-row {

z-index: 1;

position: static;
white-space: nowrap;

}
[/code:1]

I tested this using an IE addon because I was unable to modify the files on the website directly as I am not the web administrator for the site.

I hope this works for others. I also tested the changes in FF using the DOM Inspector with no problems.

Post edited by: jason.a.lynch, at: 2007/03/01 00:22

Post edited by: jason.a.lynch, at: 2007/03/01 00:23

--

Jason

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.265 seconds

Facebook Twitter LinkedIn