why does this not work?
#leftcol{
position: absolute;
top: 193px;
left: 1px;
width: 193px;
}
this portion is in a linked css file. inside the div box is some java. and in dreamweaver the test works for placement. on the test server it is on the correct side, but is not 193 pixels down from top of page. the only thing that is not working is the y axis placement, the jaava displays fine and works fine, the left side is where it should be. anyone tell me why?
to see what is happening go
here