Tom
unread,Aug 2, 2011, 4:59:36 AM8/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CSS Lint
Hey there,
I have 2 questions on using width with border.
1. How should I style input-fields with borders without setting a
width on them?
Just setting some padding does not work for form elements.
2. How should I create a page with a wrapper around it, which needs a
border?
e.g. .wrapper { margin: 0 auto; border:1px solid #ddd;width:646px }
Do I have to create additional containers for the border, even if I
don't need them?
Regards,
Tom