On Monday, April 6, 2009 7:08:13 pm Christopher R wrote:
> I used FireBugs layout method to adjust the margin on a <div> As most of us
> know margins work by top, right, buttom, left.  Now using firebox I enter
> in 24 for the right margin, then I wrote the short hand for the <div> which
> I have in absolute positioning inwhich I wrote, {0%, 24%, 0%, 0%;} when I
> previewed in Firefox after entering that into my code it didn't show what I
> had saw using those values in firebug, why is that?

if you don't specify units in firebug, it defaults to pixels.  So if you just 
typed in 24, it's 24px, not 24%.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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