PDA

View Full Version : Help Im Stuck...



marzImator
26 May 2011, 06:49 AM
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

Xandor
26 May 2011, 09:20 AM
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.