Is there a setting that I can set for my html elements like a table where i like set the threshold width... say for example 770 px but if the user's browser is bigger it will stretch to fit however if the browser's width goes below 770 the tabl retains it 770 px width
Announcement
Collapse
No announcement yet.
Stretch to fit, but DON'T shrink setting
Collapse
X
-
I guess setting a percentage would be the best option? That way it would fit in all resolutions. Not many people (if any?!) will have less than a 770px width anyway.
-
An example of what I'm looking for is found on http://www.excite.com. I have 1024x768 and it will fit to that. If i resize it to below 1024 it will continue to fit the screen but the width will never go below about the 770px region... how do I do that?I'm gonna find a way to download the internet if its the last thing I do...
Prepare to bow down to me (or my grave) and call me almighty when the algorithm is finished
Comment
-
-
http://www.stunicholls.myby.co.uk/boxes/minwidth.html They apparently have a solution that makes IE appear to have a min-width on an element.||||If you are getting paid to do a job, don't ask for help on it!||||
Comment
-
Originally posted by _Aerospace_Eng_http://www.stunicholls.myby.co.uk/boxes/minwidth.html They apparently have a solution that makes IE appear to have a min-width on an element.I'm gonna find a way to download the internet if its the last thing I do...
Prepare to bow down to me (or my grave) and call me almighty when the algorithm is finished
Comment
Comment