PHP table images

liunx

Guest
Hello,

I have a 9 cell table with a PHP script in the middle cell. I have an image that fills the top and bottom row with the 2 side cells having a repeating image.

My problem is that in IE everything works fine, but in Safari, it only shows the left side image and not the right side. In Netscape, neither of the sides show up.

My questions is, could the PHP file be causing this to happen, or is HTML stretching of images a cross-browser issue?

Any help would be greatly appreciated!

To see waht I mean, try the following link in a few browsers:

<!-- m --><a class="postlink" href="http://www.agruesomefind.com/php/reviews.php">http://www.agruesomefind.com/php/reviews.php</a><!-- m -->

Thanks!

RyanFirst, this forum is specifically for issues relating to the transition from PHP4 to PHP5.

Second, it couldn't be the script that's at fault because it's finished and done long before anything gets drawn on the user's screen.

Third, if you developed the layout using IE as your primary testing browser, then it's no surprise if things look wonky in anything that has better support for web standards (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.agruesomefind.com/php/reviews.php">http://validator.w3.org/check?verbose=1 ... eviews.php</a><!-- m -->) (like CSS (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.agruesomefind.com/php/reviews.php">http://jigsaw.w3.org/css-validator/vali ... eviews.php</a><!-- m -->) - and what's a "<csobj>" or a csheight or a cntrlrow?)

Oh, and in IE I don't see either side border. Anyhow, there are surely better ways of rendering one than what you're using. Something with CSS borders would be ideal (e.g., border-left:10px solid white;).
 
Back
Top