-
AuthorPosts
-
turgut Friend
turgut
- Join date:
- January 2007
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 17, 2009 at 9:28 pm #292212Please check this live site as well http://www.cukurova-idek.org/ it is happening more often there I need you guys help to resolve this issue.
Turgut
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
February 18, 2009 at 5:54 am #292300Hello,
I seriously do not see the problem. Maybe u should try to check it on another PC / Mac.
If no, then this is how you use z-index:
1. Open the template_css.css file.
2. Find the css styling for #ja-mainnav (use the find function if u want.)
3. The code will currently have the below mentioned code:<blockquote>#ja-mainnav {
background:transparent none repeat scroll 0 0;
}</blockquote>CHANGE IT TO:
<blockquote>#ja-mainnav {
background:transparent none repeat scroll 0 0;
position:relative;
z-index:25;
}</blockquote>4. Find div#ja-slideshow-wrap in template_css.css (same file as above)
5. The current code will look something like this:<blockquote>div#ja-slideshow-wrap {
background:#4F4F4F none repeat scroll 0 0;
border:3px solid #CACACC;
overflow:hidden;
width:407px;
}</blockquote>CHANGE IT TO
<blockquote>div#ja-slideshow-wrap {template_css.css (line 1360)
background:#4F4F4F none repeat scroll 0 0;
border:3px solid #CACACC;
overflow:hidden;
position:relative;
width:407px;
z-index:20;
}</blockquote>What we have done is put the menu above the slideshow. All the corresponding links should be coming above it now.
I AM NOT SURE THIS WiLL WORK, CAUSE THE MENUS LINKS ARE ACTUALLY different.
When i am making changes, it is breaking the layout if i try to style the elements below. So i dont suggest you doing it, as nobody has the problem.Regards,
Mihir Chhatre.Regards,
Mihir C.1 user says Thank You to mihirc for this useful post
turgut Friendturgut
- Join date:
- January 2007
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
February 18, 2009 at 7:59 pm #292421Hi Mihir
Your solution seems to work. It is broken if I use transmenu but with suckerfish it looks fine on FF, Chrome and IE . Thank you
Turgut
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 19, 2009 at 2:44 am #292472Dear turgut!
I still can’t see the problem on your site but i highly recommend you try to fix it following way below :
Open template_css.css file in templates/ja_nerine/css/ folder, find following code section at about line 1361 :
div#ja-slideshow-wrap {
background:#4F4F4F none repeat scroll 0 0;
border:3px solid #CACACC;
overflow:hidden;
position:relative;
width:407px;
z-index:20;
}
change to :
div#ja-slideshow-wrap {
background:#4F4F4F none repeat scroll 0 0;
border:3px solid #CACACC;
overflow:hidden;
width:407px;
z-index:20;
}
hope can help you !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 20 replies, has 5 voices, and was last updated by turgut 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum