SYS MENU and SUB MENU displayed vertical SYS MENU and SUB MENU displayed vertical
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

SYS MENU and SUB MENU displayed vertical

Started by Bluebair, September 08, 2006, 10:55:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bluebair

Hello,

I'm integrating my gallery in my site.
I changed the template.html and all going well exept for the menu, it is now displayed verical and not inline.

Any help to set this right?


http://www.paraglidinghome.com/paraglidingphotos/cpg148

Nibbler

You have added styles that interfere with Coppermine's. Specifically this one:


td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
display: block;
}


Either remove it or make it more specific so that it only affects the places it is intended to.

Bluebair