Topic: fluidity...css....newb... (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 01-23-2006 16:20
i'm new here... |
Paranoid (IV) Inmate From: London |
posted 01-23-2006 17:11
Hi sistergrey, welcome to the Asylum, I noticed that you've used absolute positioning, this is why it seems to 'move' when you resize, infact everythihng else is moving and your navigation is not, I'd suggest you use floating methods to position your navigation. |
Lunatic (VI) Inmate From: under the bed |
posted 01-23-2006 17:38 |
Obsessive-Compulsive (I) Inmate From: |
posted 01-23-2006 18:47
is there an example of a good way to use floating positioning for this? |
Maniac (V) Mad Scientist From: :morF |
posted 02-07-2006 13:35
Think of things that have been put in the floating order as words in a Word document. They'll flow to the left or the right as you tell them to, and fill up a particular area as wide as they can before wrapping down below. So if your container is 500px wide, you can float two elements of 240px next to each other, but you cannot float two elements of 260px next to each other. They'll end up one below the other. |
Obsessive-Compulsive (I) Inmate From: Belgium |
posted 02-09-2006 08:46
Hi sistergray, |