|
Post by pm on May 14, 2009 15:12:02 GMT -8
Wormopolis, I would like to request a code to add a grad at the top and bottom of my site. A grad that would repeat like a Title BG image does.
Need my link I can pm it to you.
Thanks man!
|
|
|
Post by Wormopolis on May 14, 2009 16:31:39 GMT -8
do you already have your site wrapped in a table?
|
|
|
Post by pm on May 14, 2009 16:59:40 GMT -8
No, just a bunch of codes. I'll send you a pm with the link.
|
|
|
Post by Wormopolis on May 15, 2009 0:45:54 GMT -8
like that?
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on May 15, 2009 7:38:21 GMT -8
Its on the top and bottom of this pageee
|
|
|
Post by pm on May 15, 2009 9:15:35 GMT -8
Yes, like that Wormopolis.
|
|
|
Post by Wormopolis on May 15, 2009 9:29:48 GMT -8
ok well its going to seem convoluted, but here is what I did.
At the very top of global headers, I made a div, and inside a table. the table has 3 rows, the first row will contain header image, the middle row empty, the last row the footer image. For the example, I went ahead and put in an image in the center row just so you could see it.. but it could be a color or even transparent if need be.
this is what I used for this page: (notice the fixed table width)
<div id="testforpm" align="center" style="display:none"><table width="838" cellspacing=0><tr><td width="100%" style="background-image:url('http://farm3.static.flickr.com/2116/1603219407_90d6bc1721.jpg'); height:40"></td></tr><tr><td id="maintbl" width="100%" style="background-image:url('http://rds.yahoo.com/_ylt=A0S020tMKg1K.XYB.jajzbkF/SIG=12jaorkee/EXP=1242463180/**http%3A//www.nek.si/uploads/pictures/daljnovod_spodnji_rekurs.jpg');"></td></tr><tr><td width="100%" style="background-image:url('http://farm3.static.flickr.com/2116/1603219407_90d6bc1721.jpg'); height:40"></td></tr></table></div>
next I opened a div tag at the bottom of global headers:
<div id="temptblpm">
and at the top of global footers, I closed it:
</div>
at this point, you would put all the codes you use to manipulate your forum... the welcome msg scrunched, info center and login merged, etc...
so under all those codes in your global footer, then you would need this:
<script type="text/javascript"> <!-- // entire forum in a table with head/base images
tt=document.getElementById("testforpm"); tn=document.getElementById("maintbl"); tno=document.getElementById("temptblpm") tn.appendChild(tno); tt.style.display="";
// --> </script>
tell me how that turns out.
|
|
|
Post by pm on May 15, 2009 11:37:15 GMT -8
Thanks!
Can you make the head/base images attach to the forum?
|
|
|
Post by Wormopolis on May 15, 2009 21:29:42 GMT -8
the space at the top is caused by a <br> tag that is above the main table before the welcome table is moved.
Are you hiding the forum jump?
|
|
|
Post by pm on May 15, 2009 22:00:34 GMT -8
the space at the top is caused by a <br> tag that is above the main table before the welcome table is moved. Are you hiding the forum jump? Yes on the forum jump. CSS } #forumjump { display: none; } I can't find the <br /> tag. If you want the password let me know. I have No problem with it! Its just a test site. I really do appreciate all your help! I am in no hurry at all.
|
|
|
Post by Wormopolis on May 15, 2009 22:16:14 GMT -8
I can get rid of the top <br> tag in the code. I was just pointing out it was there. PB puts it there.
What about Quick Reply? Is that merged with the board as well? Im just looking at the way this thread shows to tweak this.
|
|
|
Post by Wormopolis on May 15, 2009 22:26:51 GMT -8
how is that looking?
|
|
|
Post by pm on May 15, 2009 22:58:31 GMT -8
Man its looking great! I have the QR disabled right now. I would like to have it as well. I have not seen a coder as good and nice as you in a long time! Thanks man! Edit: Just wanted to add... I want everything connected. QR and all. Thank you SK!
|
|
|
Post by Wormopolis on May 16, 2009 0:43:47 GMT -8
yah.. I just have to be able to seperate out those 2 <br> tags between the QR and the boards..
|
|
|
Post by pm on May 16, 2009 17:42:34 GMT -8
Could you post what you have so far? Thanks man!Edit: I don't want this request now. Sorry SK for taking up you're time. I really do appreciate you time messing with it but I have decided to do without it. Thanks again for you're time. If I can ever help you please let me know. (graphics)
|
|