Guest Posted January 9, 2005 Posted January 9, 2005 Hi. I have this shop : www.tilenhvertid.dk And my problem is that the menu "moves" if people are using a bigger screen than mine. How can "lock" it to the shop ??
Guest Posted January 9, 2005 Posted January 9, 2005 You're going to have to align your shop left and set the position. The problem is your site is "floating" and the menu can't stay in one location. in includes/ header.php put a table in like this: <table width="800" border="0" cellpadding="0" cellspacing="0" align="left"> <TR><TD> the close it in the footer (at the end) That will keep your website locked into place so the menu has a position to live permentantly. hth TJ Hi.I have this shop : www.tilenhvertid.dk And my problem is that the menu "moves" if people are using a bigger screen than mine. How can "lock" it to the shop ?? <{POST_SNAPBACK}>
Guest Posted January 9, 2005 Posted January 9, 2005 You're going to have to align your shop left and set the position. The problem is your site is "floating" and the menu can't stay in one location. in includes/ header.php put a table in like this: <table width="800" border="0" cellpadding="0" cellspacing="0" align="left"> <TR><TD> the close it in the footer (at the end) That will keep your website locked into place so the menu has a position to live permentantly. hth TJ <{POST_SNAPBACK}> Ok but i would like my shop to be centered. Isn't possible ??
Guest Posted January 9, 2005 Posted January 9, 2005 I don't think it is possible with the absolute positioning of coolmenu. You can go 800 wide (aligned left) or 100% centered (as long as the column left doesn't move. Anyone? Ok but i would like my shop to be centered. Isn't possible ?? <{POST_SNAPBACK}>
Guest Posted January 9, 2005 Posted January 9, 2005 Ok but i would like my shop to be centered. Isn't possible ?? <{POST_SNAPBACK}> Now i have this in includes/header.php : <div style="text-align: center; background: white; margin: 0;"> <div style="text-align: left; margin: 8px auto; width: 760px;"> Then i cant use your suggestion or what ??
Guest Posted January 9, 2005 Posted January 9, 2005 You can't use this on a centered shop, (that I know of). The column left has to be on the left side of the page and absolutely positioned to work. Now i have this in includes/header.php : <div style="text-align: center; background: white; margin: 0;"> <div style="text-align: left; margin: 8px auto; width: 760px;"> Then i cant use your suggestion or what ?? <{POST_SNAPBACK}>
Simmy Posted January 9, 2005 Posted January 9, 2005 Ok but i would like my shop to be centered. Isn't possible ?? <{POST_SNAPBACK}> Vger has a contribution that gives fixed width pages. I think that's what you're looking for! Here's a link...... http://www.oscommerce.com/community?contri...ny&category=all
Guest Posted January 9, 2005 Posted January 9, 2005 Vger has a contribution that gives fixed width pages. I think that's what you're looking for! Here's a link...... http://www.oscommerce.com/community?contri...ny&category=all <{POST_SNAPBACK}> And then i dont have problems with my coolmenu ??
Simmy Posted January 9, 2005 Posted January 9, 2005 And then i dont have problems with my coolmenu ?? <{POST_SNAPBACK}> Dunno, look at the contri and see!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.