| 
 Posted by dorayme on 11/08/07 22:09 
In article  
<1194546107.988576.42520@z24g2000prh.googlegroups.com>, 
 SM <servandomontero@gmail.com> wrote: 
 
> This is a sample of the code. Notice the insertion of the gallery 
> beneath the <li> selected by the user. 
> ... 
> <!-- CONTENT_RIGHT --> 
> <div id="content_right"> 
> <ul> 
> <li><a href="#">Gallery One</a></li> 
> <li><a href="#">Sky</a></li> 
> <li><a href="#">Hello World</a></li> 
> <li><a href="#">Tribute</a></li> 
> <div id="thumbnail"> 
> <a href="#"><img src="images/photography/1.jpg" /></a> 
> <a href="#"><img src="images/photography/2.jpg" /></a> 
> <a href="#"><img src="images/photography/3.jpg" /></a> 
> <a href="#"><img src="images/photography/4.jpg" /></a> 
> <a href="#"><img src="images/photography/5.jpg" /></a> 
> </div> 
>  
> <li><a href="#">Cloud 9</a></li> 
> <li><a href="#">The End</a></li> 
> </ul> 
> </div> 
> ..... 
>  
> Is this good code? 
>  
 
 
Not really, you can't do this. This is better and you can  
probably improve further: 
 
http://tinyurl.com/27yrkx 
 
--  
dorayme
 
[Back to original message] 
 |