Hi.. please bear with me im used to programming in HTML 4.0 this XHTML stuff is foreign to me
I create a div tag but cant figure out how to get it to overlap everything else on the page as I have tables. I can get it to overlap stuff in the cell but not over the entire table... is this possible?.
<div id="dialog" style="background-color:Blue; visibility:visible; position:absolute; top:50; right:50;" >
<span id="menutxt" style="font-family:Verdana; color:White">This is a mesage. Please Read it. Thank you</span>
</div>
Many thanks