forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: cnymike on January 26, 2005, 05:27:59 am

Title: Menu issues with eyeball theme
Post by: cnymike on January 26, 2005, 05:27:59 am
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
Title: Re: Menu issues with eyeball theme
Post by: snork13 on January 26, 2005, 05:49:38 am
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
Title: Re: Menu issues with eyeball theme
Post by: donnoman on January 26, 2005, 05:50:00 am
adjust your paddings for the img tag in your css:
Code: [Select]
img {
padding-right: 0px; padding-left: 10px; padding-bottom: 5px
}