border around postbit
Collapse
X
-
-
Originally posted by LEAD_WEIGHTCheck out Quick Tips & Customization forum and look for LEAD_WEIGHT
I dont find anythingComment
-
-
-
Originally posted by LEAD_WEIGHTIt is the first two post? How did you miss that???
U can see them in action here: http://www.interfans.org/forum/showt...=32238&page=80
What I am looking now is how to add a border around the postbit, see the red lines in the following image: http://img368.imageshack.us/my.php?image=screen7yf.jpgComment
-
Last edited by Jose Amaral Rego; Fri 18 Nov '05, 2:58am.Comment
-
Originally posted by LEAD_WEIGHTThis might add it all around the inside, but I believe it has that in this link.
http://www.vbulletin.com/forum/showt...=160069&page=2Comment
-
Pop a div around the postbit table and give it some color.
<div style="border: 1px solid red;">
(postbit table goes here)
</div>Comment
-
Originally posted by BigTrucK72Pop a div around the postbit table and give it some color.
<div style="border: 1px solid red;">
(postbit table goes here)
</div>
With Ie I have no problem...
With Firefox I dont get the right-border why?Comment
-
That red border you wish to have is called the "tborder".
Away around it is to copy the settings for tborder (in the CSS manager), and copy them into the box way at the bottom of the CSS manager (for custom CSS), and make it into a class (just follow the examples listed for how to do it -- like this .tborder2 { border:1px solid #ff0000; padding:Xpx; }).
Then where you see where "tborder" is called in the postbit where you want to add the color, substitute it with your own class (call it something like ".tbred"; or ".pbborder" as it's easier to remember). That way you'll get the same spacing as before, but just change the border color for the postbit template.
"tborder" is hardcoded in the templates so to get the right placement you'll need to copy the exact settings, then change the border color -- or it will get out of joint.
Chris"Anyone who conducts an argument by appealing to Authority
is not using his intelligence, he is just using his memory."~~~Leonardo da VinciComment
-
Originally posted by ChrisLM2001That red border you wish to have is called the "tborder".
Away around it is to copy the settings for tborder (in the CSS manager), and copy them into the box way at the bottom of the CSS manager (for custom CSS), and make it into a class (just follow the examples listed for how to do it -- like this .tborder2 { border:1px solid #ff0000; padding:Xpx; }).
Then where you see where "tborder" is called in the postbit where you want to add the color, substitute it with your own class (call it something like ".tbred"; or ".pbborder" as it's easier to remember). That way you'll get the same spacing as before, but just change the border color for the postbit template.
"tborder" is hardcoded in the templates so to get the right placement you'll need to copy the exact settings, then change the border color -- or it will get out of joint.
Chris
Look please:
....border is added ok except on the right. Strange....Comment
-
The other divs are overlapping (notorious bug between browsers). You'll notice the tborder's border-top and border-bottom is right at the edge, but cut off by 1pixel. This is due to how FF handles the other div's.
IE is very forgiving and much easier to design with and for. FF puts you into standards mode and hair pulling.
What are your new tborder CSS? And where in the postbit are you placing it?
If I can get into my server I'll give it a looksee.
Chris"Anyone who conducts an argument by appealing to Authority
is not using his intelligence, he is just using his memory."~~~Leonardo da VinciComment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment