Quote:
Originally Posted by gregmlb
Okay ? I?m doing much, much better now. I implemented your above suggestions, but still had a few problems until I also changed forumL width to 0px in additional.css (along with your suggested forumC margin-left:165px), so that additional.css wound up as follows:
Code:
#forumFill{
background-image: none;
background-repeat: repeat-x;
width: 100%;
margin-right: auto;
margin-left: auto;
}
#forumL{
background-image: none;
background-repeat: no-repeat;
width: 0px;
float: left;
}
#forumC {
background-image: none;
background-repeat: no-repeat;
margin-left:165px;
float: left;
}
This is structurally what I?m looking for ? and I will now attempt to fill in the HTML and javascript where appropriate. During or after that, I may ask for some more help ? but for now, THANK YOU, SIR! I am indebted to you ? good karma shall follow you ? you the man!
|
Now that's what I'm talking about! Remember though sometimes css can be tricky, it's usually something simple you overlook or you over specify so for example the width:0px may work or may give you issues it all depends on what else you have customized but take your time and if all else fails Google what your looking for in regards to CSS, there's TONS of helpful sites and tutorials out there all over the web

.