Is it possible to tell me how to make expandable tables?
Thanks, +Rep if you can tell me.

Is it possible to tell me how to make expandable tables?
Thanks, +Rep if you can tell me.
:eusa_whis
Just don't define a height property and the table will 'expand' with the content but an easier way of doing it is.
HTML Code:.expand { width: 200px; }That will expand with content and uses CSS and XHTML.HTML Code:<div class="expand"></div>
I am a noob, i don't get it ;]
:eusa_whis
Ryan, f**k off out of the web design section :rolleyes:
Edited by Adam (Forum Moderator): Please do not be rude towards other forum members.
Last edited by Adam$; 01-07-2006 at 09:45 PM.
excuse me for saying but why dont uOriginally Posted by Cumec
Ryan, f**k off out of the web design section :rolleyes:
leave him alone ;l
Okay.
Say you have the <table> tag add on it a height tag and then don't set a height so set it as "0" I think as I don't use tables, but you could do it using CSS classes and HTML.
Basic layout and how to implement it, by not setting a height value in CSS it will expand with the content.HTML Code:<html> <head> <title></title> <style type="text/css"> <!-- .expand { width: 200px; } --!> </style> </head> <body> <div class="expand">Hello HabboxForum</div> </body> </html>
I have not bothered with Doctype or other neccesary things, just to give you a look at the structure.
Last edited by Oracle:; 01-07-2006 at 07:55 PM.
Sorry my bondie. I over-reacted.Originally Posted by bondie.
excuse me for saying but why dont u
leave him alone ;l
OMG, sorry for asking help in YOUR forum, your majesty.Originally Posted by Cumec
Ryan, f**k off out of the web design section :rolleyes:
:eusa_whis
ty, please dont be rude to other members cumec.Originally Posted by Cumec
Sorry my bondie. I over-reacted.
and am i owned by u???
sorry MY bondie?
That div thing how do you make the images stay ?
Musicicon iscurrently
Want to hide these adverts? Register an account for free!