Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-11-2007, 08:36 PM   PM User | #1
Dave.H
New Coder

 
Join Date: Jan 2007
Posts: 37
Thanks: 1
Thanked 0 Times in 0 Posts
Dave.H is an unknown quantity at this point
More Trouble!

Sorry Wrong Forum Section..

Last edited by Dave.H; 04-11-2007 at 11:01 PM..
Dave.H is offline   Reply With Quote
Old 04-11-2007, 10:36 PM   PM User | #2
david_kw
Senior Coder

 
Join Date: Nov 2006
Posts: 1,000
Thanks: 0
Thanked 0 Times in 0 Posts
david_kw will become famous soon enough
I think there are lots of possible ways as usual. This might be a better question for the CSS forum, but one way to handle it could be to change the class of the tab when it is clicked to a new class with a different graphic. The CSS could be set up something like this.

Code:
.fs_sponsors {
  background: url(images/sponsors.gif) no-repeat;
  width: 77px;
  height: 16px;
  float: left;
  margin-left: 79px;
}

.fs_sponsors_hid {
  background: url(images/sponsors_hid.gif) no-repeat;
  width: 77px;
  height: 16px;
  float: left;
  margin-left: 79px;
}
david_kw
david_kw is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:11 AM.


Advertisement
Log in to turn off these ads.