
January 17th, 2013, 02:44 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 3
Time spent in forums: 40 m 10 sec
Reputation Power: 0
|
|
|
Really need help with CSS
Hello im new here and am currently learning CSS. Everything went ok untill now. I need to set the width of an inline element. I know it isn't possible but you can passby that problem by putting in display: inline-block
However when I tried to too that the Block width was ok but the text went to the right of the screen.
here is the code Im using now
Code:
.post1 { background-color: #000; color: #FF9500; } .post2 { background-color: #000; color: #FF9500; } .postlinksbar { background-color:#000;padding:7px;margin-top:auto;font-size:10px; }
and here is a link to the part I have trouble with
http://z13.invisionfree.com/The_Sweat_Radio/index.php?showtopic=67
Im really desperate I already tried everything
|