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: *

  • Users: makamo66
  • Content: Threads
  • Order by date
  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 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?
  3. 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/
  4. 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...
  5. 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"...
  6. 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