Soldato
- Joined
- 18 Oct 2002
- Posts
- 16,027
- Location
- The land of milk & beans
Here's the code:
IEdoes as it's supposed to and leaves the width as 575px even with the padding applied. FireFox though makes the width 595px to include the padding - is there any way to stop this, without using an IE only hack?
TIA
Code:
<div style="width: 575px; height: 101px; border: 1px dotted #666666; padding: 10px;">
lorem ipsum
</div>
TIA
Last edited: