Hello:
I've been trying for weeks (yes, it's embarrassing) to create a dhtml popup window w/min, max and close buttons in a title bar.
I can do this fine w/a table, but I hate tables, and want to accomplish the same thing w/non-table css.
Here is a rough image of what I want to accomplish:
----------------------------------
| Title - + x |
----------------------------------
| |
| |
| |
| |
| |
----------------------------------
Where the title is centered in the *whole* width of the title bar, and there are 3 images (icons 16x16) in the upper-right corner of the title bar.
I cannot seem to get the above working in multiple browsers. What works in FF 3.5 and IE8 doesn't work in IE7. What works in IE 7 doesn't work in FF3.0!! Ack.
Could someone show me the pristine css that would accomplish what I want to do? It would really help me understand what I'm doing wrong (believe me, I have PAGES of css and html that doesn't work).
Thanks all.