- Posts: 7
COMMUNITY FORUM
[Solved]Pictures showing below menu.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
14 years 11 months ago - 14 years 11 months ago #32557
by only1tuz
[Solved]Pictures showing below menu. was created by only1tuz
On page...
ogdenknights.com/index.php?option=com_content&task=view&id=103&Itemid=24
The pics show up below the menu when you click on them to view. I am having trouble finding out the wat ro show them above the menu when in simple gallery.
Thank You
ogdenknights.com/index.php?option=com_content&task=view&id=103&Itemid=24
The pics show up below the menu when you click on them to view. I am having trouble finding out the wat ro show them above the menu when in simple gallery.
Thank You
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 11 months ago #32558
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Pictures showing below menu.
If you change the z-index from 2000 to 0 at the below css lines you will solve your issue.
.udm {
border:medium none;
cursor:default !important;
left:0;
position:relative;
text-align:left;
top:0;
width:7.5em;
z-index:2000;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32559
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
Is this your reference?
//navbar orientation
um.orientation = [
"horizontal", // alignment ["vertical"|"horizontal"|"popup"|"expanding"]
"right", // h align ["left"|"right"]
"top", // v align ["top"|"bottom"]
"relative", // positioning ["relative"|"absolute"|"fixed"|"allfixed"]
"35px", // x position ["em"|"ex"|"px"|"0"]
"5px", // y position ["em"|"ex"|"px"|"0"]
"0", // z order ["0" to "10000"] (menu takes 20000 headroom)
];[/color]
Thank You
//navbar orientation
um.orientation = [
"horizontal", // alignment ["vertical"|"horizontal"|"popup"|"expanding"]
"right", // h align ["left"|"right"]
"top", // v align ["top"|"bottom"]
"relative", // positioning ["relative"|"absolute"|"fixed"|"allfixed"]
"35px", // x position ["em"|"ex"|"px"|"0"]
"5px", // y position ["em"|"ex"|"px"|"0"]
"0", // z order ["0" to "10000"] (menu takes 20000 headroom)
];[/color]
Thank You
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32560
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
ogdenknights.com/index.php?option=com_content&task=view&id=103&Itemid=24
Still coming up below the menu... :(
Still coming up below the menu... :(
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 11 months ago #32561
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Pictures showing below menu.
But I can see this:
and if you do not set the z-index to 0 you will have problem.
.udm {
border:medium none;
cursor:default !important;
left:0;
position:relative;
text-align:left;
top:0;
width:7.5em;
z-index:19000;
and if you do not set the z-index to 0 you will have problem.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32562
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
Where? What file/spot do you see that? I've searched the entire folder and can't find that .udm.
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32563
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
Well I found a work around with your help. As I said earlier I couldn't find that code but I did add this
.udm {
z-index:0;
}
into the index.php page
Its not the right way but until I/we can find that code it will just have to be. Again thank you for everyones help. If there are any other answers please let me know.
Thanks again
Only1TUZ
.udm {
z-index:0;
}
into the index.php page
Its not the right way but until I/we can find that code it will just have to be. Again thank you for everyones help. If there are any other answers please let me know.
Thanks again
Only1TUZ
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32564
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
Now we have a new problem... now the menu is below/under the Frontpage slide show... on the home page.
www.ogdenknights.com
Thank You
Only1TUZ
www.ogdenknights.com
Thank You
Only1TUZ
Please Log in or Create an account to join the conversation.
- only1tuz
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #32565
by only1tuz
Replied by only1tuz on topic Re: Pictures showing below menu.
Well I guess I answered my own problem... Changed the udm. z-. from 0 to 100
udm {
z-index:100;
}
and it works now.
Thank You to All.
Only1TUZ
udm {
z-index:100;
}
and it works now.
Thank You to All.
Only1TUZ
Please Log in or Create an account to join the conversation.