thehodapp
Sep 23 2009, 03:29 PM
I'm trying to place a sidebar in my website. I'm having a lot of trouble trying to figure out how to implement it. I'm not sure if my original CSS is inhibiting me from making one.
Here is the website in question:
http://thehodapp.comlu.com/music.htmlWhat I would like to do is place the sidebar inside of the section divider.
I've tried a number of methods to do this and nothing works. Any help would be greatly appreciated!
proactiv
Sep 24 2009, 11:29 AM
Could you describe more precisely what exactly you want to do? What do you mean by "section divider"?
thehodapp
Sep 24 2009, 04:50 PM
Section divider means a <div> </div> around the content for the sidebar . Sorry, I probably should have said just a divider tag.
Thanks, but I don't want to use a table for a couple of reasons. One, because it is harder to make a liquid layout. Two, because I have heard it is slower. And three because I want to do this with CSS.
There isn't a way to just float the sidebar to the right? I've tried doing that but it doesn't work. I've seen it done on other pages and can't figure out how to work it on mine.
pandy
Sep 24 2009, 06:03 PM
thehodapp
Sep 24 2009, 07:05 PM
wow thanks very much. for the correction and the link.
I'm learning.
Frederiek
Sep 25 2009, 03:46 AM
Perhaps the
Layout Gala will give you some ideas.