Thread: div
View Single Post
Old Sep 24th, 2007, 9:16 PM   #1
paulchwd
Hobbyist Programmer
 
paulchwd's Avatar
 
Join Date: Mar 2005
Posts: 139
Rep Power: 4 paulchwd is on a distinguished road
div

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
Attached Images
File Type: jpg sample.jpg (48.1 KB, 21 views)
paulchwd is offline   Reply With Quote