iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 24, 2009 18:31:40 GMT -8
How can I get my board to look like it is not with the background. Like how Studio ZeroHow it looks like the categories etc. are sitting on a board not on the backround (layout) Awesome well thank-you.
|
|
|
Post by Wormopolis on Mar 24, 2009 21:10:33 GMT -8
They just added into global footer an additional table tag, and 2 rows. the forst row has that header bar at the top, the second row, they opened a cell and then left it open. in the footer they closed that cell.
so like:
GLOBAL HEADER: (very bottom of it)
<table><tr><td>top of forum stuff</td></tr><tr><td>
GLOBAL FOOTER: (very top of it)
</td></tr></table>
They gave the table a specific background image/color that blends with the page background.
The bar at the very bottom of the page is a DIV that was placed there with a window.onload() function in order to make sure it was the last thing on the page.
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 25, 2009 4:31:31 GMT -8
It works in a way, just wish I could change the colors. Its too transparent... But thanks for helping out!
|
|
|
Post by Wormopolis on Mar 25, 2009 5:32:48 GMT -8
you CAN change the colors. in the table tag add this: style="background-color:FF0000"
or an image: style="background-image:http://www.photobucket.com/myimages/fruitfly.jpg" you can change how the image repeats with style="background-repeat:no-repeat" (or repeat-x or repeat-y). among other things. You can add a border iin as well using border=1 and style border-color, border-width, border-style.
|
|
iNsPiRe
Junior Member
Graphics Specialist
Posts: 72
iNsPiRe said 0 great things
|
Post by iNsPiRe on Mar 25, 2009 9:12:03 GMT -8
oh alright. Thanks for your help. Don't mean to get on your nerves
|
|
|
Post by Wormopolis on Mar 25, 2009 17:08:09 GMT -8
nope.. we are cool. If someone got on my nerves I would just ban them.
If you make the table and want it changed, leave the code the way you have it and ask what you can do to change it. it is easier to see what you already have then to modify a "hypothetical" code.
Tables can be very versatile and frustrating at the same time. Adding images in can have weird effects as well.
|
|