Forum Moderators: not2easy

Message Too Old, No Replies

CSS and IE6/7 Problem

         

benshort

12:29 pm on Mar 23, 2007 (gmt 0)

10+ Year Member



Hi All,

I'm developing a website and am having some issues with IE6/7 not displaying my form buttons like FireFox and most other browsers as shown by <snip>.

The page I'm having problems with can be found here...

<snip>

In FireFox the cancel and register buttons and the bottom border of the containing div have about 10px between them. In IE 6 and 7 the bottom border of the div runs through the center of the buttons.

Does anyone have any suggestions about what might be causing this?

Regards

Ben

[edited by: Robin_reala at 1:41 pm (utc) on Mar. 23, 2007]
[edit reason] Removing URL as per TOS #13 [webmasterworld.com] [/edit]

benshort

2:44 pm on Mar 23, 2007 (gmt 0)

10+ Year Member



Hi,

I have added the following div and css and it works ok now.

<div class="roundedCornerSpacer">&nbsp;</div>

.roundedCornerSpacer {
margin: 0px; padding: 0px; border: 0px;
clear: both;
font-size: 1px; line-height: 1px;
}