navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Extra space in IE6

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Extra space in IE6
Page: [1]
 
boonedawg

 

Posts: 36
Joined: 4/8/2006
Status: offline

 
Extra space in IE6 - 4/25/2006 3:53:52   
I am trying to figure out why my form fields look great in FF but in IE6 there is extra space being added below. Here is the site I am currently working on, view it in FF and IE6 so you can see what I am talking about. template

If anyone can point me in the right direction on getting this fixed, it would be greatly appreciated.

boonedawg
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: Extra space in IE6 - 4/25/2006 7:30:52   
form {
margin:0;
}

(in reply to boonedawg)
boonedawg

 

Posts: 36
Joined: 4/8/2006
Status: offline

 
RE: Extra space in IE6 - 4/25/2006 16:45:18   
Thanks BonRouge,

I am using this css block for this section;

.search {
float: right;
width: 310px;
text-align: right;
padding: 5px 5px 5px 0;
margin: 0;
}

I have specified margin: 0; but it still seems to be doing it. :) Can this be fixed if I style my forms with CSS?

boonedawg

(in reply to boonedawg)
Kitka

 

Posts: 2520
Joined: 1/31/2002
From: Australia
Status: offline

 
RE: Extra space in IE6 - 4/25/2006 18:34:37   
Try adding:

display: inline;

to your current .search class.

_____________________________

Kitka
**It is impossible to make anything foolproof because fools are so ingenious.**


(in reply to boonedawg)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Extra space in IE6
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts