Help - Search - Members - Calendar
Full Version: how would i make a..
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
xillentz
how would i amke a yellow strip go across the top of my lj? haha. help appreciated thanks.
Mulder
can i see an example?

if you're talking about a repeated background... then have a repeated background with a yellow strip.
xillentz
http://livejournal.com/~niduaza there's a yellow strip apart of the header graphic, but the strip only goes so far, but i know that using tables u can go further but i dont know how =(
Mulder
thats part of the actual image
xillentz
ya i know but what if i wanted to do it using tables lol
Mulder
..you cant in livejournal.

well... you could use a <div>....

yes, you should be able to use a div.

like....

in LASTN_WEBSITE
CODE
<style type='text/css'>
.stripe {
position: absolute;
top: 0px;
left: 0px;
width: TABLE WIDTH HERE px;
height: whatever height here;
background-color: COLOR;}
</style>
<div class="stripe">&nbsp;</div>
xillentz
ahh it's not working; aiy thanks anyways ><
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.