div id's aren't working for images.....

User 2924428 Photo


Registered User
1,718 posts

Hey guy's, check out torchlight.coffeecup.com, i'm re-vamping my site and was trying to get these characters centered on the page, but they won't move with my css coding for some reason, the other first two images work perfectly, I had it set to absoloute then I went right on it cause it was on the right hand side of the page. It's kinda funny how this is working, I don't know if theres error in my coding or what? Can someone take a look please? Thanks! :D
User 187934 Photo


Senior Advisor
20,267 posts

What exactly are you trying to move Matt?;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 122279 Photo


Senior Advisor
14,628 posts
Online Now

Is this the code that's not working?

<div id="img3"><img src="../mod/images/ninja-1.png" width="396" height="447" alt="" border="0"></div>
<div id="img4"><img src="../mod/images/myrmidon1.png" width="454" height="543" alt="" border="0"></div>
<div id="img5"><img src="../mod/images/warmonk.png" width="320" height="586" alt="" border="0"></div>
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

That's it Inger :) Eric, there should be images of .. oh let me check something, i'm not sure if I was in the right folder..
User 122279 Photo


Senior Advisor
14,628 posts
Online Now

I guess the above mentioned images are supposed to be displayed with this:

<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->

Have you checked the paths to where the resources are (the images, the bits and bobs for the wow slider etc)?

The slide show doesn't display on that page you are working on, so therefore I started thinking about the paths. As you have the page on the S-drive, it's not so easy for anyone to peek in there to see if everything is at the right place.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Sorry I had my mod folders mixed up, I just got done learning a lesson from this (again) as to making sure my paths point to the correct folders.. heres what I was trying to do torchlight.coffeecup.com
I'm planning on using wowslider for in-game action. And possibly some youtube videos.
User 2924428 Photo


Registered User
1,718 posts

Whoops, now my images aren't showing :(
User 2924428 Photo


Registered User
1,718 posts

Guys I know i've asked this before, but as you know i'm still learning CSS3, but how would I do a mouseover on an image and make it change to another exact image, we did it in the Torchlight 2 Eagle for downloads, but i've lost the code.. i want to have different images appear when selected / hover / over the image itself?
User 122279 Photo


Senior Advisor
14,628 posts
Online Now

Try this one and place it where you want to have the images appear:

<a href="target url"><img src="url of first image"
onmouseover="this.src='url of hover image'"
onmouseout="this.src='url of first image again'" /></a>


Make sure you get the punctuation right, or it won't work.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Looks good, I switched PC's for a while i'll upload later to see if I can get it right. Thanks again Inger :cool::cool::cool:

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.