Archive for November 14th, 2009

14 Nov 2009 @ 3:34 AM 

Hello

I just found out something very very interesting when i was working on a project. Basically it required me to put a div inside a a tag and that div also had some links. I managed to do that however the code is not valid. Will post source code with examples and explanations tomorrow.

Okay so basically what I was trying to create was something like this (simplified for good reasons)

My version also had a hover JS element over the entire box, so when the user hovers over it, it gets highlighted. So far nothing went bad, everything fits together nicely

<div class="box">
      <img src="./image/stuff.png" alt="" height="200px" width="200px" />
      <p> <a href="#"> Link 1 </a> <a href="#"> Link 2 </a> </p>
</div>

+ Continue Reading This Article

Tags

Tags: , ,

Categories: jQuery, XHTML/CSS

Posted By: Dinulescu Alexandru Adrian

Last Edit: 08 Jan 2010 @ 08:34 PM

EmailPermalinkComments (1)