Search results

  1. L

    Accordion in Open State

    -Phreaddee The code now works. Thanks for your help along the way. The padding was to fit a within another element set. Nice accordion on your end :) L C
  2. L

    Accordion in Open State

    Here's the final: <div class="accordion"> <section class="accordion-item accordion-item--default"> <h1>TITLE1</h1> <div class="accordion-item-content"> <p>0 <br /> <br /> 1 <br /> <br /> 2 <br /> <br /> 3 <br /> <br /> 4 <br /> <br /> 5 <br /> <br /> 6</p> </div> </section> <section...
  3. L

    Image Over Hover

    Here is the latest version: http://jsfiddle.net/LCfiddle/ahxd670g/ There now remain only three issues :) 1. SUB 1, 2, and 3 are initiated when the mouse goes over the page instead of directly over each of the SUB elements. 2. The image that scrolls when SUB 1 is hovered over is cut...
  4. L

    Accordion in Open State

    --Phreaddee Thanks for your candor and assistance. I created a new jsfiddle based on your comments. Here it is: http://jsfiddle.net/LCfiddle/c801xjx0/4/ A current list of the issues with this variation includes: 1. Title element is changing position with the resizing of a page. 2...
  5. L

    Image Over Hover

    --Chreshirst Thanks for the detail. That fixed that right border. Outstanding Issues: 1. The "TEST" series are not displaying properly (slide, font color, hover color, hover font change, decoration (they are underlined for some reason), fade in) 2. TEST 1 image is being cut off on the bottom...
  6. L

    Accordion in Open State

    --Phreaddee Thanks for the feedback. I updated the jsfiddle. Still not working. Take a look: http://jsfiddle.net/LCfiddle/9ayhywut/9/ What am I missing here? L C
  7. L

    Accordion in Open State

    --Chrishirt Needed to use the accordion because there is a lot of text that is needed for only selected viewers. I updated the jsfiddle, but still nothing: http://jsfiddle.net/LCfiddle/9ayhywut/7/ L C
  8. L

    Accordion in Open State

    --Chrishirst Here you go: http://jsfiddle.net/LCfiddle/9ayhywut/2/ Thanks, L C
  9. L

    Image Over Hover

    --Chrishirst Thanks for the reply. I updated the HTML with the "TEST" elements. Sorry about that. I used the -12px parameter because it was the only way I could get the element positioned on the page where I wanted it. I wasn't aware of other effects...which are? L C
  10. L

    Accordion in Open State

    I want to have this accordion display with the first section open. Nothing is working. Suggestions? <html> <body> <div class="verticalaccordion"> <ul> <li> <h9>SECTION 1</h9> <div>12345</div> </li> <li> <h9>SECTION 2</h9> <div>6789</div> </li> </ul> </div> </body> </html> <style>...
  11. L

    Image Over Hover

    Issues: 1. TEST colors and fades 2. An approximate 20px border on the right side 3. TEST 1 image is being cut off at the bottom despite the image I'm using Here is the code: <div class="nav-wrap"> <div class="img-place"></div> <div class="nav"> <div class="ex1"> <div class="ex2"> <div...
Top