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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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