Tag Archives: Menu Html

Write the XHTML tag required to complete the basic frameset.?

Write the XHTML tags to place the Web page file menu.html in the first frame and the home.html file in the second frame. Write the XHTML tag required to create a frameset that defines two vertical panes. The first frame should use one-fourth of the browser window. The second frame should use three-quarters of the … Continue reading

What’s the html code for changing picture while draging mouse over menu navigation bar?

What’s the html code for changing picture while draging mouse over menu navigation bar? And i need the picture to change on mouseover with to a different one with every navigation option. Thank you You would use javascript’s onMouseover event. You can not do this with just html. addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fwhats-the-html-code-for-changing-picture-while-draging-mouse-over-menu-navigation-bar’; addthis_title = ‘What%26%238217%3Bs+the+html+code+for+changing+picture+while+draging+mouse+over+menu+navigation+bar%3F’; addthis_pub … Continue reading

What is the html code to display slide out text?

In some sites i have seen, where ever the user scrolls(whether up or down) a box with text or image also scrolls with it… Can anyone tell me the html code to do it in my site? I believe its actually Java Scripting within html code that enables this effect. Click this link —> http://javascript.internet.com/image-effects/menu-sliding-image.html … Continue reading