You are currently browsing the monthly archive for August, 2007.
Amazing artist.
I love his Rosa Parks picture.
It appears that absolute positioning in Opera 9 is broken.
Putting an absolutely positioned item within a relatively positioned div doesn’t work as it should….
The following code should place the image 10px from the top of the div, but due to the bug in Opera, it doesn’t!
<div style=”position: relative;”>
<img src=”someimage.jpg” style=”position: absolute; top: 10px;”>
</div>
The solution?
Nest the image inside another div, thus…
<div style=”position: relative;”>
<div style=”position: absolute; top: 10px;”>
<img src=”someimage.jpg”>
</div>
</div>
Problem solved.
Yeah, ok, I’m lame. Moving on…..
As a web developer working on a Mac and having to confess to running Safari 3 beta, this leads to a problem that I can’t test pages in Safari 2.0.4.
Til now.
http://www.michelf.com/projects/multi-safari/
Awesome!
UPDATE:Same thing for Windows and IE. Useful for me in Parallels!
http://tredosoft.com/Multiple_IE