 |
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
| |
04-14-2006, 10:50 AM
|
· #1 | | Senior Member Name: Darren Location: UK Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 ( Donate)
| Full table height. Im using the left sided vbulletin hack on my forum board and want the table it created to be 100%
Im currenlty using: HTML Code: <table id="fullheight" align="left" border="0" cellpadding="0" cellspacing="0" class="tborder" width="90%">
Ive also tried using the height 100% aswell which dosent ever work
Ive also tried placing
#fullheight{height:100%} in my CSS and then giving the table and id=fullheight statement but i cant get it to work (see attached image)
I want it as the side coloum on the money saving expert forum ( http://forums.moneysavingexpert.com/) which resizes depending on the layout and amount of posts etc.
Hope someone can help driving me crazy now  |
| |
04-14-2006, 12:09 PM
|
· #2 | | Steven Name: Steven Gibbons Location: United Kindom Join Date: Aug 2005
Posts: 1,506
NP$: 40.00 ( Donate)
| Do you know how high you want it, to be exact with this use the code below: HTML Code: <table id="fullheight" height="XXX" align="left" border="0" cellpadding="0" cellspacing="0" class="tborder" width="90%">
Just replace the xxx with the height you want. |
| |
04-14-2006, 01:04 PM
|
· #3 | | Senior Member Name: Darren Location: UK Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 ( Donate)
| Height is not longer recongonised in the later webstandards so ive read so it dont work.
As i set height to 100% and it dosent work. Their are nemorous sites that mention it not working.
So i need a method that goes around this. |
| |
04-14-2006, 03:43 PM
|
· #4 | | NamePros Regular Name: Jim, of course Location: Philadelphia Join Date: Aug 2005
Posts: 558
NP$: 14.30 ( Donate)
| Add this CSS: html, body { height: 100%; }
That should make it work. 
__________________
woop woop
|
| |
04-14-2006, 04:07 PM
|
· #5 | | Senior Member Name: Darren Location: UK Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 ( Donate)
| Didnt work
Thanks for trying though! |
| |
04-15-2006, 09:08 AM
|
· #6 | | Law and disorder Name: Kate Location: Expat Join Date: Aug 2005
Posts: 5,481
NP$: 1585.11 ( Donate)
| If that is the top-level table in your page try to tweak your <html> & fullheight DIV tags like this: PHP Code: html, body, #fullheight {
height:100%;
}
|
| |
04-15-2006, 04:20 PM
|
· #7 | Name: Rhett Location: Coffs H, Australia Join Date: Jul 2005
Posts: 3,106
NP$: 47.00 ( Donate)
| Have your made sure that your <td> tag has a 100% height also?
__________________
<?php if(1===1){ $computer="fine."; }else{ $computer="broken."; } echo "Your computer is ".$computer; ?>
|
| |
04-15-2006, 04:23 PM
|
· #8 | | Senior Member Name: Darren Location: UK Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 ( Donate)
| es i tried everything. I gace up in the end and ive got what i needed through another method.
Thanks for all the help! |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |