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

Sunday, February 14th, 2010

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 browser window.

Write the xhtml tag required to complete the basic frameset.

Just so you know, it isn’t really common practice to use framesets in XTHML. It’s preferable to use CSS. In any case, you can find info at http://www.w3.org/TR/REC-html40/present/frames.html about HTML 4.01 frames. You’d have to adapt it slightly for XHTML.

Technorati Tags: , , , , , , , , , ,

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

Wednesday, January 20th, 2010

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.

Technorati Tags: , , , , , , , ,

What is the html code to display slide out text?

Friday, November 6th, 2009

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

It has the sript all written out. Cheers!

Technorati Tags: , , , , , , , , ,