Thread
:
Design Troubles
View Single Post
#
5
(
permalink
)
Apr 6th, 2005, 10:15
D3mon
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
just drop the *.
also, when using 0, the units don't need to be specified e.g.
padding: 0px;
padding: 3px 0px 0px 0px;
is the same as:
padding: 0;
padding: 3px 0 0 0;
D3mon
View Public Profile
Visit D3mon's homepage!
Find all posts by D3mon