I am using css to do an absolute positioning so that I can put a text right between two tables of different color(so half of the text on one side of the table, other half on the other table). everything looks find on explorer and netscape on pc's BUT on MAC's the layer containing the text with absolute positioning is pushing everything below..so basically absolute positioning is not working. does neone know how to fix this problem so that i can do absolute positioning on both pc's AND mac's? i hate crossplatform issues!!!
thank you for the help in advance.
here is the link to the site i'm working on.
and here is the code i'm talking about...
<STYLE>
#myText { position: absolute; top: 27px; left:10px;}
DIV.title { font-size: 25pt;font-family: <% = page("gallery_font"
%>}
</STYLE>
<DIV class="title" ID="myText">CBI Demo Gallery</FONT></DIV>
The page title on top right corner in white is the text i'm talking about....
thank you for the help in advance.
here is the link to the site i'm working on.
and here is the code i'm talking about...
<STYLE>
#myText { position: absolute; top: 27px; left:10px;}
DIV.title { font-size: 25pt;font-family: <% = page("gallery_font"
</STYLE>
<DIV class="title" ID="myText">CBI Demo Gallery</FONT></DIV>
The page title on top right corner in white is the text i'm talking about....