Microsoft
Software
Hardware
Network
Question : Is it possible to put an image in a table cell and have it overflow UNDERNEATH the text in adjacent cells?
I am trying to refine my web site by putting a picture in the table cell at the top left hand corner of the table. The column is 200 wide but I would like this image to be visible underneath text in the cell to the right. If I use the code below the image appears WHERE I want it but not HOW I want it because it appears over the top of the text in the adjacent cell. Is there anything I can do to make the image appear underneath?
<td width="200" rowspan="2"
style="padding: 0px; margin: 0px; vertical-align: top">
<img alt="Watchful_Eye" longdesc="Keep a Watchful Eye on Assets"
src="Images/Eye_200X264.jp
g"
style="width: 4400px; height: 580px; vertical-align: top; position:absolute;"
/>
Answer : Is it possible to put an image in a table cell and have it overflow UNDERNEATH the text in adjacent cells?
You want to point the MX record at the Public IP address... usually people will have a firewall at the public IP address which will then forward SMTP traffic to the cas/hub server or in you're case, a virtual IP
Random Solutions
Learning PHP PDO
Shell script to queue commands
iMac Snow Leopard Mouse pointer jitter and always go back to upper left corner
Windows 2k8 R2 Remote Desktop Services keeps disconnecting users
How do I mount a partition in deft linux?
vlan isolation - need to keep a vlan from seeing network
Count number of occurances in a string
Juniper Network Connect won't reconnect after forced logout
Email is being received but cannot send out
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions