Safari for Windows/Style sheets
Thread Starter
Per Ardua ad Astraeus
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
Safari for Windows/Style sheets
As part of some (inherited code) web work I am doing I need to check the pages in varous browsers. I have a problem with this browser in that it just does not display the image here although it does displace the text around an empty space.
<a href=URL><img src="images/xx.jpg" height="12%" width="35%" hspace="10" border="0" class="styleleft" />
'styleleft' reads as:
.styleleft {
margin: 10px;
white-space: normal;
padding: 10px;
float: left;
}
All versions of IE and FF display properly. Is this a non-compliance with W3C and/or is there a hack that anyone knows for it?
<a href=URL><img src="images/xx.jpg" height="12%" width="35%" hspace="10" border="0" class="styleleft" />
'styleleft' reads as:
.styleleft {
margin: 10px;
white-space: normal;
padding: 10px;
float: left;
}
All versions of IE and FF display properly. Is this a non-compliance with W3C and/or is there a hack that anyone knows for it?
Thread Starter
Per Ardua ad Astraeus
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
Problem sorted by NO 1 son (what ARE they for......). We have discovered by trial and error that Safari will not accept % in image size INSIDE a table (OK outside), but with a pixel definition it is fine. Chalk that one in the weird box!




