Click to See Complete Forum and Search --> : How would you hack this so IE is able to render it properly?


rbaibich
04-15-2006, 08:28 PM
Here (http://www.robertobaibich.com/betatest/)'s the blog I'm developing right now. Works perfect in FF, but wait until you open it in IE...

I'm thinking the background image should be put in a DIV for itself, and that should solve the main issue.

I still have to layout a sidebar that will slide out from the main text DIV. Is absolute positioning the answer to make it work in IE && FF?

nevermoregraphi
04-15-2006, 09:23 PM
I think it looks alright, but if you're anything like me you won't rest until its just the way you want it :)

Fang
04-16-2006, 01:25 AM
Use top and left, not margin in #page and #beto

All the hacks use have used will not work in IE7. Use conditional comments (http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp) to seperate the IE css.