Could anyone tell me what my CSS layout problems are in the following page:
http://www.axtell.com/puppets/skunk-ideas/
Attached is screenshot of what this page looks like in IE7, for example.
Thanks!
Printable View
Could anyone tell me what my CSS layout problems are in the following page:
http://www.axtell.com/puppets/skunk-ideas/
Attached is screenshot of what this page looks like in IE7, for example.
Thanks!
There is a lot of CSS hacks for IE 7. Here is a resource that can be used to sort them out.
http://www.webdevout.net/css-hacks
Best of Luck. It looks like you have some position issues so I would look carefully at use of position relative and absolute. Those frequently get interpreted differently. And welcome to the difficult of cross browser checking.
Thanks, Einsteins Eyes. I'm glad there are some "workarounds" for issues like this. I'll check 'em out.