I'm having a very odd problem with Safari. The page is here:
The source is:
In Firefox, Opera, IE6, and IE7, this displays the image with the word 'text' underneath it, against the left edge of the window.
In Safari, though, the word 'text' is at the top left of the browser window, pushing the image away from the left edge. This only happens with images in portrait orientation, i.e. when the image is taller than it is wide. The behavior's the same when I use a properly formatted HTML document with <head> and <body> tags, an external stylesheet, etc.
Does anyone know anything about this? Can you reproduce it?
The source is:
Code:
<html> <img src="pic.jpg" /> <p style="float:left">text</p> </html>
In Safari, though, the word 'text' is at the top left of the browser window, pushing the image away from the left edge. This only happens with images in portrait orientation, i.e. when the image is taller than it is wide. The behavior's the same when I use a properly formatted HTML document with <head> and <body> tags, an external stylesheet, etc.
Does anyone know anything about this? Can you reproduce it?
Comment