So I'm using nested Div tags and striving to be XHTML1.0 Strict.
I had a div tag with
which gave me the position I wanted for my nested Divs.
IE, Opera, and Gecko based browsers were fine.
Safari didn't adhere to it even though is is listed here:
I got around it by making spacer divs and border classes but I would rather just get the position right.
Has anyone else had position problems with Safari?
I had a div tag with
Code:
#subhead{
position: relative;
top: 81px;
}
which gave me the position I wanted for my nested Divs.
IE, Opera, and Gecko based browsers were fine.
Safari didn't adhere to it even though is is listed here:
I got around it by making spacer divs and border classes but I would rather just get the position right.
Has anyone else had position problems with Safari?