Results 1 to 2 of 2

Thread: Help Im Stuck...

  1. #1
    Join Date
    May 2011
    Posts
    1

    Red face Help Im Stuck...

    Hey guys,

    I am not really a web designer... I know the basics of CSS and Java Script however, I am in need to make a website with some specific detail and I don't have a clue if I am on the right path.

    I have two main questions really:

    1. on the chanel website: http://www.chanel.com/ When you hover over a link (e.g. Skincare or make up) the other links turn grey. I'm not sure if there is a specific roll over code to do this or is it more complex?

    2. on the website: http://www.harbourgr...default-en.html there is a main image in the middle of the page. on this image there is a bar which says 'luxury by the harbourside' when u click read more the bar slide up and more information appears. Im sure this can be achieved using Java Script, Jquery or something but I just do not know where I am meant to start or what to look for.

    I hope I have been clear and really hope that someone will be able to help me with this.


    many thanks =D

  2. #2
    Join Date
    May 2011
    Posts
    40
    Firstly, with a thread title like that, you're not going to get much help. It needs to be as precise and descriptive as possible(not trying to be mean, just helpful, and I understand your question is some what vague by nature).

    Your first question can be achieved through CSS, jQuery, and JavaScript and the use of the ID and CLASS attributes in your elements. Basically you apply the onMouseOver (or something along those lines) function to modify the style (i.e.: color) of the other elements. jQuery is great for dynamically editing styles like this.

    Your second question can also be solved through jQuery. http://docs.jquery.com/Tutorials:jQuery_For_Designers Has an almost exact tutorial on this subject. Browse the tutorials on www.jquery.com They are very helpful, and sounds like it's exactly what you need.
    Last edited by Xandor; 26 May 2011 at 09:21 AM. Reason: Typo

Similar Threads

  1. Help: Stuck!
    By creativityunltd in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Nov 2010, 02:17 AM

Posting Permissions

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