Feeds

Issues with IE 6

PerformancingAds
Submitted by arcater on July 6, 2007 - 9:02pm in

Hi, really like the theme, thanks for putting it out there!

When a post is viewed in IE6 the post content is pushed down past the left sidebar. In Firefox or IE 7 it is fine.

Example: http://catertots.net/by-type/chicken/grilled-chicken-fajitas

I think it has something to do with the size of the photos as a post like this: http://catertots.net/site-news/site-being-updated does not have the problem.

Any tips on how I could fix this?

Thanks!


Here's the solution

Try to add a div tag before and /div tag after the source link of the image. This probably will solve your problem.

Example:
*div**img src="http://www.yourpage.com/path_to_your_image/image.jpg"**/div*

(of course you have to replace the * in the given example with the > sign and its opposite sign, which I can't write in this post)

Thanks! It works. I really

Thanks! It works. I really appreciate the help.

Maybe this is a dumb question but can I change something in my css so all of my images get surrounded in DIV tags?

Div tags were not working

Div tags were not working every time. I fixed it in the CSS myself.

Changed this:
#content p{
padding: 0px 20px 15px 0px;

To:
#content p{
padding: 0px 0px 0px 0px;

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
10 + 10 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.