![]() |
div
1 Attachment(s)
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;" >Many thanks |
I'd recommend you do a little studying about semantic HTML and XHTML, and browse around or search on a site called "A List Apart."
Some visits to W3C might be in order, too, although they tend to scare people away with hifalutin' approaches to simple concepts. |
In general, combining divs and tables can be pretty nasty. If you're using the table for layout purposes (and not to display tabular information, like tables were designed for) you should probably try and tear them out. You'll be happier in the long run.
P.S. Use or ignore this suggestion as you please. It should be noted that I have an irrational and extreme hatred of tables, especially when they're used for layouts. |
| All times are GMT -5. The time now is 3:01 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC