CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ajax and Design (http://www.codingforums.com/forumdisplay.php?f=55)
-   -   More Trouble! (http://www.codingforums.com/showthread.php?t=112061)

Dave.H 04-11-2007 08:36 PM

More Trouble!
 
Sorry Wrong Forum Section..

david_kw 04-11-2007 10:36 PM

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


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

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.