Skinning Problems with Artisteer 3.1 (topnav & vertical menu)

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/24/2012 5:51:02 PM
Gravatar
Total Posts 9

Skinning Problems with Artisteer 3.1 (topnav & vertical menu)

I have followed the instructions for creating skins from Artisteer 3.1 Standard on the page...

http://www.mojoportal.com/creating-skins-from-artisteer-html-templates.aspx

This is a layout that is described for use with the mojoPortal skin "artisteer31-verticalmenu3".  Only a vertical menu and no horizontal menu.

Issue 1 - topnav displayed incorrectly

We're having a problem with the topnav (links for Home, Search, Register Login, etc.) section in that all links are displaying the same color as the fill color (white). The links are there and functional, just that they're the same color as the background fill. Also, the topnav links are shifted to the right about 15% of the page width. I've looked into the CSS files and just cannot identify where to make color changes for topnav link content and horizontal positioning.

Issue 2 - Vertical Menu

The vertical menu displays perfectly in Firefox versions 8 -10. The other major issue is that only the first menu item in the vertical menu displays in IE9. No other menu items or sub-items display at all.

 

Any help with these issues would be greatly appreciated.

2/26/2012 7:17:51 AM
Gravatar
Total Posts 18439

Re: Skinning Problems with Artisteer 3.1 (topnav & vertical menu)

Hi,

1. Those links all have the class sitelink on them. You'll want to look for something like this in the css files (probably in stylemojo.css)

.sitelink,a.sitelink:link,a.sitelink:visited { ...}

and set the color there.

2. I would look in your layout.master file, if you see something like this try removing it:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.