Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - css designer
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic Closedcss designer

 Post Reply Post Reply
Author
urko View Drop Down
Groupie
Groupie
Avatar

Joined: 23 September 2004
Location: Slovenia
Status: Offline
Points: 160
Direct Link To This Post Topic: css designer
    Posted: 03 June 2007 at 7:08am
Hi guys.

I have downloaded css designer to make tabs. Now the code looks like this:

<div id="tabs6">
<ul>
<li><a href="<%=urlNonSSL%>default.asp"><span><%=LangText("GenHome","")%></span></a></li>
<li><a href="<%=urlNonSSL%>prodList.asp"><span><%=LangText("GenAllCategories","")%></span></a></li>
</ul>
</div>

On the mouse over the tab changes colour from green to yellow.
What i would like is that when u are at default.asp page the tab would be yellow and when u r at the prodlist.asp page, this tab would be yellow and default.asp tab would be green.

i could do it like that: <li id="current">.
Current is the id in css for changing position of the image ffrom green to yellow.

    #tabs6 #current a {
      background-position:0% -42px;
        }
    #tabs6 #current a span {
      background-position:100% -42px;
      color:#000000;
      }


But then i would need to put tabs on each page, but i dont want to do that.

I think some of u are familiar with Candypress store. Im using it and this store has INC_template.asp page. So u know that this is the page that needs to be fixed to change layout of your complete site as it is included on all pages.

I have tried something like that, but no luck:


Dim Cpage

Cpage= "GenHome"

%>
 <li <%' if Cpage = "GenHome" then response.write("id='current'")%>><a href="<%=urlNonSSL%>default.asp"><span><%=LangText("GenHome","")%></span></a></li>


i hope u know what i mean :)



Edited by urko - 03 June 2007 at 7:12am
Urko
Back to Top
websignia View Drop Down
Newbie
Newbie
Avatar

Joined: 15 August 2007
Location: United States
Status: Offline
Points: 5
Direct Link To This Post Posted: 15 August 2007 at 9:49pm
Hi there,
 
We work extensively with CSS and also we've worked with CandyPress.  Let us know if you need any assistance.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.