Artisteer tems, some element has inline style

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.
6/29/2011 12:41:38 AM
Gravatar
Total Posts 16

Re: Artisteer tems, some element has inline style

Thanks for your reply joe,

my problem is solved.

i used below line in style.css in artisteer-30verticalmenu2.

.art-hmenu{ float:right !important;  }

i have one more question.

i want all levels in horizontal menu as in artisteer-greenlagoon and also vertical menu from second level as in artisteer-30verticalmenu2.

Can I do it?

I know it is redundancy but it is requirement.

thanks,

Vipul Patel

6/29/2011 5:56:08 AM
Gravatar
Total Posts 18439

Re: Artisteer tems, some element has inline style

yes, look in your layout.master file on the SiteMenu control change DynamicDisplayLevels from 0 to 100.

Hope that helps,

Joe

6/30/2011 5:49:00 AM
Gravatar
Total Posts 16

Re: Artisteer tems, some element has inline style

once again thanks joe,

now i am able to get the horizontal and vertical menu both.

but i have new problem,

horizontal menu is left to right and i want it right to left.

i have changed some part of style.css in artisteer-30verticalmenu2 and i am able to get right upto second level but after it is overlapping.

.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;  /* i changed this */
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px -30px 0 0;  /* i changed this */
}

can i have any reference?

how can i solve it?

Thanks and Regards,

Vipul patel

6/30/2011 9:05:38 AM
Gravatar
Total Posts 18439

Re: Artisteer tems, some element has inline style

There may be a way to solve it from CSS but I don't know off the top of my head and don't have time to research it for you.

It might also require editing the script.js file (in the skin folder) produced by Artisteer as some of their menu stuff is done from javascript.

Hope that helps,

Joe

7/1/2011 12:40:48 AM
Gravatar
Total Posts 16

Re: Artisteer tems, some element has inline style

thanks for reply and sorry to bother you again and again.

i have solved it anyway.

i had used net35mode and had done just below changes in css.

.art-hmenu ul ul
{
  padding: 30px 0 30px 10px;
  margin: -30px 0 0 -10px;
  float:right !important;
  right:100%;
}

hope it can help someone else.

Thanks and Regards,

Vipul Patel

Mojoportal Rocks...

 

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