Jump to content

div CSS problem with Safari


mpower

Recommended Posts

I've got a problem with a "simple" div page. CSS code looks as bellow:

#order_container {
width: 250px;
}

#order_form_top {
width: 250px;
height: 10px;
background-image: url(_images/palette/order_top.gif);
}

#order_form {
width: 250px;
background-image: url(_images/palette/order_fill.gif);
}

#order_form_text {
padding-left: 5px;
padding-right: 15px;
text-align: left;
font-size: 11px;
font-weight: normal;
line-height: 16px;
}

#order_form_bot {
width: 250px;
height: 15px;
background-image: url(_images/palette/order_bottom.gif);
}

 

The div containing the order_form_bot ID makes an empty line above the div. Or it's the order form div that does it. Please take a look att the attached image that shows the problem.

 

Anyone know what the problem is, what I've missed?

 

Thanks in advance!

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.