Results 1 to 4 of 4

Thread: CCS? Help ; ;

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I might..depend on you.. Lionx's Avatar
    Join Date
    May 2002
    Location
    Breezegale
    Posts
    4,223

    Default CSS? Help ; ;

    I need to do the following x-x and well i need some help -_-;

    • Create a series of three buttons, each button jumps to a different web page (yours or someone else’s). This involves an (of course select your own URL)
    onclick = "top.location = 'http://www.starbulletin.com' "
    • A button to QUIT and close down the browser (onclick = “window.close( )”)
    • Cursor changes to a “hand” if the user moves over the button and returns to normal if they move off that button
    • Colorize the button (note: Netscape may not recognize the buttons depending on version used)
    • Position the buttons in a row along the top or bottom without using a table using CSS
    • Using three other <A HREF> tags (standard text prompts) to other web pages, use the :bou::bou::bou::bou::bou::bou::bou:out and :bou::bou::bou::bou::bou::bou::bou:over to change text prompt font, color and size with a CSS class. If the user moves their mouse over the text prompt, pop a message using a Microsoft only “.innerText” to display the URL to which they will jump if they click the mouse (the latest Netscape 7 uses a DOM).
    • You will have to define a series of CSS definitions to:
    :bou::bou::bou::bou::bou::bou::bou:Over = "this.className = 'rollon' "
    1. change the cursors as they roll over the mouse
    and roll off the mouse
    2. change the appearance of the <A HREF> tag prompts
    as the mouse cursor moves over and off the text
    prompt
    Last edited by Lionx; 12-16-2004 at 02:32 AM. Reason: Wrong Title

    My Youtube Page - Full of Capcom vs SNK 2 goodness!
    Check it out Nya~! @.@
    貓..貓..Yeh! X3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •