Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-20-2007, 07:54 PM   PM User | #1
katie_lostsoul
Regular Coder

 
Join Date: May 2004
Posts: 121
Thanks: 12
Thanked 0 Times in 0 Posts
katie_lostsoul is an unknown quantity at this point
Another CSS Question

If you go to: http://www.tombraiders.net/katie/CEC2/sample.html

user: letme
pass: in

And scroll down to "Register for a Workshop" this works fine in IE, but in Firefox the orange box around it doesn't go to the second line of text. How can I make it do that?

Thanks
katie_lostsoul is offline   Reply With Quote
Old 07-20-2007, 08:00 PM   PM User | #2
katie_lostsoul
Regular Coder

 
Join Date: May 2004
Posts: 121
Thanks: 12
Thanked 0 Times in 0 Posts
katie_lostsoul is an unknown quantity at this point
Fixed!
katie_lostsoul is offline   Reply With Quote
Old 07-20-2007, 08:06 PM   PM User | #3
koyama
Senior Coder

 
koyama's Avatar
 
Join Date: Dec 2006
Location: Copenhagen, Denmark
Posts: 1,246
Thanks: 1
Thanked 5 Times in 5 Posts
koyama will become famous soon enough
Usually one should avoid setting a height on a div when it holds text. This almost always gives problems.

It is almost never necessary. Get rid of the red part:
Code:
.sbihead {
 height: 14px;
 width: 188px;
 padding: 5px 0px 5px 19px;
 text-transform: uppercase;
}
Why is IE6 expanding the div? The answer is because of the expanding box bug.
koyama is offline   Reply With Quote
Old 07-20-2007, 08:17 PM   PM User | #4
katie_lostsoul
Regular Coder

 
Join Date: May 2004
Posts: 121
Thanks: 12
Thanked 0 Times in 0 Posts
katie_lostsoul is an unknown quantity at this point
Fixed it! Thanks
katie_lostsoul is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:32 AM.


Advertisement
Log in to turn off these ads.