inherit
175651
0
Sept 14, 2012 22:47:59 GMT -8
xMaiax
39
January 2012
xmaiax
|
Post by xMaiax on Feb 19, 2012 18:48:29 GMT -8
Okay so I want to put a border around my forum, The border I want to be just one plain image that goes from the top to the bottom. The code I have does not seem to be working and it has stopped my banner from showing up. Is their another code that would do what I want and allow my banner to show? SiteImage I want to use for the border
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 19, 2012 22:06:39 GMT -8
Try this in your global headers toward the top:
<style> #my_border{position: absolute; top: 0px; text-align: center; background-image:url(http://i205./bb45/Nisha_Artamas/border.png); background-attachment:fixed; background-repeat: repeat-y; background-position:center top; width: 100%; height: 210%; z-index: -2; } </style> <div id="my_border"></div>
Only tested in IE, FF and Chrome.
|
|
inherit
175651
0
Sept 14, 2012 22:47:59 GMT -8
xMaiax
39
January 2012
xmaiax
|
Post by xMaiax on Feb 19, 2012 22:19:20 GMT -8
It looks awesome! Thanks Tumbleweed
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 19, 2012 22:42:13 GMT -8
I hope you come back because on your site, it isn't right in IE. It's o.k. in FF and Chrome. I need to take a closer look at your coding to see what is messing with it.
Couple things that seem to make it mess up in IE. First set the blue in what I gave you to 110%. (Weird it has to be set that way.)
width: 100%; height: 210%; z-index: -2; } </style>
Next, remove your forum resize in your footers so remove this:
<script type="text/javascript"> <!-- var fWidth = '700'; var table = document.getElementsByTagName('table'); for(t=0; t<table.length; t++) { if(table.item(t).width == "92%") { table.item(t).width = fWidth; } } // --> </script>
We'll resize your forum with this at the very bottom of your global header: (You could put a top table/text/image under it if you wanted)
<!--keep at bottom of header--> <div style="text-align: center;"> <div style="width: 700px; margin: auto;">
and then this at the very top of your global footer. (Again, a table/text/image could be put above it.)
</div> </div> <!--keep at the top of footers-->
Retested with your coding in IE, FF & Chrome.
|
|
inherit
175651
0
Sept 14, 2012 22:47:59 GMT -8
xMaiax
39
January 2012
xmaiax
|
Post by xMaiax on Feb 20, 2012 0:07:53 GMT -8
I came back Okay I changed what you listed above, I am viewing in chrome so that could be why I did not see it. I now noticed that the border seems to stop and not scroll towards the bottom of the page, am I only seeing this?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 20, 2012 0:54:53 GMT -8
Hmmm, try making this blue part a bigger percent:
height: 210%;
|
|
inherit
175651
0
Sept 14, 2012 22:47:59 GMT -8
xMaiax
39
January 2012
xmaiax
|
Post by xMaiax on Feb 20, 2012 1:45:45 GMT -8
Awesome that fixed it. Thanks Tumbleweed.
Another question on the board I have a staff table, the images their I want to have a border around them. Is their a way to do this with a code or do I have to do it in photo edit?
Sorry if it is completely off topic, just its only a small question I didn't think it would need a complete new request. I can always post it in a new thread in the board.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 20, 2012 8:28:41 GMT -8
Anyone using an older version than IE 9 won't see this but you can do some css that will show in most of the other major browsers:
<style> #round{border-radius: 15px; -moz-border-radius: 15px; } </style>
And then add the id to your image:
<img id="round" src="http://i205./bb45/Nisha_Artamas/open-1.png" width="50px" height="120px">
|
|
inherit
175651
0
Sept 14, 2012 22:47:59 GMT -8
xMaiax
39
January 2012
xmaiax
|
Post by xMaiax on Feb 20, 2012 13:24:19 GMT -8
Thanks Tumbleweed
You are awesome!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 20, 2012 18:06:28 GMT -8
Awww, shucks. What a nice thing to say. I'm very glad I could help.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Apr 8, 2013 20:42:46 GMT -8
Hi! I just found this thread. I would like to place a border around my entire forum with the same image as in my title bars. Are you able to help, Tumbleweed? Is it possible? live-learn-luv.boards.net/Any help would be appreciated. Thanks!
|
|