> Remember that both Div and P are block level elements with margins.  Each
> browser contains its own stylesheet that you overwrite.  Each stylesheet 
> is
> not consistent with the other.  Best thing to do to make things standard
> across browsers is to 0 out all margins and padding first.
>
> html * {margin:0; padding:0};  For IE6, which doesn't understand the
> universal selector, you will need to create a comma delimited list of all
> block level elements.


Thanks Sandra, good info!  As you can tell I'm a CSS doofus so I need the 
basics.

-- Josh


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272876
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to