Menu Issues

Post your questions and problem reports here.
Post Reply
mineko_panda
Posts: 3
Joined: Wed Jan 20, 2010 12:03 am

Menu Issues

Post by mineko_panda »

Hello,

this is my first post here...and sadly it has to be full of frustrations.
My friend and I are working on a layout together and we found that easy button & menu maker was a great tool.
Made life a little simpler for us along with dreamweaver cs3.

Sadly though, when we went in to combine everything we encountered a small problem and we are at our wits end for fixing it.
So here's to hoping that someone here can guide us as to what to do :(

We would like our layout to look like this:
Image

But its looking like this:
http://michie.suteki.nu/RedLotus/layout/try2.html

:x we don't know what to do or if we are doing something wrong....

If need be we can change the layout a bit so instead it aligns vertically to the left or right on the black but we dont know if that will work either :(


Thank you!
ipster
Posts: 11
Joined: Fri Jan 15, 2010 10:56 pm

Re: Menu Issues

Post by ipster »

I just peeked at your site, Its CUTE!
I think your issue is from the menu not "centering" the same as the
Body/content/container, what you are calling (your "layout" on your css

you should be able to fix it on your external style sheet?
I AM NOT A BLUEMENTALS PERSON....I'm another customer...
mineko_panda
Posts: 3
Joined: Wed Jan 20, 2010 12:03 am

Re: Menu Issues

Post by mineko_panda »

Thank you :D I was pretty proud as to how well it was coming along.

Unfortunately that menu not aligning is driving me crazy. I was looking at the css for the menu itself and there doesn't seem to be anything in there that would make it align one way or another. So I'm kind of lost and confused as to how to go about it to make it work. :(

Thanks though~

:( hopefully one of the blumentals staff can help.
Purple Edge
Posts: 10
Joined: Sat Mar 01, 2008 10:25 am

Re: Menu Issues

Post by Purple Edge »

#topmenu {
width: auto;
margin-left:45px;
margin-top: -145px;
}

Place your menu inside of this div.
Mitch
Posts: 7
Joined: Fri Nov 20, 2009 12:13 am

Re: Menu Issues

Post by Mitch »

You can modify the menu output code by adding in a <div align="center"> </div> around the menu code. That should work.

I use php and I "include" the menu code (menu.htm) on my pages by doing something like this:
<div align="center"><?php include("menu.htm"); ?></div>
mineko_panda
Posts: 3
Joined: Wed Jan 20, 2010 12:03 am

Re: Menu Issues

Post by mineko_panda »

@ mitch, thank you Ill try that way soon

@ purple edge: I did what you said and I got it aligned up to the top nicely...but its not in place horizontally....it needs to be over to the left more...and not matter how much i increase the margin-left, it does not move :(

Thank you

Edit edit:

@purple edge: after fiddling around with what you gave me and digging around a little more I finally got it aligned right where I want it.

Thank you so much everyone for your help!!!!!! :D

http://michie.suteki.nu/RedLotus/layout/try2.html
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Menu Issues

Post by Karlis »

I apologize for not replying any faster to your post. As I can see, you have already solved the problem. I'd like to thank Purple Edge and Mitch for the help here.

p.s. Our customer support contact form and e-mail have guaranteed response time of two business days (usually 24 hours). For the forum it is ~2 weeks.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply