Quantcast
Channel: JMP - HTML
Browsing all 9 articles
Browse latest View live

HTML Format Issue - Gaps around images in table cells

Having a line feed in the HTML source can cause an gap (what would appear to be a padding issue).BAD<table>  <tr>    <td> <!-- the line feed here can cause spacing issues -->...

View Article


Error Using Interop.SourceTypeLib.dll on Machine without VSS Installation

Error: Retrieving the COM class factory for component with CLSID {783CD4E4- 9D54-11CF-B8EE-00608CC9A71F} failed due to the following error: 80040154.Received when installing a .MSI (built in VS2008)...

View Article


Image may be NSFW.
Clik here to view.

HTML Div Win (divwin) Floating Windows

HTML Div Win (divwin) Floating Windows with Auto Alignment and Expand/Collapse feature.  This is an HTML layout with javascript that allows auto alignment, collapsable, draggable/movable, inline...

View Article

HTML Opacity

<scriptid="SetOpacity"type="text/javascript"language="Javascript">function SetOpacity(obj, val) { val = (val > 100) ? 100 : val; val = (val < 0) ? 0 : val; obj.setAttribute('SetOpacity',...

View Article

HTML JavaScript Web Service Call

<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server">...

View Article


Default and Disable Zoom in Handheld Device Browsers

<metacontent='True'name='HandheldFriendly'/><metacontent='width=device-width; initial-scale=1.0; maximum-scale=1.0;...

View Article

Image may be NSFW.
Clik here to view.

JavaScript Drop Down Menu Example

 JsMenu.zipx (31.19 kb) 

View Article

Transform URL List into HTML Unordered List

This method will take a flat list of fully qualified URL's and transform them into nested bullets (i.e. HTML unordered lists).  It is a simple method to convert the flat list of URL's into a psuedo...

View Article


HTML Textbox Auto Complete

https://leaverou.github.io/awesomplete/

View Article

Browsing all 9 articles
Browse latest View live