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:
#page {
position: absolute;
background: url(bg/diag.gif);
width: 812px;
height: 446px;
}
.draggable {
background: url(orig/1.png);
position: absolute;
top: 27px;
left: 37px;
width: 546px;
height: 320px;
border: 0px solid white;
}
.draggable2 {
background: url(orig/2.png);
position: absolute;
top: 354px;
left: 37px;
width: 546px;
height: 18px;
border: 0px solid white;
}
.draggable3 {
position: absolute;
top: 378px;
left: 37px;
width: 546px;
height: 44px;
border: 0px solid white;
}
.draggable4 {
position: absolute;
top: 27px;
left: 604px;
width: 190px;
height: 17px;
border: 0px solid white;
}
.draggable5 {
background: url(orig/5.png);
position: absolute;
top: 51px;
overflow:auto;
left: 604px;
width: 190px;
height: 315px;
border: 0px solid white;
overflow:hidden;
}
.draggable6 {
background: url(orig/6.png);
position: absolute;
top: 394px;
left: 604px;
width: 190px;
height: 27px;
border: 0px solid white;
}
* html .draggable6
{
background-image: none;
filter: progid
XImageTransform.Microsoft.AlphaImageLoader(src="orig/6.png");
}
Once again, the URL is
http://users.design.ucla.edu/~sfuchs/
thank you so much!
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:
#page {
position: absolute;
background: url(bg/diag.gif);
width: 812px;
height: 446px;
}
.draggable {
background: url(orig/1.png);
position: absolute;
top: 27px;
left: 37px;
width: 546px;
height: 320px;
border: 0px solid white;
}
.draggable2 {
background: url(orig/2.png);
position: absolute;
top: 354px;
left: 37px;
width: 546px;
height: 18px;
border: 0px solid white;
}
.draggable3 {
position: absolute;
top: 378px;
left: 37px;
width: 546px;
height: 44px;
border: 0px solid white;
}
.draggable4 {
position: absolute;
top: 27px;
left: 604px;
width: 190px;
height: 17px;
border: 0px solid white;
}
.draggable5 {
background: url(orig/5.png);
position: absolute;
top: 51px;
overflow:auto;
left: 604px;
width: 190px;
height: 315px;
border: 0px solid white;
overflow:hidden;
}
.draggable6 {
background: url(orig/6.png);
position: absolute;
top: 394px;
left: 604px;
width: 190px;
height: 27px;
border: 0px solid white;
}
* html .draggable6
{
background-image: none;
filter: progid
}
Once again, the URL is
http://users.design.ucla.edu/~sfuchs/
thank you so much!