Forum Moderators: open
If you place the below code in a blank HTML page and view it with Safari 2.0.4, you'll see a 130 pixel vertical gap between 1 and 2, and a 320 pixel horizontal gap between 3 and 5.
1
<div>
2
<a>
3
<object>
4
</object>
5
</a>
6
</div>
7
It seems that it's a bug due to the HTML renderer of Safari, but I guess that CSS could fix it so maybe this thread should be in the CSS forum.
Notice : the code is this simple because I removed all what is not related to the bug, also I do need those tags and I do need them to be enclosed like this.
I would like a CSS or HTML fix to this bug, but please test your own before suggesting it to me, thanks.
I reproduced the bug in WebKit 16089 and Shiira 1.2.2 but not in Flock 0.7.4.1
[code]
<a>
<script type='text/javascript'>
</script>
<object>
<noscript><p><img src="" alt="" /></p></noscript>
</object>
</a>
[code]