Christopher wrote:
> Well what I want to do is when I move the margins like say (top) on the 
> #aboutme <id> the #flashbox <id> does not move.

Christopher,

These elements are adjacent in your HTML. If you move an element up or
down using margins, the expected behavior is for the elements which
occur later in the page to adjust accordingly. The fact that this /does/
happen is the beauty of CSS.

To eliminate this effect, you'd have to remove it from document flow by
making it position:absolute or by floating. The fact that you can do
this /too/ is also the beauty of CSS.

I'm also sort of confused and I'd like to clarify something as well:
what types of "digital tools" (from your site) are you most familiar
with? I'm getting the impression that you're new to CSS and HTML.
Perhaps if we understood your experience, we could better assist.
Furthermore, what resources are you referencing prior to writing the
list? It might be easier to help for example, if we knew that you had
already researched and applied Solution A and B for example, but found
them lacking or unsuccessful.

Certainly a good deal of the questions which make their way onto this
list are elemental, but I've not seen them in such quantity from a
single poster before. Referencing the resources posted by David Laakso
(and others) to get some of the basic under control first might be a
better approach.

Hope it helps.
Bill



-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to