Logged Out
Create an Account
Login:
Password:

Forgot your password?
My Border isn't working right Chops

My Border isn't working right Chops
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

Hey Chops,

When you get a min. could you check my site code to see why my left border around the center frame cuts off on smaller screens? It never did that before and i'm not sure what I would have changed to make it not adjust to all screen sizes. I no you have more important things to get done so again when you get the chance; let me know what you found.

Thanks


--
Painkillerle
My first suggestion would be to try to put "width=34" in the <td> for the upper left and upper right (in addition to having it in the normal sides).

Otherwise, you could, instead of putting &nbsp; in your upper left and upper right <td>, you could actually put the image itself in the upper left and right <Td>

So right now you have


<td valign="top" background="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/TopLeft.jpg">&nbsp;</td>
<td background="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/Top.jpg" bgcolor="d7ae6e" height="36">&nbsp;</td>
<td valign="top" background="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/TopRight.jpg" height="36">&nbsp;</td>


I'd suggest trying to do this instead



<td valign="top" width=34><img src="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/TopLeft.jpg"></td>
<td background="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/Top.jpg" bgcolor="d7ae6e" height="36">&nbsp;</td>
<td valign="top" height="36" width=34><img src="http://seventhhouse.dkpsystem.com/settings/seventhhouse/files/TopRight.jpg"></td>


--
It's all in the reflexes.


[Back to Index]