![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
My template has div#content then div#navigation, which contains an unordered list of links. I have positioned div#navigation on the left side using the following: BODY { margin-left: 9.6em; } #navigation { position: absolute; width: 9em; height: 100%; top: 0; bottom: 0; left: 0; } I'd like to add a graphic to div#navigation, a 140px wide gif file. Have I painted myself into a corner? How can I place the image in #navigation and be sure that there is adequate space for both the image and the text links? |
#2
| |||
| |||
|
|
I wonder if it's feasible to allow authors to suggest widths as equations (width: 100% - 9em). Boy, that'd be nice. It'd also be *years* down the road, if it is even possible. |
#3
| |||
| |||
|
|
I wonder if it's feasible to allow authors to suggest widths as equations (width: 100% - 9em). Boy, that'd be nice. It'd also be *years* down the road, if it is even possible. |
![]() |
| Thread Tools | |
| Display Modes | |
| |