bassa
04-07-2009, 12:09 PM
Heya!
I've played around with giving my sub-headlines a graphical background as well as a small button in the right-most side of the DIV container.
Here's the code for the sub-headline:
<p><div id="h2">Blanco vaske<a href="#headline" class="top" title="Gå til toppen"></a></div></p>
And here's the CSS code for the Div Classes/ID's:
#h2 {
font-family: Georgia;
font-size: 1.9em;
width: 708px;
background: url(../images/bg_h1.gif) no-repeat;
height: 35px;
line-height: 35px;
text-indent: 5px;
}
.h2 {
font-family: Georgia;
font-size: 1.9em;
width: 708px;
background: url(../images/bg_h1.gif) no-repeat;
height: 35px;
line-height: 35px;
text-indent: 5px;
}
.top {
background: url(../images/close.gif) no-repeat;
margin: 0px;
padding: 0px;
float: right;
height: 30px;
width: 30px;
display: block;
}
And here's how it looks on the website:
http://www.froso.dk/test/produkter/vaske.html
Now, it works pretty ok... but I just can't place the damn X-icon on top of the grey background fader above in the sub-headline.
Any help? lol
Cheers,
Bassa
I've played around with giving my sub-headlines a graphical background as well as a small button in the right-most side of the DIV container.
Here's the code for the sub-headline:
<p><div id="h2">Blanco vaske<a href="#headline" class="top" title="Gå til toppen"></a></div></p>
And here's the CSS code for the Div Classes/ID's:
#h2 {
font-family: Georgia;
font-size: 1.9em;
width: 708px;
background: url(../images/bg_h1.gif) no-repeat;
height: 35px;
line-height: 35px;
text-indent: 5px;
}
.h2 {
font-family: Georgia;
font-size: 1.9em;
width: 708px;
background: url(../images/bg_h1.gif) no-repeat;
height: 35px;
line-height: 35px;
text-indent: 5px;
}
.top {
background: url(../images/close.gif) no-repeat;
margin: 0px;
padding: 0px;
float: right;
height: 30px;
width: 30px;
display: block;
}
And here's how it looks on the website:
http://www.froso.dk/test/produkter/vaske.html
Now, it works pretty ok... but I just can't place the damn X-icon on top of the grey background fader above in the sub-headline.
Any help? lol
Cheers,
Bassa