I Can't Position This DIV??

Discussion in 'CSS' started by xenowing, Jul 21, 2007.

  1. #1
    Hello All-
    I can't seem to figure this out. I had adequate positioning when using DIVs - I tried to XHTML Validate with multiple DIV instances and failed, of course.
    Solution = Classes (I think).
    On the right side of the page is a set of image links, contained in a pink DIV. Since placing the links in Classes, I cannot position their container DIVs - the green DIV, specifically.
    I'm trying to position the green DIV to the right side of to the blue DIV, and I just can't get it to move.
    My life is slowly slipping away, as I troubleshoot this.

    Any thoughts?

    Here's the page...
    http://www.vnoteschronicle.com/
     
    xenowing, Jul 21, 2007 IP
  2. kimberlybarryd

    kimberlybarryd Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could change them to a list. <li> then use margins and padding
     
    kimberlybarryd, Jul 22, 2007 IP
  3. xenowing

    xenowing Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I tried and tried. I just couldn't get the column containers to work properly - I finally had them positioned side by side, than other issues popped up.
    I just simplified the problem. I got rid of all DIVs, Classes, and Lists inside the main container and simply inserted the images. They stacked in an acceptable way. I applied text-align:center to the main div and put spacers between the images.
    I know that the use of spacers goes against the ideals of CSS, but I couldn't waste any more time on it.
    Sometimes, "the old tricks are the best tricks." ~General Munro The 5th Element
    :)
     
    xenowing, Jul 23, 2007 IP