Re: Nuts
http://www.jonslaughter.com/Test2.html
The boxes represent the partition that I need. The issue seems to be that I
have to specify a height for it or it doesn't work. I thought that the
outer most div would calculate the height but it doesn't seem to do this.
For my application I can't(or don't) want to specify the height because it
should be able to compute it automatically. Its just the height of the ul
inside the divs + a few pixels for the border(in the example its 20px +
height of ul).
It looks like I'm going to have to do that though for each sub menu I have.
Is there any way to get the user agent to calculate it for me? (specifying
anying absolute fixed height isn't good as I have to do it for each time I
use the box. Specifying auto doesn't work either)
Thanks,
Jon
.
Relevant Pages
- Re: Inserting into partion view - values were not supplied for all columns
... Wayne Snyder, MCDBA, SQL Server MVP ... "Glyn Walters" wrote in message ... > When I try to insert into a partition view with specified ... If I specify all the columns ... (microsoft.public.sqlserver.server) - Re: Cannot mount old drive with LVM partition - help!
... When it got to hdb2, same crap, need to specify the file system type as ... I need to come up with some kind of linux disk ... recovery tools to try and get that second partition restored. ... It finds both drives. ... (alt.os.linux) - Re: HD problem
... specify which one to check? ... partition on the hard disk. ... It only has one partition. ... marginally better than "chkdsk /r" and some not at all. ... (microsoft.public.windowsxp.general) - Re: Patricks Test9 suspend code.
... like a resume partition would actually be more robust in that case. ... The objection's largely to having it hardwired into the kernel, ... specify resume isn't noticeably worse... ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: Patricks Test9 suspend code.
... why do I have to specify which one to resume from? ... How is kernel expected to find out partition which it ... When do you have a heart between your knees? ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) |
|