| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
rejected CSS offspring!
Join Date: May 2005
Location: Lost somewhere in western europe!
Posts: 29
|
min + MAX?
Hi Folks, I have a couple of questions that I really need help with: 1. Is there a way in html/css to set a tables "minimum width" and "maximum width" while still stretching between the two? I have a table layout on the left that's just there to balance the look of the page. I want to make it compatable for browsers 800x600 and up. so while at a resolution of 800x600 its @60px, but at 1024x768 its max size is 170px and for browsers of higher resolution it doesn't change. HELP please! 2. At the moment my page is adjusting itself 100% in width to the users browser (thats great) but how do I make it stretch 100% in height? so that the bottom "footer" section of the page touches the bottom of the browser (without using frames). Is there a way? |
|
|
|
|
|
#2 (permalink) |
|
i still want paying
Join Date: Oct 2003
Location: newcastle, uk
Posts: 4,728
|
Code:
i feel so dirty. learn css/xhtml/standards. and use flash. |
|
|
|
#3 (permalink) |
|
rejected CSS offspring!
Join Date: May 2005
Location: Lost somewhere in western europe!
Posts: 29
|
Flash is a big no, no for my portfolio, I want to keep it just html & CSS. with the odd splash of javascript. I have three tables horizontaly accross my page. 1.the left (the one I'm talking about, 2.the middle (content) and 3.the right (gallery menu) 1. needs to adjust to squash but it ALSO needs to stop at a certain point (if possible). 2. needs to stretch with the browser. 3. static |
|
|
|
#5 (permalink) |
|
rejected CSS offspring!
Join Date: May 2005
Location: Lost somewhere in western europe!
Posts: 29
|
...
hahaha - lol - I was aiming for 1999 actually! nah seriously, what do you recommend then for a better way of laying out a page that needs to fit to the browser window. it's for my portfolio as I said. so whats best? 1 table for layout and then divs? just divs? (with absolute position?) Please bring me up to date - a link to a good tutorial would be great if anyone has it - Styley Last edited by FreakStyley : 14-05-2005 at 10:46. |
|
|
|
#6 (permalink) |
|
Work faster microphone ..
Join Date: Feb 2003
Location: Cambridge, UK
Posts: 1,709
|
no tables at all well, unless you have a table of information, but that's another kettle of fish.. this is what you need: http://www.kevinleitch.co.uk/projectnew/index.php |
|
![]() |