Jump to content

Height problem with IE


ayok

Recommended Posts

Hello,

Back with another problem.. ;D

 

I have problem with a height in IE. I've got this css:

#navigation{
     height:41px;
}

<tr><td id="navigation">Home | about us | etc</td></tr>

This height is the same height with the next cell of a table. I have no problem with other browser, but in IE the height is expanded to 10px (51px). How could this happen? How can I fix it?

 

Thank you for your time.

 

ayok

Link to comment
https://forums.phpfreaks.com/topic/99876-height-problem-with-ie/
Share on other sites

If I understand you correctly, IE's child element of the cell in the table, is getting an extra 10px. And also if you use 2 ids with the same name on the same page, it will be invalid. I wouldn't suggest using tables as layout.

 

You are the subject of inheritance.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.