[advanced search]
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Domain Name Industry Newsletter
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 04-14-2006, 10:50 AM   · #1
dc1pop
Senior Member
 
dc1pop's Avatar
 
Name: Darren
Location: UK
Trader Rating: (77)
Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 (Donate)
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
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


Please register or log-in into NamePros to hide ads
Attached Images
File Type: gif Untitled-2.gif (28.7 KB, 5 views)
__________________
applewave.com - web design & php development
dc1pop is offline   Reply With Quote
Old 04-14-2006, 12:09 PM   · #2
Xyzer
Steven
 
Xyzer's Avatar
 
Name: Steven Gibbons
Location: United Kindom
Trader Rating: (45)
Join Date: Aug 2005
Posts: 1,506
NP$: 40.00 (Donate)
Xyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to allXyzer is a name known to all
Tsunami Relief AIDS/HIV
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.
Xyzer is offline   Reply With Quote
Old 04-14-2006, 01:04 PM   · #3
dc1pop
Senior Member
 
dc1pop's Avatar
 
Name: Darren
Location: UK
Trader Rating: (77)
Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 (Donate)
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
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.
__________________
applewave.com - web design & php development
dc1pop is offline   Reply With Quote
Old 04-14-2006, 03:43 PM   · #4
Jim_
NamePros Regular
 
Jim_'s Avatar
 
Name: Jim, of course
Location: Philadelphia
Trader Rating: (20)
Join Date: Aug 2005
Posts: 558
NP$: 14.30 (Donate)
Jim_ is a glorious beacon of lightJim_ is a glorious beacon of lightJim_ is a glorious beacon of lightJim_ is a glorious beacon of lightJim_ is a glorious beacon of light
Save The Children
Add this CSS:
html, body { height: 100%; }
That should make it work.
__________________
woop woop
Jim_ is offline   Reply With Quote
Old 04-14-2006, 04:07 PM   · #5
dc1pop
Senior Member
 
dc1pop's Avatar
 
Name: Darren
Location: UK
Trader Rating: (77)
Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 (Donate)
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
Didnt work

Thanks for trying though!
__________________
applewave.com - web design & php development
dc1pop is offline   Reply With Quote
Old 04-15-2006, 09:08 AM   · #6
sdsinc
Law and disorder
 
sdsinc's Avatar
 
Name: Kate
Location: Expat
Trader Rating: (57)
Join Date: Aug 2005
Posts: 5,481
NP$: 1585.11 (Donate)
sdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond repute
Third World Education Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Animal Rescue Animal Cruelty AIDS/HIV
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%;
}
sdsinc is offline   Reply With Quote
Old 04-15-2006, 04:20 PM   · #7
BillyConnite
 
BillyConnite's Avatar
 
Name: Rhett
Location: Coffs H, Australia
Trader Rating: (77)
Join Date: Jul 2005
Posts: 3,106
NP$: 47.00 (Donate)
BillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant future
Wildlife Parkinson's Disease Parkinson's Disease
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; ?>
BillyConnite is offline   Reply With Quote
Old 04-15-2006, 04:23 PM   · #8
dc1pop
Senior Member
 
dc1pop's Avatar
 
Name: Darren
Location: UK
Trader Rating: (77)
Join Date: Dec 2004
Posts: 1,895
NP$: 101.10 (Donate)
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
es i tried everything. I gace up in the end and ive got what i needed through another method.

Thanks for all the help!
__________________
applewave.com - web design & php development
dc1pop is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Proof is in the Parking EscrowDNS Hunting Moon
Advertise your business at NamePros
All times are GMT -7. The time now is 09:47 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0