Rollover button issue...

This problem is giving me a right headache but I'm almost there.
Trying to create a rollover button and thought I had the coding set up correctly but although the normal image appears correctly in iweb after I paste in an html snippet, when I visit the page the button is on, it displays as blue text link "link title" and when I rollover it, it disappears. Does anyone know how to rectify this?
Having not yet purchased the domain for this site and therefore meaning I have not just setup my domain forwarding, I wondered if this has anything to do with this not working correctly?

It is most likely an inherited CSS rule. The suspect one is
in second time your page attempts to pull in "Tworx_styles.css". It
appears to be pulling in an error page that contains the following:
A:link { color: red }
I would suggest removing it altogether because the page
already properly pulls it in from the head section <link
href="../Tworx_styles.css" rel="stylesheet" type="text/css" />.
Try removing the following line...
<link href="Tworx_styles.css" rel="stylesheet"
type="text/css" />
It appears just above:
<p class="news_body">

Similar Messages

  • CSS rollover button issue

    I'm having some issues with a website I've been working on.
    Not being super savvy with the code side of things, I'm wondering
    if anyone can help. The navigation on the splash page is how it is
    supposed to look (purple lettering), but when you get to the
    subsequent pages, the navigation turns red. I'm using css rollovers
    for the navigation.
    here is a link to the site: www.g3med.com/twrx/index.shtml
    I appreciate your help!

    It is most likely an inherited CSS rule. The suspect one is
    in second time your page attempts to pull in "Tworx_styles.css". It
    appears to be pulling in an error page that contains the following:
    A:link { color: red }
    I would suggest removing it altogether because the page
    already properly pulls it in from the head section <link
    href="../Tworx_styles.css" rel="stylesheet" type="text/css" />.
    Try removing the following line...
    <link href="Tworx_styles.css" rel="stylesheet"
    type="text/css" />
    It appears just above:
    <p class="news_body">

  • Issues with rollover buttons in Indesign CS6

    Hi,  I was wondering if anyone can shed some light on a issue i'm currently having. 
    I've produced a interactive map in Indesign, with rollover buttons which triggers an animation - all the buttons and animations seem to be set up correctly and once I export as a SWF they seem to work fine initially, but after a couple of rollovers some of the buttons just stop working.  If I refresh the page or reopen the swf file it then starts working again for a period, but again after a few successful rollovers some stop working again.  I'm wondering if this is a bug of some sort?  Ive also tested the .swf on a different machine and I experience the same issue.
    Any help with this would be be much appreciated.

    We might be able to help you but you'll have to drop the attitude. We're not Adobe here, but users like you.
    You'll need to tell us exactly what you're doing and what's not working for you. By "rollovers," you could mean the change of appearance of a button. You could also be meaning what are sometimes called Show/Hide buttons where clicking a button causes another button to appear. Which is it?
    And what kind of output are you attempting? Interactive PDF? SWF (Flash)? DPS?

  • Interactive PDF: Rollover button state no longer working properly  ???

    Okay, what's going on with the Interactive PDFs lately?
    Now all my rollover buttons no longer work properly.  If I have a button that's simply a black arrow, and in the rollover state it's red.
    No matter if I'm checking it out in the latest Acrobat Reader or Pro X, the rollover only works for a brief second..then reverts back to black - the original state.
    This, combined with my latest problem with the show/hide button state, is really becoming a frustrating hassle:
    http://forums.adobe.com/message/3933451#3933451
    Any help would be appreciated.
    I'm running 7.5.1.
    Is this an Acrobat issue?  The button function here seems to work in the InDesign preview mode.

    Hhmmm...I'm actually having this problem even with Adobe Acrobat 9 Professional. Does this make sense?
    Again, I'm creating the document in InDesign CS5 and then building the PDF with  Adobe Acrobat 9 Professional, and the rollover effects don't work in Adobe Acrobat 9, Adobe Reader 9, and Adobe Reader 10.
    I'm a bit new to this process of software not providing its basic touted functionality. Is this the kind of thing where support for this functionality will vary from product to product? I had the same issue with PDF Portfolio -- where all its functioanlity was not supported in Adobe Reader X. If so, perhaps I should simply stick with the classic features of PDFs. Or can I trust, reliability, that going forward, this rollover effect will be supported in all Adobe Reader versions? This is quite an important issue for me as I provide all the documentation for my employer, including customer facing documentation -- and I simply don't know. Any recommendations?

  • Rollover buttons stopped working

    Over the last few months (I suppose after one of the OS-upgrades) somewhere all of the rollover buttons in the (three) websites I produced stopped working. I mean, the links are OK, but the visual effect (of popping up or getting a shadow) doesn't appear anymore.
    I made the sites with Freeway (because iWeb doesn't do rollovers).
    I noticed it, because I showed a friend the sites (with Safari) on his iMac. In Firefox, they work OK.
    They used to be OK in Safari, but I don't have to update them regularly (their all pretty static websites)
    Who can help with this issue ?

    What can I possibly do ?
    Realistically, you can either change the code or wait for Apple to release a fix (assuming they acknowledge it as a bug).
    Waiting for a fix could take a long time. If it's critical to fix I would work around Safari's shortcomings. Do Freeway have an updated version of their software? If so, maybe it generates code that works with Safari 3.
    Sorry I can't tell you something better.
    (By the way, despite the similarity in the names, Java is a completely different beast to JavaScript)

  • Active Content W/ Rollover Buttons Help

    I'm pretty new to web design, and I've been using dreamweaver
    to create webpages. My problem is I have some rollover buttons I
    made in fireworks and imported to dreamweaver as fireworks html,
    and in IE7 I get the "activate active content" error. I installed
    the dreamweaver 8.2 update, thinking that would fix it, but
    although I can see that the extension to automatically change the
    code so it'll work in IE in my preferences, the option to do so
    never comes up. I read somewhere that it doesn't support image
    tags, which I think mine are. So my question is: is there an easy
    fix for this other than the update, or at least a fix for a
    beginner who doesn't know javascript? I've googled to my heart's
    content, and everything I've come across has been over my head.
    Please someone help me with this. I can also post the code if
    that'll help, just let me know. Thanks in advance!
    Hiram

    I'm not quite sure what the actual issue is here but several
    things seem to
    be confused.
    My problem is I have some rollover buttons I made in
    fireworks and
    > imported to dreamweaver as fireworks html, and in IE7 I
    get the "activate
    > active content" error.
    Buttons made in Fireworks and activated with Javascript are
    not related to
    the "activate active content" issue.
    Do you have some Flash or other active content on your page
    which is
    triggering the "click to activate" which you're confusing
    with your
    Fireworks buttons?
    I installed the dreamweaver 8.2 update, thinking that
    > would fix it, but although I can see that the extension
    to automatically
    > change
    > the code so it'll work in IE in my preferences, the
    option to do so never
    > comes
    > up. I read somewhere that it doesn't support image tags,
    which I think
    > mine
    > are.
    I don't quite follow this part.
    So my question is: is there an easy fix for this other than
    the update, or
    > at least a fix for a beginner who doesn't know
    javascript?
    Web content driven by Javascript is not active content so I'm
    not sure what
    the issue is or what needs fixing.
    Can you post a link to your page?
    Regards
    John Waller

  • Why do my rollover buttons quit working when I burn my project to a DVD?

    Hi
    I have a reel of my work built and everything functions when I simulate the project in DVD Studio Pro. However, when I burn the project to a DVD, my rollover buttons no longer work )and the quality of my work (menus, images, and videos) becomes very poor. I created my layered rollover buttons and menus using Photoshop. How can I resolve these issues?
    Thanks

    Welcome to the discussions... Eric has the answer for you - you won't get a rollover effect when you use photoshop layer based menus because of the way that these become a series of different menus when the disc is built. You most certainly can get rollover effects if you use a standard overlay menu type.
    The reasons for using a layer menu are largely confined to situations where you absolutely must reveal some contextual information when a user selects a button, and where this information must use a common area of the menu to all of the other buttons that do this. In all other situations avoid using them if you can, as they are so limited, offer slow playback to the end user, need more than one mouse click to activate a button and don't support audio or video backgrounds.
    Use a standard overlay and you won't have these issues.

  • Rollover buttons with unexpected results

    Hello Folks,
    I'm hoping someone can point me in the right direction with a
    problem I'm having with rollover buttons.
    I've used Fireworks to create five rollover buttons with
    round corners onto a single transparent canvas. I've exported the
    images as gif and then pasted the relevant code into Dreamweaver.
    I'm getting two results that are puzzling me.
    1. The images are not being displayed with transparent
    backgrounds, as you can see at this url:
    http://www.magicalwonders.com/rollover/index2.html
    The corners are showing which is not what I want. I notice that
    there are four types of gif than can be exported when making
    rollovers. So far, I've tried using Gif adaptive 256 and Gif
    Websnap 256 with no success.
    2. The second puzzle is that including the javascript code
    seems to have increased the top margin for the background of the
    page. If you compare the page before any code is added, you can see
    the difference:
    http://www.magicalwonders.com/rollover/index.html
    Hope someone can advise
    Many thanks,
    Myles

    Myles,
    Try exporting your menu images as png 8 files with index
    transparency.
    alex
    Magicalwonders wrote:
    > Just a quick update. I've corrected all the errors in
    the code and that has
    > fixed the margin problem.
    >
    http://www.magicalwonders.com/rollover/index3.html
    >
    > So now I just have the issue of rollover buttons with
    round corners. Not sure
    > what I'm doing wrong?
    >
    > Hope someone can help.
    >
    > Myles
    >

  • Rollover button aternative for iOs?

    I've created a simple page with roll over hover buttons and it works fine on all browsers. However on mobile devices only the "noral" state shows up. Not even the mouse down. Any reason to this?

    Here is the site on business catalyst.
    http://lcdig.businesscatalyst.com/index.html
    The issue is on the "design" page. So far I get no action on my iPad or my iPhone fromany of the rollover buttons. Thank you for even just takign a look. I really appreciate it.

  • Animated gif on multiple rollover buttons ?

    I want to use animated gifs as MouseOver in rollover buttons.
    Somehow when I put this together the animation only works for the
    first time I do the MouseOver. - the anim gifs are not looping I
    want them to restart every time I have a MouseOut and MouseOver.
    I get this to work if i dont put in preload images as default
    but then I will have problems with delays instead. Do anyone know
    how to solwe this problem in an easy simple to explane kind of way
    Greetings from Sweden !

    I want to use animated gifs as MouseOver in rollover buttons.
    Somehow when I put this together the animation only works for the
    first time I do the MouseOver. - the anim gifs are not looping I
    want them to restart every time I have a MouseOut and MouseOver.
    I get this to work if i dont put in preload images as default
    but then I will have problems with delays instead. Do anyone know
    how to solwe this problem in an easy simple to explane kind of way
    Greetings from Sweden !

  • My wife's new iphone4 (a replacement for a 5 month-old iphone 4 with home button issues) is not recognized by itunes. Every other ios device in the house using that computer and Apple ID is. Any suggestions?

    My wife's brand new iphone4 (which was a replacement for a 4month-old iphone4 with home button issues) is not recognized by itunes. Every other ios device on  the computer/Apple ID in question is recognized and syncs perfectly. Any suggestions?

    If the new phone has already been setup, make sure the phone and iTunes are both set to the same account.
    You might also have to authorize this computer for the new device under the store menu.

  • Next and previous button issue with Prettyphoto in filtered gallery

    Hi there,
    I'm stryggeling with a next and previous button issue with Prettyphoto in filtered gallery.
    Like to have it like this: http://demohtml.templatesquare.com/think/portfolio.html#!prettyPhoto
    (next and previous buttun are there as well social connection)
    My problem is this: http://finca-sonrisa.bitl.nl/sonrisa_gallery.html
    (social connection is there but no next and previous buttons??)
    Anybody who has a solution fot this. Have tried to change the CSS, Javascript and has followed the instructions from Prettyphoto but without any succes.
    Your help we muchly appriciated,
    Best Regards,
    Rolf

    bump PLEASE HELP

  • Rollover buttons that play a movie clip.

    Hello,
       I am new to Flash and I am trying to accomplish a simulation such as this example, http://www.its-about-time.com/investinesart/coalplantvirtualtour.swf. I have all of my movie clips done, but how do I tell a rollover button to play a specific movie clip? I also want to have all the movie clips to play simultaneously via a rollover button as shown in the example. I've attached a captured image of my timeline, if that helps. I've tried everything so far, but nothing is working! What is the simplest way of doing this?
    I have this inside one of the movie clips (mc_2) in a seperate layer under - (actions)
    RO_btn.onRollover = function(){
    mc_2.play();
    On the main timeline I have an actions layer with this:
    stop();
    Thinking that this may stop all of my movie clips but it doesn't.
    Should I make an actions layer in each movie clip with this syntax huh? stop();?
    I'm frustrated!!
    Thanks, if you can help!
    MG

    Hi,
    I have made something that you are looking for.
    It will be of help to you.
    basically you will have to create a few movie clips namely:
    2 buttons: (name them a_btn, b_btn, c_btn, d_btn, e_btn)
    3 movie clips (I am taking example image1_mc, image2_mc, image3_mc)
    in each of these movieclips.place 2 frames and on second frame put your movieclip(one in one).on both the frames put stop()
    now click on a_btn and write this script
    on (rollOver) {
    _root.image1_mc.gotoAndPlay(2);
    _root.image2_mc.gotoAndPlay(2);
    _root.image3_mc.gotoAndPlay(2);
    on (rollOut) {
        _root.image1_mc.gotoAndPlay(1);
        _root.image2_mc.gotoAndPlay(1);
        _root.image3_mc.gotoAndPlay(1);
    with this all 3 animations will work simultaneously. if you need to run any one of the movieclips at a time the you can address that mc in particular
    .Say if you want only 1 mc to move at a time then put this on  btn 2
    on (rollOver) {
    _root.image1_mc.gotoAndPlay(2);
    on (rollOut) {
        _root.image1_mc.gotoAndPlay(1);
    .Dont forget to give proper instance names to movieclips.(they are in properties panel.)
    Cheers!

  • PSD Rollover Button with image in front stops button from changing state

    I have a wide PSD button that changes state when rolled over. I would like to place a PNG image with transparency in some areas over the top of it so that the rollover button shows through the transparent areas of the PNG.
    How can you get it to do the rollover effect when the user mouses over the bit of the button that the image is in front of? Is ther a way of making the PNG 'invisible' to the mouse?
    I know I could redesign the button so that it includes the image but I'm trying to keep file sizes and load times to a minimum, I use this button a lot on my website with a different on each, and having that number of individual buttons would result in a bloated, slow-loading website.

    Hi Abhishek
    Thanks for your reply. I was able to achieve the effect I wanted by having the PNG and the PSD Button with the same link and then grouping them. This means I can mouse over the PNG and still get the PSD rollover effect, which is perfect.
    However I also have another similar problem. I have some different PSD Rollover Buttons which have some text in front of them (basically it's the button label). On some of these buttons when you roll over the text it prevents the rollover state of the button, and on other buttons the rollover effect occurs as it should, and there doesn't appear to be any consistency about which does what. Grouping or ungrouping doesn't appear to make a difference. Can you help?

  • How to make edges of rollover button straight

    I was using rollover pjc in my forms....
    I am setting these properties of the buttons...
    --> setting the 'label' property to [ROLLOVER]add
    --> setting 'implementation class' property to
    'oracle.forms.demos.enhancedItems.RolloverButton'
    My rollover buttons are dislayed with rounded edges....
    I want to make the edges of my rollover buttons
    straight(like sqaure edges). please let me know how do i do that.
    Thanks in advance

    Judging by the source code of RolloverButton.java, it looks like that demo will always use rounded buttons.
    If you want normal shaped buttons, then you should modify RolloverButton.java or create your own Java class based on it and change it. The change should be to not use setLeftmost(true) and setRightmost(true). By setting them to true you are telling the button to treat the button as if it's the leftmost or rightmost button, which will round that end (or both).
    Regards,
    Robin Zimmermann

Maybe you are looking for