
06-23-2008, 12:14 PM
|
 |
|
|
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Digital Jedi
I dummied up some tabs on templates that aren't FORUMHOME, and managed to get the "fake" tabs to work as regular links, and even take you to the correct tab. I was wondering, though, what I would need to do to get a dummied tab to look like a selected tab. I tried mimicking the CSS and putting an inline style for that particular <li>, but that didn't seem to do anything. Functionally, everything's working, but aesthetically I can't reproduce that selected effect on the dummied tabs.
|
the Rollover effect or the "selected" effect? Selected isn't going to work on other pages, cause you are leaving the page when you click on it.. selected only takes affect after an onclick event.
|