![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I'm not sure if this is a stupid question or not, so here goes. Suppose I want to achieve the very common design layout as shown here... http://www.kidsinaction.org.uk/floating.html This has a load of text (waffle in this case) with a div floated over to the right. If you look at the HTML, you will see that the HTML for the quick links div comes before the actual content of the page. That makes it easy to float over to the right, and have the content wrap around it. Now, suppose I want to achieve the same visual effect, but have the HTML for the quick links *below* the HTML for the content. Can this be done? I know I could use absolute positioning, but then the links div would be taken out of the document flow, so I would have to set a right margin on the content, meaning that it would not wrap underneath the links div. Can this be done? TIA |
#3
| |||
| |||
|
|
Has there been a solution to this, as I'd like to know the answer? |
#4
| |||
| |||
|
|
Has there been a solution to this, as I'd like to know the answer? It's not possible. |
#5
| |||
| |||
|
|
To further the education of mankind, Alan Silver <alan- silver (AT) nospam (DOT) thanx.invalid> vouchsafed: snip Can this be done? TIA Y U want to do this, I dunno, |
|
but it could be done by using a placebo copy of "quick links" with same dimensions and absolutely positioning the real "quick links" div over it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |