dakedee
05-16-2007, 10:14 AM
Hi Guys,
If you have time, I have a little question to ask:
Please have a look at the box "Most Popular" at the right hanside on http://www.nytimes.com/
or the same tabbing box on https://www.godaddy.com/gdshop/transfers/landing.asp?ci=255
I am trying to get the same box with switching panels done, and the tabbing is working quite well. but still i don't know how to set the CSS (of the tabs) to be just like the same: with frame around, blackground, underline links and no bottom line when the tab is clicked.
I have really tried to set all the CSS but seems it does not work.
see code
<span id="layabout" class="tab1" onClick="document.getElementById('layer_about').style.display='inline'; document.getElementById('layer_news').style.display='none'; document.getElementById('layer_conferences').style.display='none';">About
</span>
Is there any open source i can have a look at? or any suggestion?
Thank you in advance :)
If you have time, I have a little question to ask:
Please have a look at the box "Most Popular" at the right hanside on http://www.nytimes.com/
or the same tabbing box on https://www.godaddy.com/gdshop/transfers/landing.asp?ci=255
I am trying to get the same box with switching panels done, and the tabbing is working quite well. but still i don't know how to set the CSS (of the tabs) to be just like the same: with frame around, blackground, underline links and no bottom line when the tab is clicked.
I have really tried to set all the CSS but seems it does not work.
see code
<span id="layabout" class="tab1" onClick="document.getElementById('layer_about').style.display='inline'; document.getElementById('layer_news').style.display='none'; document.getElementById('layer_conferences').style.display='none';">About
</span>
Is there any open source i can have a look at? or any suggestion?
Thank you in advance :)