Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. makamo66

    Layout disrupted by tooltip

    <div class="default-btn-1"></div> <button type="submit" value="0" id="default-btn-1" class="btn btn-default btn-default-1 btn-sm"> Remove Student </button> $("#default-btn-1").hover(function() { var txt3 = "All information on this course will be lost. "; var newDiv3 = $('<div style=\"position...
  2. makamo66

    InnerHTML horizontal row problem

    I checked using regular HTML and my hr doesn't show up unless I add a line-height of 2 px so that was the problem.
  3. makamo66

    InnerHTML horizontal row problem

    I want to add a horizontal row after the user clicks on Completed. This javascript isn't working: function myFunction() { document.getElementById("green-hr").innerHTML = "<b>Completed</b><br /><hr />"; } <b onclick="myFunction()" id="green-hr">Completed</b> How to fix it?
  4. makamo66

    Horizontal Scroll Bar Not Hidden for Media Query

    Changed the pixel widths to max-widths and the problem was solved!
  5. makamo66

    Horizontal Scroll Bar Not Hidden for Media Query

    I am using a media query for this. You can see it at brandpage.css
  6. makamo66

    Horizontal Scroll Bar Not Hidden for Media Query

    I don't want it to scroll in the horizontal direction when I decrease the browser width to 500 pixels but a scroll bar shows up. The web site is http://maureensworkout.com/
  7. makamo66

    Owl Carousel Responsive Design

    It's the new products photo gallery that doesn't work.
  8. makamo66

    Owl Carousel Responsive Design

    I got my responsive design to work with my test page but it doesn't work at the actual website. The website is Link The test page is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  9. makamo66

    Owl Carousel Media Queries

    It's not really media queries but it's responsive design. The six images get floated next to each other via the javascript and I want just one image to show when the browser width is fewer than 600 pixels.
  10. makamo66

    Owl Carousel Media Queries

    I want just one image to show if the browser width is fewer than 600 pixels. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"...
  11. makamo66

    Converted Symbol can't be Pasted into Keyframe: Motion Tweening

    This was just a non-standard way of creating a tween that had worked once accidentally but never worked again. I went back to the tutorials and learnt the standard way of doing it and then it worked.
  12. makamo66

    Converted Symbol can't be Pasted into Keyframe: Motion Tweening

    At another forum, somebody thought that I was pasting multiple frames from tween_end.fla into a single blank keyframe in tween_start.fla but I'm not doing that. I have created the same number of blank keyframes on multiple layers. The layers are same in both tween_start.fla and tween_end.fla...
  13. makamo66

    Converted Symbol can't be Pasted into Keyframe: Motion Tweening

    I have two files: one is called tween_start.fla and the other is called tween_end.fla I am trying to create a motion tween where the animation begins at tween_start.fla and ends at tween_end.fla Each file consists of 7 shapes (it's a tangram if you're curious). At frame 10 of the tween_start.fla...

Part and Inventory Search

Back
Top