My portfolio is online at http://users.design.ucla.edu/~sfuchs/ For some reason, the div's, which are positioned absolutely, get completely messed up when I open the page with Safari. Does anybody know how to fix this? Here's the CSS:
Hi! For starting I don't get this drag and drop deal you have. It doesn't make any sense to me to use it here. Also I don't see any reason for using Image Maps here and table in a right column. About you Safari problem.(by the way it's broken in Opera as well) When you position you div absolutly you need to take it out from a Page div. So in order to work it correclty in Safari it shoud be this way. <DIV class=draggable5 id=mainFrame5></div> <DIV id=page> </div>
This is quick fix for you problem otherwise you have to redo yours CSS file.
Hey, friends, thank you for your help... I had to compromise, and removed some javascript, thus disabling the drag-effect of the boxes. Perhaps youre right, it's not necessary. Also, whats the problem with image maps? I find them easier to make... do you mean they cause problems for the users?Thanks