Results 1 to 8 of 8

Thread: Can't place things NEXT to my menu HELP?

  1. #1
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't place things NEXT to my menu HELP?

    Hi used the menu in the bellow picture. Anyway you can see my problem when you click the picture i.e. I can't place things next too the menu it's the switch menu which is on this site in the link bellow the picture? What can I do? Any help would be appreciated?


    CLICK HERE TO SEE MY PROBLEM

    http://www.dynamicdrive.com/dynamici...switchmenu.htm

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Minimize the width of the parent div (masterdiv) and float it:

    Add this in the CSS rule:
    Code:
    #masterdiv{
    width:200px;
    float:left;
    }
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    it would be much easier to solve the problem if we could see a working demo page...

    Your problem is most likely a "float" issue.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  4. #4
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by rangana View Post
    Minimize the width of the parent div (masterdiv) and float it:

    Add this in the CSS rule:
    Code:
    #masterdiv{
    width:200px;
    float:left;
    }
    I fixed it but i used on partially your IDEA I used the bellow code and the main div for the rest of my links and stuff etc. This allow stuff to be places next to the menu nicely :]

    #masterdiv{
    position: fixed;
    width: 10em;
    height: auto;
    top: 15%;
    right: auto;
    bottom: 100px;
    left: 5;
    }

    #main {
    position: fixed;
    width: auto;
    height: auto;
    top: 15%;
    right: 0;
    bottom: 100px;
    left: 10em;

    }

  5. #5
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by adn258 View Post
    I fixed it but i used on partially your IDEA I used the bellow code and the main div for the rest of my links and stuff etc. This allow stuff to be places next to the menu nicely :]

    #masterdiv{
    position: fixed;
    width: 10em;
    height: auto;
    top: 15%;
    right: auto;
    bottom: 100px;
    left: 5;
    }

    #main {
    position: fixed;
    width: auto;
    height: auto;
    top: 15%;
    right: 0;
    bottom: 100px;
    left: 10em;

    }
    sorry but yeah the master div get's the menu positioned i.e. the switch menu correctly to the left. This problem has been solved but I don't know how to mark it as such lol I have never used a forum once as lame as that sounds.

    Peace

  6. #6
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by adn258 View Post
    sorry but yeah the master div get's the menu positioned i.e. the switch menu correctly to the left. This problem has been solved but I don't know how to mark it as such lol I have never used a forum once as lame as that sounds.

    Peace
    well I lied well sort of lol for some reason when I do this firefox won't let me scroll down literally like there is stuff that you can't get to but in internet explorer you CAN scroll down what the heck is going on lol?

  7. #7
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by adn258 View Post
    well I lied well sort of lol for some reason when I do this firefox won't let me scroll down literally like there is stuff that you can't get to but in internet explorer you CAN scroll down what the heck is going on lol?
    okay I figured it out again omg sorry people's this has been the most annoying problem ever I got it positioned absolute and a couple things and it's working but wow

  8. #8
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    to mark a problem as "resolved", go to the main post in the thread... click on the "edit" tab. Then click "go advanced". Then next to the title of the thread, you'll see a dropdown box with the prefix "resolved". Just select that and click "save"
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

Bookmarks

Posting Permissions

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