Previous Message
Next Message

DIV ISSUE

Sent by Marty Martin on 31 January 2005 20:08


1.  
http://dev.lewisgaleclinic.com/index.cfm/fa/practiceArea.editDocuments.cfm

If you take a look here, you will notice that the border is directly 
above the "Available Documents" table.  The border should be directly 
above the tabs as shown here:

2.  
http://dev.lewisgaleclinic.com/index.cfm/fa/practiceArea.editDocuments2.cfm

These pages are exactly the same, except that in #2 I added a width to 
the containing div.tab_container.  Now the border is where it should 
be.  Can someone explain why this is happening in IE?  The relevant code 
is below.

<div class="tab_container">   <!!--  I added the width here to get the 
border of the containing div to work -->

<div id="tabs">
<ul>
    <li><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editDetails.cfm"><span>Specialty 
Details</span></a></li>
    <li><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editInstructions.cfm"><span>Instructions</span></a></li>
    <li><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editServices.cfm"><span>Services</span></a></li>
    <li id="current"><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editDocuments.cfm"><span>Documents</span></a></li>
    <li><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editAssociations.cfm"><span>Associations</span></a></li>
    <li><a 
href="#request.webroot#/index.cfm/fa/practiceArea.editNewsfeeds.cfm"><span>Newsfeeds</span></a></li>
</ul>
</div>

<table class="report">
<tr>
    <th class="header" colspan="4">Available Documents</th>
</tr>
<tr>
    <th class="center">Title / Description</th>
    <th class="center">File Name</th>
    <th class="center">Type</th>
    <th class="center"></th>
</tr>
<tr>
    <td class="left top">Document One<br /><label>This is document one's 
description.</label></td>
    <td class="left top"><span class="normal">DocumentOne.pdf</span></td>
    <td class="left top">PDF</td>  <!--- HERE WE WILL HAVE ICONS 
REPRESENTING FILE TYPES SUCH AS PDF, DOC, ETC. --->
    <td class="buttons top"><a href="" class="button">View</a> <a 
href="" class="button">Delete</a></td>
</tr>
</table>

Thanks in advance!

-- 
Marty Martin
Web Developer
ICONS, Inc.

Internet Development | Marketing | Support
e: [EMAIL-REMOVED]
p: 540.343.8322  |  f: 540.342.0691
w: http://icn.net

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: