heya, trying to make a title bar thing but...
KEY:
[ = left corner
= = barbg
] = right corner
. = nothing just need it to push the bar
I want it to be like
[=============================]
but it goes like this
[======================
........................................]
The image widths and location etc are all correct.
css:
Thread moved by Meti (Forum Moderator) from "Designing and Development": Please post in the correct forum next time, thanksCode:#title { width: 100%; height: 22px; background-position: top; background-image: url("../images/titlebg.gif"); padding: 4px 0 0 6px; font-family: Tahoma; color: #FFFFFF; font-weight: bold; } #title-left { float: left; width: 5px; height: 26px; background-image: url("../images/titleleft.gif"); } #title-right { float: right; width: 5px; height: 26px; background-image: url("../images/titleright.gif"); }.





.
Reply With Quote



