SEARCH
Archive for November, 2011
HTML Frames
Wednesday, November 30th, 2011
Display HTML Pages In Frames In One Window
Separate HTML Pages can be displayed in one browser window. Each HTML Page acts independently. With frames, different websites can be viewed at the same time.
Frames are not easy to manipulate because each frame acts independently. The body tag cannot be used with the frame tag. Each frame must have a source which is the location of the web page.
Tags: body, columns, Frames, frameset, html, pages, rows, window
Posted in Tips & Tricks | 2 Comments »
HTML Cursor Icon
Wednesday, November 16th, 2011
HTML Change Mouse Cursor Icon
HTML allows changing of the mouse cursor icon. Web designers can create custom icons to personalize websites. The mouse icons do not have dimension limits.
The cursor can be changed when the mouse is place over specific content. In case the image is missing, use the auto parameter to use the default icon.
Tags: CSS, Cursor, Gimp, html, inkscape, Mouse, URL
Posted in Tips & Tricks | 1 Comment »
jQuery Left Right Scroll
Wednesday, November 9th, 2011
jQuery Left Right Scroll
Use jQuery To Scroll From Left To Right
With a single click, jQuery can be used to scroll from the top to bottom or left to right. The same procedure can be used to scroll from the bottom to the top or right to left. A perfect use for this procedure is a gallery or scrolling pages.
Two links will be placed at the bottom that will act as top, bottom, left and right scroll buttons respectively. Scrolling from top to bottom only was created in the Ojambo.com jQuery Top Bottom Scroll. The procedure is cross-browser and works with out-dated browsers.
Tags: Bottom, CSS, html, Javascript, Jquery, Left, Right, Scroll, Top
Posted in Tips & Tricks | 1 Comment »
jQuery Top Bottom Scroll
Wednesday, November 2nd, 2011
Use jQuery To Scroll From Top To Bottom
With a single click, jQuery can be used to scroll from the top to bottom. The same procedure can be used to scroll from the bottom to the top. A perfect use for this procedure is a gallery or scrolling pages.
Two links will be placed at the bottom that will act as top and bottom scroll buttons respectively. The procedure is cross-browser and works with out-dated browsers.
Tags: Bottom, CSS, html, Javascript, Jquery, Scroll, Top
Posted in Tips & Tricks | 2 Comments »