creepy heather
03-31-2005, 02:18 AM
i want to make a php includes code for my html drop down menu. (view it at www.ill-wed.com)
and, i want to make it so that the menu doesnt move out of the white whenever the internet browser window's size is adjusted...im not quite sure how to do this so i'd appreciate any one telling me how :D
bejayel
03-31-2005, 05:31 PM
use a percent for the positioning of the menu rather than using a definite pixel amount. That should make the menu move with the white part when the screen is resized.
creepy heather
03-31-2005, 06:02 PM
use a percent for the positioning of the menu rather than using a definite pixel amount. That should make the menu move with the white part when the screen is resized.
i tried that but it didnt work, then i realised i was using absolute positioning and when i changed it to normal flow it worked!
thanks any way
bejayel
03-31-2005, 07:22 PM
i kind of figured that you were using absolute positioning. It walways sucks when you have one small "mstake" and you cant remember why somethign is happening...Especially with HTML cause it doesnt tell you where you have a mistake or what is gonig wrong like more advanced languages do.
creepy heather
03-31-2005, 09:33 PM
haha right. now i have to figure out how to do horizontal static positioning ~_~ cause it only seems to want to be verticle
creepy heather
03-31-2005, 10:22 PM
relative positioning works horizontally but each new layer i make doesnt overlap it pushes down my whole blog so there is a big white empty space below the menu