-
AuthorPosts
-
April 29, 2009 at 11:12 am #140710
Love the demo. Does it have / can we have a dropline menu option please?
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
April 29, 2009 at 11:22 am #302903open your Template u can see:Menu style: moomenu, css menu….select it
April 29, 2009 at 11:43 am #302906Thanks for the response. However I don’t see a dropline menu option. There is Split, CSS & Moo – no dropline.
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
April 29, 2009 at 1:10 pm #302912Yup, love the demo as well. Very professional looking corporate website. 🙂
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
April 29, 2009 at 1:27 pm #302914To be honest: looks like a play on Edenite a bit.
But I loved Edenite – so I love this one too!
Atleast it’s out in April!
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
April 29, 2009 at 1:29 pm #302916use split or moomenu
ndtoan13 Friendndtoan13
- Join date:
- May 2006
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 29, 2009 at 3:00 pm #302921Could I have all the menus on the left move to the right?
Thanks.
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
April 29, 2009 at 3:02 pm #302922ndtoan13;126442Could I have all the menus on the left move to the right?
Thanks.
There’s no module position on the right hand side for a menu as far as I can see.
You’ll probably have to recode it yourself to make it.nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
ndtoan13 Friendndtoan13
- Join date:
- May 2006
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 29, 2009 at 4:17 pm #302929Sorry, i’m wrong, i mean i want to move all menu in the right side to the left
Thank you quang268 for your answer
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
April 29, 2009 at 4:20 pm #302930open:template.css (line 690)
#ja-mainbody {
float:left;
width:75%;
}
replace
#ja-mainbody {
float:right;
width:75%;
}and:
template.css (line 705)
#ja-colwrap {
float:right;
width:25%;
}replace
#ja-colwrap {
float:left;
width:25%;
}edit this image:
templates/Ja-tupaz/images/rightcol-bg.gif
ndtoan13 Friendndtoan13
- Join date:
- May 2006
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
April 30, 2009 at 11:30 am #303018Thank you for your sugess, it’s nice if anyone could change the image of right menu which has a small blur on the right into similar one which should have a small blur on the left.
Thanks again.
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 1, 2009 at 12:37 am #303088edit this image:
Code:templates/Ja-tupaz/images/rightcol-bg.gif
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
May 4, 2009 at 10:18 am #303424<em>@ndtoan13 126451 wrote:</em><blockquote>Sorry, i’m wrong, i mean i want to move all menu in the right side to the left
Thank you quang268 for your answer</blockquote>
Hi Ndtoan13,
In template.css line 730 , change
#ja-container .main .inner, #ja-container-fr .main .inner, #ja-container-fl .main .inner {
background: #FFFFFF url(../images/rightcol-bg.gif) repeat-y scroll right top;
border-bottom: 5px solid #F89A20;
padding:0;
}
to
#ja-container .main .inner, #ja-container-fr .main .inner, #ja-container-fl .main .inner {
background: #FFFFFF url(../images/leftcol-bg.gif) repeat-y scroll left top;
border-bottom: 5px solid #F89A20;
padding:0;
}
line 690 :
#ja-mainbody {
float:left;
width:75%;
}
to
#ja-mainbody {
float:right;
width:75%;
}
line 705 change:
#ja-colwrap {
float:right;
width:25%;
}
to
#ja-colwrap {
float:left;
width:25%;
}
And then, you copy my images to floder template image .
Good luck
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 6 voices, and was last updated by Css Magician 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu
Viewing 14 posts - 1 through 14 (of 14 total)