| You are here: DEVPPL ‹ Forum ‹ Programming ‹ CSS Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
Problem with display property
2 posts
• Page 1 of 1
0
Problem with display property
Hi all,
I have given diaplay:inline but it is not allowing bottom border to flow till the end. bottom border is ending with the text limit.
Here is my css. please check & help
#head_in{
color:#bb642f;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
width:400px;
margin-left:10px;
border-bottom:1px solid #bb642f;
display:inline}
I have given diaplay:inline but it is not allowing bottom border to flow till the end. bottom border is ending with the text limit.
Here is my css. please check & help
#head_in{
color:#bb642f;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
width:400px;
margin-left:10px;
border-bottom:1px solid #bb642f;
display:inline}
- SowmyaS
- Reputation: 0
- Posts: 4
- Joined: Mon Mar 28, 2011 1:26 pm
- Highscores: 0
- Arcade winning challenges: 0
0
Re: Problem with display property
I can't do much without a more complete sample of code. specifically i'd need the html.
Best to put your problem on a site, and then provide us with a url.
Other developers like myself can then help you quickest.
Best to put your problem on a site, and then provide us with a url.
Other developers like myself can then help you quickest.
- Rajmv
- Reputation: 0
- Posts: 103
- Joined: Thu Jul 14, 2011 8:22 am
- Highscores: 0
- Arcade winning challenges: 0
|
|