-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay Text or Image on top of panel #108
Comments
The HTML above has some issues, but it looks okay on the demo page you sent me. I took that HTML and made this demo for you. I'm not sure what issue the price was having, I initially set a z-index of 10 thinking it was an issue, but even after removing that extra css, the price remained on top of the image. The extra css in that demo is needed to override the default MovingBoxes styling. |
I have a question about the JS. what is the difference between |
Yeah, the only difference is the first one is using an ID selector and the second is using the class selector. I was trying to use the HTML you had on your site, so that's why the div had that class name. |
I actually have a better question. How much could I pay you to make this work for me? |
I think I've already got everything working for you in that demo. All you need to do is copy the javascript and extra css. |
i did, but it doesn't look right when i plug it into my page. I'll upload the actual site that I'm working on for now and you can look at the script in your browser. When I put the moving boxes script in, it cancels out another script in the html. Im just not sure whats going on. Not to mention there is overlapping css in both regards. |
I think the main problem is that the |
So, i've tried everything to get it to work. But to no avail. Below is a link without the slider. |
I would like to overlay and image and some text over the image that shows up in the panel.
I borrowed code from another project I'm working on but having difficulties making this work.
Here's an example of what I would like to do.
http://livedemo00.template-help.com/wt_38428/index.html
The three boxes with the specials is what I would like to have scrolling on this page.
I'm not sure how to show code here so I'll just copy and paste what I currently have.
HTML
CSS
JS
The text was updated successfully, but these errors were encountered: