[SOLVED] Dynamic HTML issue
Date: 01/02/06
(Javascript Community) Keywords: php, css, html, xml, java, web
Hey Guys,
I have a website i am working on
http://dev.jamesmandrews.com/
It's one html file. index.php (not really php just html in a php ext file)
http://dev.jamesmandrews.com/index.php
Then one javascript file
http://dev.jamesmandrews.com/includes/control.js
And an XML data file
http://dev.jamesmandrews.com/data/portfolio.xml
Basically when in Safari and Firefox it does what it's suppose to. When you click on portfolio it builds a grid of album categories, when you click on a category it builds a grid of albums for that category, when you click on the album it builds a grid of images in that album. when you click on the image, it displays the full image alone.
The problem in IE is that it doesn't listen to my divObj.style.cssFloat="left"; command and I don't understand why not. Looking for some insight.
Thanks,
Source: http://community.livejournal.com/javascript/89322.html