HainKurt,
Here is a link to the page.
http://www.topsecurityinc.
Main Topics
Browse All TopicsCurrently, the logo and headers are slipping under the table.
Need to keep this from happening.
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
>>>>>> Original code for old top box. <<<<<<<<<<
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1">
<tr>
<td>
<div style="position: absolute; width: 539px; height: 45px; z-index: 3; left: 0px; top: 9px; padding: 4px" id="layer3">
<font color="#FFFFFF" face="Times New Roman">
<span style="letter-spacing: 4px; font-weight: 400"><i> <font size="5">....<br>
</font><font size="2"> </font></i>
<i><font size="3"><span style="letter-spacing: 4px; font-weight: 700">"..."</span
</span></i></font></
<img name="header_r1_c1" src="../images/header_r1_c
<td background="../images/head
<img name="header_r1_c2" src="../images/header_r1_c
<td>
<img name="header_r1_c3" src="../images/header_r1_c
<td>
<img src="../images/spacer.gif"
</tr>
</table>
>>>>>>>> New code for logo and box. <<<<<<<
<div align="center">
<table border="0" cellpadding="10" cellspacing="0" style="border-collapse: collapse" id="table10">
<tr>
<td>
<div class="BoxtopLeftCorner">
<div class="BoxtopRightCorner">
<div class="BoxbottomLeftCorner
<div class="BoxbottomRightCorne
<div class="Boximage">
<img src="../images/logo.jpg" alt="....">
</div>
</div>
</div>
</div>
</div>
</td>
<td>
<div class="roundcont">
<span class="topgif"><img src="../images/content_r1_
<span class="cornertl"><img src="../images/content_r1_
<span class="cornertr"><img src="../images/content_r1_
<div class="header">
<h1><%= trim(ud_Keyword) %></h1>
<BR> </BR>
<h2>Text 2</h2>
<h3>Text 3</h3>
</div>
<div class="bottomgif">
<span class="cornerbl"><img src="../images/content_r3_
<span class="cornerbr"><img src="../images/content_r3_
</div>
</div>
</td>
</tr>
</table>
</div>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
HainKurt,
Here is a link to the page.
http://www.topsecurityinc.
TrueBlue,
If this is a site that you're building I strongly suggest you start again. No disrespect, but the way you are laying out your site is seriously out of date, and will cause you major problems. Laying out your site in this way will get really messy and difficult.
You are using a lot of deprecated code, and are using tables to layout your content. You'd be much better off starting fresh using stylesheets (CSS) and proper, clean HTML.
If you just have to carry on this way, then the reason your header is getting chopped off is because the table below it - id="layer2" has an absolute position of 97px from the top but your header is longer than 97px.
Business Accounts
Answer for Membership
by: HainKurtPosted on 2009-11-07 at 22:03:54ID: 25769565
code does not help much, do you have a link to test? you are using tons of classes which you didi not provide...