Hey, my site when viewed in a fully open browser window looks fine.
But when you resize it and make it smaller, watch the text underneath the crown on the left column. It seems to span with the page... When the screen gets too small the whole content drops down below the nav...
I tried min-width many times on everything but it hasn't worked yet... Maybe I just don't know what I'm doing?
Any help is great!
*My Website is in my sig!!!!!!!!!!!When using percentages(%) to layout pages, this type of thing is almost inevitable
-DanGRRR!!!!!! Isn't there something I can do. I put everything in div="nav" into div="min" where I was going to set the minimum width of 100%. And in my head it seems as if it would work. (NAV would be 20% of the page and MIN would be 100% of nav...
I know that logically does not always work with this sort of stuff...Originally posted by JDM71488
I put everything in div="nav" into div="min" where I was going to set the minimum width of 100%
Always use fixed sizes when defining min-width/min-height of elements. Cuz, as the screen shrinks, so will the value of "100%", so this would not help one bit!
-Dan
But when you resize it and make it smaller, watch the text underneath the crown on the left column. It seems to span with the page... When the screen gets too small the whole content drops down below the nav...
I tried min-width many times on everything but it hasn't worked yet... Maybe I just don't know what I'm doing?
Any help is great!
*My Website is in my sig!!!!!!!!!!!When using percentages(%) to layout pages, this type of thing is almost inevitable
-DanGRRR!!!!!! Isn't there something I can do. I put everything in div="nav" into div="min" where I was going to set the minimum width of 100%. And in my head it seems as if it would work. (NAV would be 20% of the page and MIN would be 100% of nav...
I know that logically does not always work with this sort of stuff...Originally posted by JDM71488
I put everything in div="nav" into div="min" where I was going to set the minimum width of 100%
Always use fixed sizes when defining min-width/min-height of elements. Cuz, as the screen shrinks, so will the value of "100%", so this would not help one bit!
-Dan