Connecting Tech Pros Worldwide Forums | Help | Site Map

How to remove fieldset margin in IE?

Newbie
 
Join Date: Jan 2007
Posts: 22
#1: Mar 20 '07
Dear Friends,

How to remove fieldset margin in IE?

I want one image closer to the bottom border of the fieldset. but when I put the image, IE leaves some space as a margin.

Any ideas how can i get rid of it?

Thanks in advance!!

Regards,
Leena

dmjpro's Avatar
Lives Here
 
Join Date: Jan 2007
Location: India (West-Bengal)
Posts: 2,451
#2: Mar 20 '07

re: How to remove fieldset margin in IE?


specify the style of both object .... image as well as of fieldset

so that the image fits into the fieldset and u get what u desire

welcome again
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#3: Mar 21 '07

re: How to remove fieldset margin in IE?


Just specify the margin in the CSS, e.g.
Expand|Select|Wrap|Line Numbers
  1. fieldset { margin: 0; ...
Reply