Results 1 to 2 of 2

Thread: How to match border that it will be seen?

  1. #1
    Join Date
    Jan 2006
    Posts
    126
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to match border that it will be seen?

    I have defined script for navigation and have problem how to define correct css that it will be seen also top and bottom border of navigation? Need help

    CSS:
    Code:
    #navigation1 { margin-bottom:12px;width:205px;text-align:center;float:left; }   
    
    .topright{ background:  #fff url('topright.gif') no-repeat right top; }       
    .topleft { background:  url('topleftgif') no-repeat left top; }       
    .bottomright { background:  url('bottomright.gif') no-repeat right bottom; }  
    .bottomleft { background:  url('bottomleft.gif') no-repeat left bottom; }
    HTML CODE:

    Code:
    <div id="navigation1"  class="topright">
    <div class="topleft">
    <div class="bottomright">
    <div class="bottomleft">
    <div class="????"><img border="0" id="?????" src="content1.gif" /></div>
    </div></div></div>
    </div>

  2. #2
    Join Date
    Jan 2006
    Posts
    126
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Additional small images.

    As there is possibility just to upload 3 images, I enclose additional 2.
    thank you

Bookmarks

Posting Permissions

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