Popular posts from this blog
How to create icon (.ico) file format [on PHOTOSHOP]
Create a new file having WIDTH & HEIGHT less than 200 pixels click ok 3. Drag the image on that file BEFORE AFTER 4. On file menu click "save as" 5 .Change the file format as " ICO (WINDOWS ICON) (*.ICO) " 6.click "save" 7.Finally you get the icon file format image.use on website for "FAVICON" / "On your desktop images" HINTS : 1. Start by downloading the free (although donations are accepted) windows icon photoshop plugin from telegraphics website at http://www.telegraphics.com.au/sw/#icoformat .After downloading the file,install the plugin and restart photoshop 2. To convert any GIF/JPG/PNG graphic into a favicon.ico file with out the photoshop icon plug in,use the free online favicon generator tool at http://www.graphicsguru.com/favicon.php
HTML Frames
Frames Lots of modern websites have sticky navigation menus that are visible either in the page sidebar or at the top of the page as you scroll up and down the page. However, the CSS features that make sticky navigation possible haven't always been supported by web browsers. Before this effect could be created with CSS, the HTML frameset and frame elements were used to create page layouts in which certain content remained visible while other content was scrollable. The Difference Between Frames and Iframes When you use frameset you split the visual real estate of a browser window into multiple frames. Each frame has it's own contents and the content in one don't spill into the next. An iframe , on the other hand, embeds a frame directly inline with the other elements of a webpage. While both frames and iframes perform a similar function – embedding a resource into a webpage – they are fundamentally different. F...
Comments
Post a Comment