ok...please help if possible...
i've been looking at many fluid websites recently and like the idea behind them.. what i don't like is when the browser window gets very narrow and the content ends up with like on word on each line....
i've seen cases where the layout is fluid but once you browser window gets below a mimimum width ("say 300px") the content div doesn't shrink anymore...
does this make sense and if so, how is it done?
thanksthere is a min-width css property, but it's not widely supported. A hr inside the content div with a set width will serve for IE.
i've been looking at many fluid websites recently and like the idea behind them.. what i don't like is when the browser window gets very narrow and the content ends up with like on word on each line....
i've seen cases where the layout is fluid but once you browser window gets below a mimimum width ("say 300px") the content div doesn't shrink anymore...
does this make sense and if so, how is it done?
thanksthere is a min-width css property, but it's not widely supported. A hr inside the content div with a set width will serve for IE.