Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
table breaking appart, not sure where help
Old 05-16-2006, 03:40 PM table breaking appart, not sure where help
Junior Talker

Posts: 1
Trades: 0
I have a site that is almost complete for the exception of one detail. the home page seems to be breaking apart a bit on one area. I tried looking closely at the code, but no dice.

the site is at:
http://www.katerone.com/khaga

by the way this only happens with IE on a pc..

any thoughts?
katerone is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-16-2006, 06:12 PM Re: table breaking appart, not sure where help
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Are you referring to the separation between the top half of the site and the bottom half? If so I think IE is defaulting to keeping the height of the cell to be whatever the font-size is. You might need to specify an exact height on the table cell and possibly add a non-breaking space inside. IE can be finicky sometimes on hieghts when nothing is inside an element.

If that doesn't work you can try reducing the font size of that cell.

I think the basic problem though is IE using a default height which is coming from the size of the font.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-16-2006, 06:45 PM Re: table breaking appart, not sure where help
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
There has always been an instance in IE (especially in xhtml format) in which whenever you have an image inside a TD cell, it will always put a gap under the image making the TD cell a little taller than the image. I found a workaround with this by placing a <BR> tag after the image, this seems to always work.

HTML Code:
<table border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td>
         <img src="./example.gif" width="100" height="100" border="0" alt="" /><br />
      </td>
   </tr>
</table>

__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-17-2006, 12:14 AM Re: table breaking appart, not sure where help
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
That's interesting and makes sense. I think you could probably also use css to contol the margins of the image or explicity set the image to display inline. Just guessing about those.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-17-2006, 09:47 PM Re: table breaking appart, not sure where help
kIDJOE's Avatar
Extreme Talker

Posts: 186
Location: Hollywood, CA
Trades: 0
You should use CSS to set the width and height of the cell, also you can always add css to your images as well, you can add border:0px; and margins:0px; padding:0px; to avoid any gaps around your image.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

kIDJOE is offline
Reply With Quote
View Public Profile Visit kIDJOE's homepage!
 
Old 05-18-2006, 08:34 AM Re: table breaking appart, not sure where help
Defies a Status

Posts: 1,606
Trades: 0
I looked at the site it IE and it looked fine except for the the footer image which went on FOREVER. Just a typo in this code I bet:

HTML Code:
<iframe src ="header.htm" height="109" width="100%" frameborder="0" scrolling="no" frameborder="0" name="header"> </iframe>
<iframe src ="home_bottom.htm" height="2600" width="100%" frameborder="0" scrolling="no" frameborder="0" name="bottomFrame"> </iframe>
height="2600" width="100%"
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to table breaking appart, not sure where help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.01135 seconds with 12 queries