|
Post by tunescool on Sept 19, 2009 11:40:41 GMT -8
i need sub boards too. i wanna do category barsand be able to adjust them left to rite. but not my table if it would affect that or the info center. thanks i wanna move them to the left
|
|
|
Post by Wormopolis on Sept 19, 2009 12:22:50 GMT -8
you have this in your header making them centered:
<style type="text/css"> <!-- .catbg {text-align: center;} --> </style>
|
|
|
Post by tunescool on Sept 19, 2009 12:39:14 GMT -8
i took it out
|
|
|
Post by Wormopolis on Sept 19, 2009 15:17:05 GMT -8
alright that is a start. so now you want to be able to adjust how far in from the left the category titles are right?
|
|
|
Post by tunescool on Sept 19, 2009 19:10:50 GMT -8
i wanna put them like half way between the middle and where they are now
|
|
|
Post by pm on Sept 19, 2009 19:50:32 GMT -8
Try adding. padding-left: 40px; to the CSS
In the reclass board links code, is there a reason for. 50% lnks[e].parentNode.parentNode.width=="50%") {
Most sites are. 66% lnks[e].parentNode.parentNode.width=="66%") {
Sorry for butting in Wormo, I'm bored.
|
|
|
Post by tunescool on Sept 19, 2009 20:29:08 GMT -8
it wouldnt work, i have a code that works on 50, so i have to have 50 in some of my codes
|
|
|
Post by pm on Sept 19, 2009 20:34:19 GMT -8
Could you try 66 for me and see if it aligns somewhere near where you want it?
|
|
|
Post by tunescool on Sept 19, 2009 20:45:41 GMT -8
i cant itll screw everthing up
|
|
|
Post by pm on Sept 19, 2009 20:47:59 GMT -8
ok ;D Good luck.
|
|
|
Post by Wormopolis on Sept 20, 2009 2:45:17 GMT -8
yeah the 66% wouldnt work on his site since there is a code very high up in his global that includes a resize to 50%.
the padding-left idea is where I was going to go next, but with CSS:
.cattext {padding-left: 30px;}
adjust the 30 to what looks good.
|
|
|
Post by tunescool on Sept 20, 2009 3:16:46 GMT -8
it moved the info center too
|
|
|
Post by Wormopolis on Sept 20, 2009 15:23:25 GMT -8
dang... ok then lets do this:
.catbg font {padding-left: 30px;}
|
|
|
Post by tunescool on Sept 20, 2009 15:38:14 GMT -8
that didnt do it
|
|
|
Post by Wormopolis on Sept 20, 2009 16:18:24 GMT -8
take out the cattext CSS
|
|