-
AuthorPosts
-
May 13, 2008 at 1:41 am #128490
Hi,
I have an issue with creating a menu item and the icon (bullit) that displays.
As per attached pic, the icon aligns itself with the bottom text if it wraps rather than at the beginning of the title. Can someone advise on how to solve this issue?Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 13, 2008 at 1:25 pm #248975Thanks hainn84 – PM’d you the link.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 14, 2008 at 4:30 am #249042Hi rapid !
You Open template_css.css in templates/ja_wistery_artistic/css folder , find code section at about line 952 :
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
background:#F4F4F4 url(../images/a-mainlevel-bg.gif) no-repeat scroll left bottom;
color:#A88624;
text-decoration:none;
}
change into :
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
background:#F4F4F4 url(../images/a-mainlevel-bg.gif) no-repeat scroll left top;
color:#A88624;
text-decoration:none;
}
May 14, 2008 at 5:25 am #249049Thanks…
I’ve tried applying the solution to the area you suggested but then had problems with the roll over and the icon still remained on the bottom. I also experimented with the code below with mixed results but all had the icon remain on the bottom:/* Default Joomla! Menu – sub main menu text */
a.mainlevel {
padding: 5px 3px 7px 12px;
width: 90%;
display: block;
background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
color: #012F60;
text-decoration: none;
}a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
color: #A88624;
text-decoration: none;
background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left #F4F4F4;
}
/* sub main menu text and active color */
a.mainlevel#active_menu {
color: #A88624;
background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left #F4F4F4;
font-weight: bold;
text-decoration: none;Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 14, 2008 at 7:52 am #249058Hi rapid !
icon still remained in bottom can bacause height of it, it very height , i think that you must edit icon image, You can send FTP account via pm , i will edit it for you !May 20, 2008 at 10:04 am #249867Hey hainn84,
Have you had a chance to look at this??? I PM’d the FTP details back on the 14th may.Thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 21, 2008 at 4:12 am #249957Hi rapid !
Sorry, sorry for missing , But now , i have view your : server not found , please check it !May 21, 2008 at 5:56 am #249968I’ve PM’d the link to you – thanks.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 21, 2008 at 7:43 am #249978Hi rapid !
Please check again .Icon is ok now , following is css code you use for it :
/* Default Joomla! Menu - sub main menu text */
a.mainlevel {
padding: 5px 3px 7px 12px;
width: 90%;
display: block;
background: url(../images/a-mainlevel-bg.gif) no-repeat 0px 8px;
color: #012F60;
text-decoration: none;
}a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
color: #A88624;
text-decoration: none;
background: url(../images/a-mainlevel-bg.gif) no-repeat 0px 8px #F4F4F4;
}
/* sub main menu text and active color */
a.mainlevel#active_menu {
color: #A88624;
background: url(../images/a-mainlevel-bg.gif) no-repeat 0px 8px #F4F4F4;
font-weight: bold;
text-decoration: none;
}
1 user says Thank You to Sherlock for this useful post
May 21, 2008 at 8:40 am #249986Thanks hainn84,
Only now it has created one small problem. The divider between the menu items is overlaying the text wrap.
This is in both IE & FF, can you advise a fix please.May 21, 2008 at 8:45 am #249990Many Thanks.
However I can now see another small issue. The menu divider is overlaying the text wrap – have a look athe the site and you’ll see what I mean – problem is in both IE & FF.Also I added some text in bullet point but the graphic isnt showing at the start of the point, any ideas on what could be stopping it from showing?
Look at the home page about 1/2 way down:“Are committed to our clients
Responsive to their needs; and
Achieve Results
“Cheers!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 22, 2008 at 3:08 am #250083Please check http://122.201.85.96/~fclaw/
All issue is ok now ! I have edit background image and css for it !1 user says Thank You to Sherlock for this useful post
May 22, 2008 at 3:16 am #250087Sensational service as usual – thank you!
Did you have a chance to look at the other issue re bullet points mentioned in my last post (see below)?
…Also I added some text in bullet point but the graphic isnt showing at the start of the point, any ideas on what could be stopping it from showing?
Look at the home page about 1/2 way down:“
Are committed to our clients
Responsive to their needs; and
Achieve Results
“Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 22, 2008 at 3:21 am #250090Hi rapid !
Please send screen shot , I don’t show this issue ! 😉AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by Sherlock 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum