I'd like to position the palm tree graphic here: http://testingarea.proyectoclave.com/ so that it looks like this http://testingarea.proyectoclave.com/layout.gif in main browsers.
Hi man, as I found it's a simply css adjusting, but I can't take a look at your site anything else than firefox. Instead of corporatestyle.cs... (line 156) #palm { left:400px; position:absolute; top:99px; } raising the top parameter it's better corporatestyle.cs... (line 156) #palm { left:400px; position:absolute; top:104px; } If you haven't used it before, I reccomend FireBug, a very useful developer plugin for the Firefox browser. I hope I managed to help you. p.
It doesn't work. I don't have any problems with fireworks, the problem is with IE. If you take a look at the site with IE, you will notice that the graphic is positioned incorrectly.
You have double posted. Your doctype is incorrect and IE is in quirks mode. You should use a strict doctype but you are using old, deprecated markup so you will have to use a transitional doctype to make IE attempt to behave like other modern browsers. Use this one: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">