Results 1 to 2 of 2

Thread: [solved] a little extension on IE

Threaded View

  1. #1

    Thread Starter
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552

    Resolved [solved] a little extension on IE

    dunno about this much but i've got a little extension on IE on creating div. can you help me with this? thank you.



    how do i remove this green circled messy stuff. this is my code
    Code:
        <table>
            <tr>
                <td width="200">
                    <div class="bred fwhite">
                    <img class="vtop" src="images/top.png" alt="" />
                        <div class="indented"><b>General</b>
                            <div class="indented">
                                <a class="fwhite" href="index.html">Home</a><br />
                            </div>
                        </div>
                    <img class="vbottom" src="images/bottom.png" alt="" />
                    </div>
                </td>
                <td class="vtop">
                    <span class="header">Home</span>
                </td>
            </tr>
        </table>
    and the css
    Code:
    body,table{
        font-style:italic;
    }
    td,th{
        padding:3px;
    }
    .bblack{
        background:black;
    }
    .bred{
        background:red;
    }
    .fwhite{
        color:white;
    }
    .header{
        font-weight:bold;
        font-size:14pt;
    }
    .indented{
        margin-left:10px;
        margin-right:10px;
    }
    .wide{
        width:100%;
    }
    .vbottom{
        vertical-align:bottom;
    }
    .vtop{
        vertical-align:top;
    }
    Attached Images Attached Images  
    Last edited by brown monkey; Sep 22nd, 2004 at 04:56 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width