> CSS Help!?

CSS Help!?

Posted at: 2014-12-18 
its probably using javascript with an image array thats populated with php. id need to see the code to see what else is going on. this is way beyond just CSS

this might give you errors but try changing img src="Image" to img src="/images/art.jpg" or whatever your image path is. you're gonna need to manually type out all the filenames unless you want to get into javascript and php where you can use loops and databases.

Dreamweaver??

I am making something with CSS, but I'm not sure if its possible. The site I'm using allows me to code my own profile using CSS. They have neat carousel feature for the buddy list, but instead of it showing my buddies on the site, I would like to make it display art instead.

This is there CSS codes for the buddy list

.bCarousel - Your Buddy List.

.bCarousel .wrapper - The slider that holds your buddies.

.bCarousel ul a img - The avatar of your buddy.

.bCarousel a.back - Your back arrow.

.bCarousel a.forward - Your forward arrow.

The default result of the buddy list looks like

http://puu.sh/cb9Ea/9a268b2d80.png

That. As you can already figure out, you click the arrows and it shows more buddies. You click on a buddy, and it brings you to their profile. I'd much rather have it show off small clickable art images, that will open a new window to show the full size of the art. And then they can click the arrows to see more art. Is this at all possible? :(