The problem that i’m having is that I’ve specified some rollover buttons, and some div id’s to control my image positions. however when i make a new div called Text and put some in, this also seems to trigger my rollover buttons? like its using code from the div above it, even though I’ve used the <div> tags:
The problem that i’m having is that I’ve specified some rollover buttons, and some
Share
Your example doesn’t display the images.
You haven’t closed your
<a>tags which may result in the effect area being larger than you expect.http://validator.w3.org/ – a free HTML validator which can help pinpoint invalid HTML and potential issues.