HTML - Div Expansion
I was wondering how to make it so a div would not shrink below the width of its content, so say if there was an image about 400px wide, when the browser window was resized the div wouldn't keep shrinking beyond the width of that image. (Example of what I DON'T want he http://emcs.sd62.bc.ca scroll down on the main page and you'll see what I mean)
Similar TutorialsHi, I am having some problems with the tables and cells on the following page: http://img179.imageshack.us/my.php?i...problemjs7.png What I am trying to do is insert text in the cell indicated by the red arrow. At the moment it has no width (you can see the two cell walls where it should be). However when I try to drag the right wall out, or when I click in it and start typing, it does expand to the right (which i want it to do), however it pushes all the cells to the left it left which is messing up the layout. What I would like to happen is for the cell to expand out to the right, leaving everything else in their proper place. If anyone can offer any help, I would appreciate it very much! Thanks. Hi there, I'm curious if Dada's previous post does not apply to this somewhat. But basically my problem is I have a div for a nav menu and a div for a content area, basically I want the nav menu to grow as the content of the content div grows. Here is my page and you can see my problem. http://alongcamemary.biz/newSite/index.html Basically what I did in the flow was create one div which I floated right And then the nav div which will be on the left and I set its margin the width of the item I floated right. But like I said I need each of their contents to stay the same heights automatically. |