My design is: http://alloraweb.net/screwtheschool CSS: http://alloraweb.net/screwtheschool/style.css I've basically got three problems: 1) The boxes "Top Games" and "Top Videos" need to be right next to each other. I've tried everything that I could imagine, yet for some reason I can't line them up next to each other. 2) In the nav menu, when you hover over the links, the background box is supposed to be a rounded box. I have two images for this. the left side image and the right side image. The left one appears fine, the right one doesnt appear at all. cant figure out why either. (or else i wouldnt be posting here lol) 3) The background in the right hand column is supposed to stretch out all the way down to the footer, but it doesnt. Where do I put in "clear: left" to do this? or is something wrong with my syntax? Please bear with me, I'm only a beginner at coding, and this is the most complex thing i've done yet. Thanks!
1. Have you tried floating the topvidsbox div and putting a margin for it? 2. Putting the right bg for #navmenu ul li a:hover span only puts the background after the link, not after the whole box. 3. Setting a height: 100%; would do it, I guess. I'm not really sure with these, lol. I'm not good with it PS. Fix the link to your CSS. PPS. Nice site. PPPS. In case of teacher, lmao!
1. yes i've tried floating the topvidsbox div...i've uploaded it to show you 2. I have the span tags for the links 3. height 100% or height: auto doesnt do it.
Try putting them in one div, and float them both. Put margin for the top videos. Yeah saw the span tags, the one I saw earlier was for the side bar nav. Edited previous post. Try putting a clearing div after the sidebar div. I can't really help, since I'm too lazy to go over the whole thing. Where are all the pros?
Try using relative positioning and floating the divs. I´m at work so no time to explain more...later at home then if you still need help.
looks like you´ve got it right. like the design btw. Edit: Actually IE looks messed up but FF looks good (forgot that we have IE at work.)
thanks, got #3 fixed thanks to the help with the faux method. Still struggling with the other two though