Results 1 to 4 of 4

Thread: CSS limit border

  1. #1
    Join Date
    Jul 2009
    Posts
    36

    CSS limit border

    Hi friends,

    I am working on a web project where i want to set the limit of the border of a web page. At the same time i need to specify the white space within a border which would be above, below and besides the words enclosed in the border? I have try a lot to to find out it's code but was not able to get it.

  2. #2
    Join Date
    Dec 2008
    Posts
    128

    CSS limit border

    I was also having similar type of issue and i try to find a lot over internet and asked many people about the same and finally i imitated the border with background images and it was somewhat to my expectations. Try to follow the same thing hope it works for you.

  3. #3
    Join Date
    Jan 2009
    Posts
    91

    CSS limit border issue

    I guess Vibha is correct , as per my knowledge CSS border element is a border and therefore you are able to have side but it's length would be always 100%. By using <div> you can get the effect for it. Always remember margin and backgrounds are used for test display purposes only.


    HTML Code:
    #border-div {position: relative; width: 250px; height: 160px; border-right: 2px #f00 solid; border-left: 2px #f00 solid; margin: 20% 0 0 20%;
    }
    #content-div {position: absolute; top: 0; left: 0; width: 100%; height: 200px; background: #ff0;
    }

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    CSS limit border problem

    Try to use the following code hope it works for you, because i was able to have
    CSS limit border by using the following code.

    Code:
    table
    {
    border-collapse:separate;
    border-spacing:10px 50px;
    }

Similar Threads

  1. What is Border Gateway Protocol?
    By sRIPRIYA in forum Networking & Security
    Replies: 4
    Last Post: 27-12-2010, 08:44 AM
  2. How to limit upload limit for each torrent
    By Asclepius in forum Technology & Internet
    Replies: 6
    Last Post: 18-06-2010, 05:05 AM
  3. CSS border length and spacing
    By Visala in forum Software Development
    Replies: 3
    Last Post: 27-07-2009, 05:08 PM
  4. How to fix MAC black border
    By dan-dan in forum Operating Systems
    Replies: 3
    Last Post: 20-06-2009, 07:57 PM
  5. No Border In iframe
    By QUINEISHA in forum Software Development
    Replies: 2
    Last Post: 16-05-2009, 01:04 PM

Tags for this Thread

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
  •  
Page generated in 1,714,816,512.18259 seconds with 17 queries