style sheets

phgrove

Joined: 2002-10-10
Posts: 101
Posted: Wed, 2003-03-19 08:02

I am wanting to add a menu to the top off all the pages using the wapper.header file. The menus i would like to use are called smartmenu's from http://www.smartmenus.org. In the manual it has a list of things that might cause problems when imbedded in certain pages. One of them is listed below.

All browsers: If you define a global stylesheet for any of the DIV, TABLE, TR, TD, FONT elements in the stylesheets on your pages, you may have troubles with the style of the menus. Example: <style>table{...}td{...}div{...}</style> Instead of using global stylesheets for your page elements use style classes. Example: <style>table.classname{...}td.classname{...}div.classname{...}</style>

Does this mean that i for some of the style sheet setting i might need to change the code in the gallery program? If i do what do i need to change it to. eg. i noticed that TD tag is in the CSS for gallery so what do i need to do to all the td tags in gallery for this mixture of menu's and gallery to work?

Peter

 
Gaile

Joined: 2002-07-20
Posts: 1301
Posted: Thu, 2003-03-20 02:15

In case anyone else is curious about the answer to this post, the question was also asked and answered in the customization forum:

http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=4718&amp;7

-------

Peter, please don't multiple post the same question in different boards - post in one place and wait for a reply. If you don't get one within a day or so, bump your post up.

Thanks.

Gaile