Positioning my CSS declarations properly in PHP

Discussion in 'PHP' started by Grimmfang, Apr 14, 2012.

  1. #1
    Trying to get my content to seamlessly start at the top of the rColtop image, then stretch the rCol image, then at the end put rColbottom. Currently my content is only filling the rCol as I have designated it as such because of ignorance. Thanks for any help.

    My CSS:
    .rColtop {background-image:url(images/dividertop.png);margin: 0px 0px 0px 0px;width:342px;height:30px;float: left;background-repeat:repeat-y;z-index:999999}
    .rCol{ color: #333;height: auto;width: 310px;float: left;position: relative;background:#f6f6f6;background-image:url(images/dividerbg.gif);background-repeat:repeat-y;padding:10px));}
    .rColbottom {background-image:url(images/dividerbottom.png);margin: 0px 0px 0px 0px;width:344px;height:75px;float: left;background-repeat:repeat-y;}
    Code (markup):
    My PHP:
    <div class='rCol'>
    										
    		{SETSTYLE}
    		{MENU=1}
    					
    	</div>
    PHP:
     
    Last edited: Apr 14, 2012
    Grimmfang, Apr 14, 2012 IP
  2. alamest

    alamest Well-Known Member

    Messages:
    277
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    133
    #2
    are you looking for help or did your problem is solved, if you still have the problem than let me know...I can help you..
     
    alamest, Apr 14, 2012 IP
  3. Grimmfang

    Grimmfang Member

    Messages:
    191
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #3
    I'm still having the problem :\ any help would be greatly appreciated!
     
    Grimmfang, Apr 14, 2012 IP