Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default CSS div problems with my homepage

    I'm almost finished styling my homepage but there's a problem I can't seem to solve no matter what. Seems that if you go to:
    http://reggae.esolutions.net/~granolag/store/
    you'll see a list of flavors that is below the 9 featured items and I can't seem to get it to line up to the right instead of the bottom. It's supposed to look like this:
    http://reggae.esolutions.net/~granolag/index.html

    I checked my div's and they seem lined up OK in the code. So is there so margin I'm forgetting to delete?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS div problems with my homepage

    In your master css find and alter this from left as it is now to the following
    Code:
    #flavors	{
    	width: 190px;
    	float: right;
    	position: relative;
    }
    This only aligns this to the right and does not resemble your html page at all

  3. #3
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default Re: CSS div problems with my homepage

    You mean make float:left; into float:right; Correct?

    It's definitely better but the #flavors div is still too far down the bottom.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS div problems with my homepage

    It's definitely better but the #flavors div is still too far down the bottom.
    #flavors is not a default div and I do not know where you have placed it??

    I would find where you have it and reorder it in that file to be where you want it

  5. #5
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default Re: CSS div problems with my homepage

    Actually, I figured out the problem. I needed to wrap my div on left inside of another div. Once i did that and gave it proper width and floats, it worked.

 

 

Similar Threads

  1. Problems with images on homepage and EZ Pages
    By EstrellaPearls in forum General Questions
    Replies: 2
    Last Post: 15 Sep 2010, 04:20 PM
  2. Cross Browser Issue With Split Login Page... CSS or DIV?
    By limelites in forum General Questions
    Replies: 8
    Last Post: 4 Jun 2009, 12:01 PM
  3. Newbie Help :P With CSS and Homepage Customisation
    By mtsuvios in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 1 Sep 2007, 04:27 PM
  4. Problems with CSS-menu
    By mcmatt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 17 Feb 2007, 05:54 PM
  5. Problems with IE vs Firefox CSS
    By Vyst in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 10:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg