PDA

View Full Version : Tabs



interfx
Sat 17th Sep '05, 12:29pm
http://www.hardwareforums.com/index.php

I ran across this site, and noticed the simplicity of the tabs in the upper right? Might be a stupid question, but how did they create these? Looks like a css, but interested in anyone that has implemented in VB?

jamesyfx
Sun 18th Sep '05, 4:33pm
Its just simple CSS.. using divs I bet. :P

-=Sniper=-
Mon 26th Sep '05, 8:22pm
yes we use CSS :) you can try out www.dynamicdrive.com if you need something similiar.

interfx
Mon 26th Sep '05, 8:26pm
It is so simple, and very effective... Sometimes simple is better than all of the fancy graphics...

Thanks again, DD is a great site...
InterFX

Dean C
Tue 27th Sep '05, 4:38pm
You don't need to use Javascript to do tabs. In fact I urge you not to. It's completely un-necessary.

http://css.maxdesign.com.au/listamatic/

Take your pick :)

-=Sniper=-
Tue 27th Sep '05, 5:36pm
no one said you need to!? dynamicdrive have CSS based tabs!

Dean C
Tue 27th Sep '05, 5:38pm
DynamicDrive is a DHTML site, since when did they start doing other stuff that doesn't use JS?

jamesyfx
Wed 28th Sep '05, 5:30pm
They havent.

Its css tabs, but the actual way it works is dhtml & js

Dean C
Wed 28th Sep '05, 6:16pm
Well there's absolutely no need to use any JS to do tabs anyway.