Print Page | Close Window

css designer

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=23453
Printed Date: 28 March 2026 at 5:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: css designer
Posted By: urko
Subject: css designer
Date 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 :)



-------------
Urko



Replies:
Posted By: websignia
Date 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.


-------------
www.websignia.net - www.websignia.net
www.myspace.com/websignia - www.myspace.com/websignia
www.abcEasyDomains.com - www.abcEasyDomains.com



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net