View Single Post
Old 08-29-2006   #6 (permalink)
GoldNetX
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
I am not sure on it, but I think that the margin attribute only applies to elements on a page that are positioned relatively. Meaning you need to define the position attribute as relative.

Try this:

Code:
.username{
position: relative;
margin: 0;
}
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -

Last edited by GoldNetX; 08-29-2006 at 05:23 PM.. Reason: Removed px from margin, should just be 0.
GoldNetX is offline