View Full Version : Can't place things NEXT to my menu HELP?
adn258
10-28-2008, 12:06 AM
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://img340.imageshack.us/my.php?image=helpez8.jpg)
http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm
rangana
10-28-2008, 01:11 AM
Minimize the width of the parent div (masterdiv) and float it:
Add this in the CSS rule:
#masterdiv{
width:200px;
float:left;
}
TheJoshMan
10-28-2008, 01:12 AM
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.
adn258
10-28-2008, 06:07 PM
Minimize the width of the parent div (masterdiv) and float it:
Add this in the CSS rule:
#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;
}
adn258
10-28-2008, 06:09 PM
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
adn258
10-28-2008, 06:29 PM
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?
adn258
10-28-2008, 07:10 PM
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
TheJoshMan
10-29-2008, 01:20 AM
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"
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.