This is a discussion on "How to get boxes to expand vertically; also IE 6 issues" within the Web Page Design section. This forum, and the thread "How to get boxes to expand vertically; also IE 6 issues are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How to get boxes to expand vertically; also IE 6 issues
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How to get boxes to expand vertically; also IE 6 issues
I am developing a shell for a site I am developing in CSS. I have the basics down, but have a couple of problems. Here is the URL of what I have so far:
http://www.denverderm.com/div_test/css_test.asp * how do you get the boxes to expand vertically? What I want to do is have the div on the left (next to the nav, in the darker green) and the div containing nav to expand as I start flowing text into the main text div (the one that says "Botox") now. Also, the container div needs to expand as well (it has a white background and I inset the other divs to make a thin white border. * I'm also having IE 6 problems: * there is white space between the rows of divs that shouldn't be there * the rollover div dropdowns come up way over to the right * firefox displays both these issues the way I indended for them to be If you need access to the .css that drives the rollover dropdowns, it is here: http://www.denverderm.com/div_test/mm_css_menu.js Any help greatly appreciated. Thanks in advance John MR * |
|
|
|
||||
|
Re: How to get boxes to expand vertically; also IE 6 issues
You use something like this attached image as the background of your body {} and it will give the illusion of 100% height regardless of content.
body { background:#FFF url("foo.jpg") center top repeat-y; }
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| expanding boxes, ie problems |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Child div expand to fit parent? | linchpin311 | Web Page Design | 5 | Apr 20th, 2008 21:16 |
| How to expand a side nav <div> to full height | snappy | Web Page Design | 7 | Jan 18th, 2008 23:09 |
| Expand text page??? | SJMAC | Web Page Design | 2 | Jun 19th, 2007 01:51 |
| Drop Down Expand Menu | davva | JavaScript Forum | 3 | Oct 16th, 2006 18:00 |
| Image - Expand on Hover | beso | Flash & Multimedia Forum | 16 | Oct 7th, 2006 06:02 |