Difference between revisions of "Div links"
From MyWiki
Line 9: | Line 9: | ||
top:20px; | top:20px; | ||
left:-40px; | left:-40px; | ||
+ | } | ||
+ | |||
+ | #div-1a { | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | right:0; | ||
+ | width:200px; | ||
} | } |
Revision as of 21:46, 11 June 2014
http://www.barelyfitz.com/screencast/html-training/css/positioning/ good
#div-1 { }
#div-1 { position:relative; top:20px; left:-40px; }
#div-1a { position:absolute; top:0; right:0; width:200px; }