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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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