Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Tabbed Products Header Image

Tabbed Products Header Image

Locked

Views: 1,392

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Dec 2006, 10:23 AM
#1
tsaurus avatar

tsaurus

New Zenner

Join Date:
Jul 2006
Location:
Perth Australia
Posts:
30
Plugin Contributions:
0

Tabbed Products Header Image

Hi guys,

I've just installed the Tabbed Products Lite using the Non-admin file and I want to know how to change the header image inside the product description? It seems that this image is linked to the sidebox header image...in my case this will not work. Please see the attached image to see what I mean...

How can I redirect the code to another separate image instead of automatically the same one as the sidebox images?

Cheers

url: https://www.goodair.com.au/shop

19 Dec 2006, 10:50 AM
#2
tsaurus avatar

tsaurus

New Zenner

Join Date:
Jul 2006
Location:
Perth Australia
Posts:
30
Plugin Contributions:
0

Re: Tabbed Products Header Image

Also...is there a way to align the tabs center or right of the page?

19 Dec 2006, 10:55 AM
#3
tsaurus avatar

tsaurus

New Zenner

Join Date:
Jul 2006
Location:
Perth Australia
Posts:
30
Plugin Contributions:
0

Re: Tabbed Products Header Image

No worries about the aligning..figured it out. Just edit the tablite stylesheet :)

But one more problem!! All the tabs are now backwards (right to left)...can this be set back to normal whilst having the tabs aligned to the right?

Cheers

19 Dec 2006, 7:35 PM
#4
qhome avatar

qhome

Totally Zenned

Join Date:
Feb 2004
Posts:
1,702
Plugin Contributions:
5

Re: Tabbed Products Header Image

tsaurus:

No worries about the aligning..figured it out. Just edit the tablite stylesheet :)

But one more problem!! All the tabs are now backwards (right to left)...can this be set back to normal whilst having the tabs aligned to the right?

Cheers

In the CSS, don't change the

#slidetabsmenu a {
float:left;
to
float:right;

instead add float:right; to

#slidetabsmenu ul{