Menu issues with eyeball theme Menu issues with eyeball theme
 

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

Menu issues with eyeball theme

Started by cnymike, January 26, 2005, 05:27:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cnymike

I'm trying to duplicate the look of the eyeball theme menu bar on the non-coppermine homepage of a website I'm working on.

I've attempted to cut and paste the code to recreate the menu but it's just not working. there are spaces between the menu elements that I can't seem to get rid of.

Here is the test page http://www.cayugaimages.com/test.html
Here is the live website which shows the eyeball theme menubar http://www.cayugaimages.com/cpg
Here is the live website which shows the menubar I want to change to look like the eyeball theme  http://www.cayugaimages.com/

I'm just trying to make the non-coppermine part of the website have a consistent look to the eyeball theme.

Any guidelines would be appreciated.

Michael

snork13

I would look at the css. you use css/main.css, and eyeball/style.css. Maybe even try using the gallery css for a test, you will also need the class to be the same for the top_nav_bttn(or what ever you want to call it in your custom page. This may not be the problem, but a good place to start :D

donnoman

adjust your paddings for the img tag in your css:

img {
padding-right: 0px; padding-left: 10px; padding-bottom: 5px
}