News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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