Menu issues with eyeball theme Menu issues with eyeball theme
 

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

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
}