ATTN: Murray (or Al, or Gary) on hover issues...

(Sorry, that other thread went sour...)
I finally have an online version better demonstrating the
all-css mouseover
effects I've been trying to accomplish.
http://www.vilverset.com/test1.html
Now you will see 4 columns of identical text (3 on 1 row, 1
on the next).
Hovering these captions will light them up. Also, hovering
the images above
these captions will do the same (by bringing them from 75%
opacity to 100%,
via the "opacity" class).
Right now, everything is coolio and working as I like it with
CSS only,
except that the background "trans.gif" image is being limited
by the div's
padding. I'd like the bg to go edge to edge.
That's all. Just that.
Fixing that issue would be enough for me to move beyond this
stumbling block
I've been stuck on for days now. I don't mind if hovering the
div or
hovering the text within the div triggers the BG change; as
long as the
cursor changes to a pointer and it's linkable to another page
when it does.
PS: If I want to be EXTRA-greedy... I'd ask that both the
image (tab_xx.jpg)
and the div (the one with caption02 class applied) light up
at the same time
when one of them is mouseovered. But if this is going to
demand more code
than it's worth, then I can live without... and just see the
padding issue
fixed.
Thanks.

Update :
I've got the IMG and DIV linked and reacting simultaneously
to the
mouseover, which is more than I expected to be able to do...
and the padding
issue has been dealt with.
Now if I can get that background to appear when the IMG is
hovered, and/or
get this to work in IE6... I'd be in heaven. But neither is a
stumbling
block... I'll be able to move ahead now.
"Reese" <[email protected]> wrote in message
news:et4rtu$89h$[email protected]..
>
> I finally have an online version better demonstrating
the all-css
> mouseover effects I've been trying to accomplish.
>
>
http://www.vilverset.com/test1.html

Similar Messages

  • Bubble Chart mouse hover issue

    Hi,
    we are facing problem in removing mouse hover data point in the bubble chart.
    Requirement is such that we do not want to show a data point in mouse hover in a bubble chart.Since size of bubbles in the chart have been mapped with these values,these are necessarily shown as a data points in mouse hover.
    Is there any means by which we can continue mapping size to these data values and still not show in the bubble chart mouse hover.
    Thanks,
    Deepa

    Thanks for ur response
    Actually I Require to show the mouse hover values for other data points except size.If I uncheck the "mouse hover option"...Mouse hover property will vanish at all.
    Thanks,
    Deepa

  • Obiee 11g tooltips/mousover/hover issue

    I have a client who has a database table which contains the tooltip text for each row in the database. She would like to have an image of a question mark so that when the image is "moused over"/"hovered over", the tooltip text is displayed without actually displaying the tooltip as a table column, she would like it to "pop up" only if the user decides to mouse over/hover over the image of the question mark, which is titled "Learn More About This Metric ...".
    Any thoughts? We're on OBIEE v11.1.1.6.2.
    Thanks, Dottie

    Column Header Tooltip (mouse over) in OBIEE
    You can set Tooltip/mouse over functionality over column header of the
    table. You can add HTML tag within column header. steps are -
    1. Go to column format and check custom heading
    2. add html tag like <b title="My Tooltip">My Column Header
    3. Go to instanceconfig.xml
    4. Edit it and add tag - *<HardenXSS>false </HardenXSS>*
    5. Restart the services.
    Follow this URL ..This may be help full
    http://www.obinotes.com/2010/03/tool-tipmouseover-in-obiee-columns-with.html
    http://obiee1000.blogspot.com/2012/04/showing-column-name-as-tool-tip-when.html

  • Mouse hover issue

    Hover functions seems to be completely inop. Menu items will not highlight unless I keep the mouse button depressed. Hovering over link items in Safari does not change the cursor or display info banners. Most vexing of all, in Photoshop Elements 4.0, the cursor disappears completely when over the workspace unless the button is depressed. Rebooting has not resolved the issue. Any ideas?

    I hooked up the ol' mighty mouse and it corrected the issue, but I'd like to know how to resolve the root problem. This only came up a couple days ago, and my wireless mouse has been working fine for over a year prior.
    EDIT: Okay, I just moved the wireless mouse receiver from my USB hub to a port on the laptop and the issue went away. Weird.
    Message was edited by: Jungle Japes

  • Show button on hover issue

    Hi there!
    EDIT: I'm pretty sure the issue lies in the fact that the original image just hides itself, meaning the bitton behind it cannot be clicked as the original image has not been removed, its just hidden. Any help much appreciated, can't see how to fix!
    I am following this tutorial: http://toddmotto.com/create-a-simple-jquery-hover-call-to-action-box/ to create an image where when hovered upon, the user can click one of two buttons/clickable images which appear. At the moment I have this, I have tried to make the top image clickable, to no avail: (also seen here: http://allumez-test.site90.com/clothing.html)
    Also, unlike the tutorial, I am trying to make just the individiual button images clickable, not the whole image as in the tutorial.
    HTML:
    <div class="wrapper">
                        <div id="main">
                                  <div id="blur">
                                                      <img src="images/content-hoodie.png" class="static">
                                            <div style="position:relative;">
                                                      <a href="#"><img src="images/button.png" width="90" style="position: absolute; top: 80px; left: 0px;"></a>
                        <img src="images/button.png" width="90" style="position: absolute; top: 0; left: 0;">
                                                      <img src="images/content-hoodie.png" style="position: absolute; top: 0; left: 0; z-index:-1;">
                                            </div>
                                  </div>
                        </div>
              </div>
    CSS:
    /* Styling of button on hover */
    #blur {position:relative;}
    #blur img.static {position:absolute;left:0;top:0;z-index:1;}
    #blur img.blur {position:absolute;left:0;top:0;}
    /* Styling of button on hover */
    Many thanks
    Max

    You can tweak the CSS however you like.  But given the limitations of anchors & span tags with the various things on your wish list, jQuery is a workable solution that won't adversely effect usability.
    The only other suggestion I can offer is to make buttons visible in the first place and forget about all the transition stuff.  In the long run, that might be the best plan .
    Nancy O.

  • Spry menu hover issue

    I have a vertical spry menu bar and it opens up to the right
    over the text on the page.
    In Firefox it displays correctly, but in iExplorer, when the
    cursor hovers over the drop down menu, it only stays highlighted
    and open when the curser is directly over the text in the spry box,
    or if there is no text on the page. But when the cursor is over
    empty space in the box and there is text on the page behind it, the
    box closes.
    How do I fix this?

    Hello Beth,
    The piece of CSS you see there is actually a fix for Internet Explorer 6. It has bug where form elements such as selects will go through divs and other elements, in this case the <ul>'s of the menu bar. To resolve this issue, a iframe is generated and carefully placed under the <ul> elements. This way the form elements will no longer pass through the <ul>'s
    If you menu is no where near a form element you could remove the iframe generation code form the javascript and savely remove that related stylesheet rule. But i do not recommend such practices. But that would be the only fix for the validation issue. Well.. Thats not true actually you could apply those styles through JavaScript... So that might actually be another option.
    So it all depends on how hefty you weight validations. Validations are guid lines. Because a page doesn't "validate" it doesn't necessary mean the page is doomed and will crash all browser that comes on its path . But clients are usally verry narrow minded. So good luck with that .
    So without further ado, the fixes:
    - do nothing as it doesn't harm your page, it merly fixes internet explorer.
    - removal of the iframe from JS:
    line 289, remove:
    if(Spry.is.ie && Spry.is.version < 7)
         this.createIframeLayer(menu);
    line 317, remove:
    if(Spry.is.ie && Spry.is.version < 7)
         this.removeIframeLayer(menu);
    - move the css to JavaScript:
    line 243 find:
    layer.style.left = menu.offsetLeft + 'px';
    layer.style.top = menu.offsetTop + 'px';
    layer.style.width = menu.offsetWidth + 'px';
    layer.style.height = menu.offsetHeight + 'px';
    and add under:
    layer.style.position = 'absolute';
    layer.style.zIndex = 20010;
    layer.style.style.filter = "alpha(opacity=0.1)";
    Happy hacking

  • CSS Menu hover issue in IE7

    Hi all,
    I've created a CSS based drop down menu for this site:
    http://www.elizabethgorcey.com.
    In IE7 the menus don't drop down. They pop up and cover the parent
    item they are supposed to descend from. Can anyone tell me why this
    is and how to fix it?
    Thanks,
    John

    On Sat, 19 Jul 2008 01:21:08 +0000 (UTC), "John Ciccolini"
    <[email protected]> wrote:
    >Hi all,
    > I've created a CSS based drop down menu for this site:
    >
    http://www.elizabethgorcey.com.
    In IE7 the menus don't drop down. They pop up
    >and cover the parent item they are supposed to descend
    from. Can anyone tell
    >me why this is and how to fix it?
    > Thanks,
    > John
    Seems to work ok in IE7 for me. But not in IE6 ! ?
    works ok in Safari & Opera - and FF of course
    I popped the code into Dw and ran the compatibility check and
    says
    there is a problem with IE6 - Expanding box problem
    Googled it - and not sure that is 100% correct - but it might
    be a
    steer........ ?
    minor css issue - which I doubt affects the problem ?
    #breastpumpposter {
    position: relative;
    top: 0px;
    padding-top: -3.5em;
    margin-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top cannot be negative
    ~Malcolm~*...
    ~*

  • Preparing Files for Emailing

    For quite some time I have used Dreamweaver but only for
    showing images of simple pages with basically an image in the
    middle of the page for customer see see a design for a package or a
    page in a brochure. Because of this I have not learned the finer
    points of using Dreamweaver. Now I have a customer that would like
    to send quality looking emails with images and web links, etc. Is
    there a particular subject that would be a good starting place for
    me to search in the Dreamweaver book or on the web?
    Thanks, Gary

    On Mon, 25 Sep 2006 19:04:04 +0000 (UTC), "austin43"
    <[email protected]> wrote:
    >For quite some time I have used Dreamweaver but only for
    showing images of
    >simple pages with basically an image in the middle of the
    page for customer see
    >see a design for a package or a page in a brochure.
    Because of this I have not
    >learned the finer points of using Dreamweaver. Now I have
    a customer that would
    >like to send quality looking emails with images and web
    links, etc. Is there a
    >particular subject that would be a good starting place
    for me to search in the
    >Dreamweaver book or on the web?
    >
    > Thanks, Gary
    Not only is MailChimp (www.mailchimp.com) a good system to
    deliver
    email newsletters and manage the subscriptions, they also
    have some
    very good documentation.
    (Thanks for the recommendation, Murray! My client has her
    first issue
    via MailChimp just about ready to go.)
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • Sapscript output(Spool) to PDF problem when viewed

    We have a number of documents which are output in Russian using the Cyrillic courier font within our Uincode SAP system. They look fine on the spool when viewed, print okay, and all look fine when converted to a PDF file (using RSTXPDFT4) and viewed via Adobe PDF viewer (vers 9.1.20), except one form, the invoice, which will not display properly in Adobe, showing square blocks with crosses through them when viewed. The strange thing is that when this same PDF is viewed via Sumatra (Open source PDF viewer) it looks perfect, but will not display via the Adobe PDF viewer, even though all the other delivery/dispatch docuemnts (all Sapscript) print and view fine via the Adobe PDF viewer.
    I guess I could suggest that we just use Sumatra from now on, but that is not really the answer when you have a multinational company which has Adobe already installed on all hardware as default.
    Has anyone come across this problem before. I was wondering if there could be anything in Sapscript that might have caused this as this is a copy of SAP standard Russian Invoice Sapscript (J_3RVINVOICE)?
    I'm going to check OSS to see if there's a fault with the PDF convertion program (RSTXPDFT4) but I would like to hear from anyone that may have encountered the same problem.
    Regards
    Gary

    Hi Gary
    How the issue is resolved, please let me know. Since i am also facing same issue.
    Thanks
    M G Shankar

  • Linux Interrupts VISA - 0xBFFF003A Unable to start operation because set up is invalid (due to attributes being set to an inconsistent state.)

    Hello!
    I have question  about VISA and Linux. I am trying to set and detect interrupts using the VISA commands on the LINUX platform.
    I am able to read and write to the hardware using other VISA commands. I am not able to set or detect interrupts.
    I used the driverwizzard to set up the .inf file.
    I have read some questions and answers on the forum and have not been able to gain any success.
    Does any one have any ideas or know of any fixes to get the interrupts to work?
    Any help is appreciated.
    Madwagon

    Hello,
    I'd like to direct your attn to a knowledge base, which addresses your issue. This KB is was originally written for windows operating system, but it implies as much to any other operating system. I'll also appreciate if you can tell me a little more about your set up i.e how are you servicing the interrupts and which device will be generating these interrupts? I'm also attaching a link to another discussion forum that might be helpful to fix this error. Hope these resources will be helpful.
    Thank you,
    Arjun K
    http://digital.ni.com/public.nsf/allkb/dff952e483e212658625712b007b72fb
    http://forums.ni.com/ni/board/message?board.id=140&message.id=15342&requireLogin=False
    National Instruments
    Applications Engineer

  • SapScript output spool to a POST script file

    We generate  billing invoice output using custom
    program/Sap script. Subsequently we release the invoice print out from
    the print spool to create a post script file from the print spool by configuring command set "G" in
    transaction u201CSPADu201D. This processis  is working fine in R/3
    However, when we migrated the same functionality to ECC, we are finding
    that the file created containing only garbage data.
    Anyone has encountered this issue and have suggestions to resolve this.
    Thanks
    Palani

    Hi Gary
    How the issue is resolved, please let me know. Since i am also facing same issue.
    Thanks
    M G Shankar

  • Missing background colour in image rollover in IE

    Just noticed I have a missing image background colour on a
    rollover link - it's fine in firefox and safari, but awol in IE(6).
    link
    here
    The CSS looks like :
    a:link img {
    padding: 5px;
    border: 1px solid #999999;
    a:visited img {
    padding: 5px;
    border: 1px solid #999999;
    a:active img {
    padding: 5px;
    border: 1px solid #999999;
    a:hover img {
    padding: 5px;
    border: 1px solid #8C595A;
    background-color:#CD8B8D;
    Any ideas?

    Hi Everyone,
    Great thread. I thought you guys might find this interesting.
    There is an IE Img Hover Bug that most people run into with
    border color change on hover that answers some of the questions
    here.
    Lain71, at the end I included code you can use with a thick
    border that should do what you want and will work cross-browser.
    I thought it might be beneficial to anyone else searching the
    forum for IE img hover issues to offer some additional detail.
    Most people first run into trouble when they have an image
    link and try to handle border color change like you would on a text
    link. Unfortunately, this is incorrect CSS for doing this but it
    works in IE6 :-/ It doesn't .. as it shouldn't ..work in the Gecko
    browsers.
    a.blah{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover{
    border-color: #33FFFF;
    <a href="#" class="blah"><img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    In IE6, the border changes color on hover. Also, note that IE
    is actually rendering the code incorrectly by stretching the border
    around the image inside the link element. So it achieves the
    desired effect....until...
    Testing the page in FF or NN is where the trouble starts, as
    you notice the border no longer surrounds the image.
    FF and NN render that code correctly by applying the border
    to the link element only.
    By doing so, the height of the border is equal to text line
    height ..as Joe mentioned..which is usually not the height of the
    image.
    This same effect happens with background color and background
    images when applied to a:hover.
    So, now to make it work in FF and NN you use the correct CSS
    to apply the border to the image inside the link, similar to
    Lain71's code:
    a.blah img{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover img{
    border-color: #33FFFF;
    <a href="#" class="blah">test<img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    Now it works in FF and NN beautifully, but...
    Now it doesn't work in IE ! There's no hover effect.The
    border doesn't change color.
    And there's the "bug."
    *********The bug:
    In IE, you cannot apply a hover rule to an image link without
    first
    declaring a hover rule for that link. (Go figure!!!!!!).
    This works nicely, I've found.
    a.blah img{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover{
    background-color:transparent;}
    a.blah:hover img{
    border-color: #33FFFF;
    <a href="#" class="blah">test<img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    Now it works in IE, NN and FF.
    So,
    a.blah:hover {background-color:transparent;}
    takes care of IE's need to apply a hover rule to the link
    before applying a hover rule to the image link without changing the
    look of things..
    Take care,
    Tim

  • Maximum length of video

    I have an iPhone 5, and was wondering how long of uninterupted video the device will record.  I know it is based on the free space available, but some "non-traditional" video recording devices (like my DSLR) will record only up to 10 minutes, before shutting off automatically, and I didn't know if the iPhone 5 opperates that way.
    I've tried researching in the communities, and tried finding the info on the technical page, but I haven't found the info yet.
    Thanks in advance for any info.
    Gary

    I think the issue is more with the ISP. It's not as much about length as it is file size. Of course the longer the video, the larger the file size. Comcast for example has a 10 MB limit for attachments. If you have other email accounts on your iPhone such as gmail or mobileme, you could try sending your video from those accounts on the iPhone. I think gmail has a 20 MB limit, not sure about MobileMe.

  • BOXI4 SP2 P12 - No Business Layer Sent Back From Server

    Hi All,
    Have created a new multi-source universe using the Information Design Tool.
    Published the Business Layer to the repository successfully.
    When trying to create reports with the universe I now get an error - "No Business Layer Sent Back From Server".
    Have checked CMC permissions to the Universe which are fine and the Connection permissions which are also fine?
    What else could be causing this error?
    Thanks,
    Gary

    Hi Gary,
    If the issue occurs only on Webi Rich client and not on webi from Infoview, then check the note 1620509.
    https://service.sap.com/sap/support/notes/1620509
    Check also your BI4 version. If you are using a version below Patch 2.5, then it might be interesting to update your environment as some people experienced this error message on previous versions and not after updating. cf note 1622652.
    https://service.sap.com/sap/support/notes/1622652
    I hope this will help you
    Regards,
    Philippe

  • SP Products Config Wizard fails for Socket Error Connection Refused - New Azure Setup (firewalls turned off)

    Hi all,
    I'm using this guide: "Step-by-Step: Build a FREE SharePoint 2013 Dev/Test Lab in the Cloud with Windows Azure Infrastructure Services" by Keith Mayer 15 Jul 2013 6:30 AM over on TechNet.
    And I'm currently in "Exercise 5: Configure SharePoint Server 2013 in a Windows Azure VM" steps 16/17.
    When I try to create a new server farm following those instructions, the process fails.
    The dialog window states:
    "Configuring SharePoint Products"
    "Performing configuration task 3 of 10" <- gets stuck here for a while and then I get the error below: 
    The error from the PSCDiagnostics log is:
    Trying to see if port 14387 is free on machine [my sp server]. Min port we will try is 1024, Max port we will try is 49151
    05/14/2014 16:43:26 1 INF A SocketException was thrown with SocketError ConnectionRefused
    05/14/2014 16:43:26 1 INF Connect has been refused for port 14387, so we will consider this a free port
    05/14/2014 16:43:26 1 INF Have not found a free port yet. Number of tries is 1. Min port we will try is 1024, Max port we will try is 49151
    05/14/2014 16:43:26 1 INF Adding port 14387 to the exclusion list so it is not chosen again during this run
    [snip]
    05/14/2014 16:48:22 9 ERR Task configdb has failed with an unknown exception
    05/14/2014 16:48:22 9 ERR Exception: System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.) ---> System.ComponentModel.Win32Exception (0x80004005): The semaphore timeout period has expired
    I've turned Windows firewall off on the SP Server, SQL Server and the AD Server (temporarily of course) and I've given user mydomain\sp_farm local and domain administrative rights as well as full rights within the SQL db.
    I can ping from/to the SharePoint/SQL servers and get a response using the host name for each (the internal IP's 10.0.0.5/6 respond).  If I use the DNS server names, the pings fail.
    However, after the SharePoint wizard fails, I can see on the SQL server that db SharePoint_Config (default name from SP wizard) is created.  So it looks like the SP wizard can connect because the db is being created.
    Is this a timeout issue even though the log file shows "SocketError ConnectionRefused"?
    Any ideas on how I can resolve this error?
    Thanks.

    Hi Gary, 
    For this issue, I'm trying to involve someone familiar with this topic to further look at it. 
    There might me some time delay. Thank you for your understanding.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • How to show FTP Files in JTable, i gave codeeeee

    hi to all, plz any one can help me to show FTP Files in JTable, my FTP code is below,where i can upload and download files, i can list the files in JText Area , i want to show files in JTable, plz any on can post some code which can slove my problem

  • Can i install leopard on external drive to recover files from internal hard drive

    Ok i am havinga problem with laptop ... wont restart. Power on and mormal grey screen appears ... then a bar appears below the spining dashes and after a few increments the laptop automatically shuts down. Now is it possible to install OS on extrenal

  • Not all installed fonts are available in Illustrator CS4

    Hi, I've noticed that not all of my fonts are available in Illustrator CS4. My list appears as usual in the drop down menu, but many of my fonts have somehow become incomplete. For instance, only 3 weights of Helvetica are available, instead of the 2

  • Multiple Network Device Groups when importing to ISE using template

    I have a question about importing a group of network devices into ISE using the template provided. The template only has a single column for Network Device Groups - is there a way to import devices and include more than one NDG? For instance, the NDG

  • GL Configuration

    Hi Pls. explaing the concept of 'Account in Local Currency' & 'Only Balance in Local Currency'. 10 points is for sure. Regardsd MG Never offer or ask for points on SDN