- Posts: 6745
- Thank you received: 716
Re: Module alignment is off
-
milos
Support Staff - Moderator
Less
More
-
paulbean
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
14 years 3 weeks ago #4038
by paulbean
Replied by paulbean on topic Re: Module alignment is off
Thank you so much! That worked great!!!
Please Log in to join the conversation.
-
paulbean
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
14 years 3 weeks ago #4067
by paulbean
Replied by paulbean on topic Re: Module alignment is off
The module was working great until I added a four image to the parameters in the back end. Now the slider doesn't "move" past the first slide.
I made sure I had the right name of the jpeg, and all the fields in the parameters were filed in with valid info. Is it something in my CSS?
174.132.162.162/~ncu2010/
I made sure I had the right name of the jpeg, and all the fields in the parameters were filed in with valid info. Is it something in my CSS?
174.132.162.162/~ncu2010/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 weeks ago #4071
by ivan.milic
Replied by ivan.milic on topic Re: Module alignment is off
I see that something is wrong with 3-rd image because it's not encapsulated into a tag. Can you check that?
Please Log in to join the conversation.
-
paulbean
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
14 years 3 weeks ago - 14 years 3 weeks ago #4096
by paulbean
Replied by paulbean on topic Re: Module alignment is off
I'm not sure how to check that. I looked in the module parameters and it looks like I set up everything correctly.
I'm wondering if it's a Java conflict or CSS issue?
I was thinking that it was a problem adding the 4th image in the module, but I just deleted the 4th item and it's still behaving the same way...no rotation of the images whatsoever.
How do I troubleshoot this? Help!
I'm wondering if it's a Java conflict or CSS issue?
I was thinking that it was a problem adding the 4th image in the module, but I just deleted the 4th item and it's still behaving the same way...no rotation of the images whatsoever.
How do I troubleshoot this? Help!
Last edit: 14 years 3 weeks ago by paulbean.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 weeks ago - 14 years 3 weeks ago #4103
by ivan.milic
Replied by ivan.milic on topic Re: Module alignment is off
Download chome browser , righ click on the image and the click inspect element.
You will se that you images are placed one below another when you mouse hover over their source tag. (Chrome has best in the world web page debugger so you can change values and see what happens)
From what I saw your images should have:
position:absolute;
in
div#headerslider div#slide-holder img {
display: none;
margin: 0px;
position: absolute;
}
,because slider only moves them left and right
You will se that you images are placed one below another when you mouse hover over their source tag. (Chrome has best in the world web page debugger so you can change values and see what happens)
From what I saw your images should have:
position:absolute;
in
div#headerslider div#slide-holder img {
display: none;
margin: 0px;
position: absolute;
}
,because slider only moves them left and right
Last edit: 14 years 3 weeks ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.105 seconds