Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Coolmenu


Guest

Recommended Posts

Posted

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 ??

Posted

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 ??

Posted
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

 

 

Ok but i would like my shop to be centered. Isn't possible ??

Posted

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 ??

Posted
Ok but i would like my shop to be centered. Isn't possible ??

 

 

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 ??

Posted

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 ??

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...