Using css but having these browser issues

Hello
Wondered if you might have any fix for the following...I've
tried several forums and a couple of css people but no one seems to
have an answer other than bugs in the browser. But surely there is
a way...
If you go to
http://www.enhancedwireless.net/Company/TEST.shtml
and rollover the first "(ODMA)" you should get a gif css pop up
which works great in FF, IE6/7 and Netscape (PC and MAC). But in
Safari (any version) and latest Opera (PC and MAC) the pop up is
fragmented and won't go away, breaks up. Would love a suggestion on
a fix...
And I have a swf file css pop up which again works great in
FF and Netscape, even Safari, but not in IE 6 where the pop up
won't go away (and even multiplies when you scroll) and IE 7 where
a strange white "flash" appears over the entire page each time you
mouseover the "(71 countries)".
Just rollover "(71 countries)" -
http://www.enhancedwireless.net/Technology/patentPortfolio.shtml
So my two questions are:
1.) how to fix the image css pop up for Safari and Opera
2.) how to fix the swf css pop up for IE 6/7
I know I could adapt a javascript code out there but was
hoping to do this with simplicity using css - any way?
Thanks very much for your time
KB

I think you have just chosen a hinky way to implement that
CSS 'rollover'.
And you have so much unecessary/redundant CSS in your rules,
it's a little
difficult to sort out what's happening.
Take a look at this page -
http://66.165.80.209/page2test.php
where I have
done something similar, and see if you can understand what's
going on.
The menu links contain an absolutely positioned <span>
containing a
transparent GIF image. The background image of that span is
the door. The
CSS rollover produces the swap. Positoining your rollover
image on the page
you linked should work when applied in the same way, don't
you think?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"iwics2" <[email protected]> wrote in
message
news:[email protected]...
> Hello
>
> Wondered if you might have any fix for the
following...I've tried several
> forums and a couple of css people but no one seems to
have an answer other
> than
> bugs in the browser. But surely there is a way...
>
> If you go to
http://www.enhancedwireless.net/Company/TEST.shtml
and
> rollover
> the first "(ODMA)" you should get a gif css pop up which
works great in
> FF,
> IE6/7 and Netscape (PC and MAC). But in Safari (any
version) and latest
> Opera
> (PC and MAC) the pop up is fragmented and won't go away,
breaks up. Would
> love
> a suggestion on a fix...
>
> And I have a swf file css pop up which again works great
in FF and
> Netscape,
> even Safari, but not in IE 6 where the pop up won't go
away (and even
> multiplies when you scroll) and IE 7 where a strange
white "flash" appears
> over
> the entire page each time you mouseover the "(71
countries)".
>
> Just rollover "(71 countries)" -
>
>
http://www.enhancedwireless.net/Technology/patentPortfolio.shtml
>
> So my two questions are:
>
> 1.) how to fix the image css pop up for Safari and Opera
> 2.) how to fix the swf css pop up for IE 6/7
>
> I know I could adapt a javascript code out there but was
hoping to do this
> with simplicity using css - any way?
>
> Thanks very much for your time
>
> KB
>

Similar Messages

  • Centering Images using CSS but having links on the Images

    Hi all,
    I have a problem on centering an image using CSS. I read on many forums that you have to use margin-left , margin-right and set to auto. and also set the display:block which I had done.
    The problem is if I want to have a link from the image. Because I have set the display to block, the link will span the entire container containing it! How do I resolve that? I only want the image to be linkable and not the entire container!
    Thanks for reading!

    Murray *ACP* wrote:
    Because I have set the display to block, the link will span the entire container containing it!
    That's incorrect.  If the display:block is applied to only the IMAGE, the anchor tag will be exactly the same dimensions as the image and will not fill the container.
    Hi Murray,
    Weirdly it does in my experiments. (code below). Even if I set the 'a' tag to the width of the image it still makes the whole <div> container clickable:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    #imgWrapper {
        width: 900px;
        margin: 0 auto;
        border: 1px solid #000;
    #imgWrapper img {
        margin: 0 auto;
        display: block;
    </style>
    </head>
    <body>
    <div id="imgWrapper">
    <a href="http://www.bbc.co.uk"><img src="slice_2.jpg" width="595" height="130" /></a></div>
    </body>
    </html>

  • Having Muse Browser Issue - Please Help

    Hi,
    I'm probably not setting up Muse like i'm supposed to so I'm hoping someone can help me.
    But bottom line is I'm trying to design one of those full screen websites and am having issues.  Chrome has a continuous horizontal scroll bar even when the browser is full size and IE acts very strange when the browser size is changed. Also in Chrome when size changes, the blue textured BG shrinks instead of staying fized like I want it to.
    I'd be happy to make my MUSE file available if anyone wants to see it.  Also, below is the live site as well as a screen capture video:
    http://designerandpublisher.com/new/browser.mp4
    http://designerandpublisher.com/new
    Thank you - Deaf Guy

    Hey Michael,
    Looks like there are 3 things you are struggling with there, so hopefully I can address all of the issues you're seeing.
    As far as th scrollbar in Chrome, this is actually a known issue with Chrome that we're looking into. The short of it is that this issue is something that we used to have, but Chrome fixed the problem before we could identify the root cause. It is back now, so we've identified the problem and will be looking at how to best fix it.
    The second issue is some "strange behavior" with IE when resizing, which, if I had to guess is some sort of flickering occuring as you resize, right? The flickering you are seeing is actually a side effect of the way we have to do 100% width page items. We're always looking at ways to improve the experience and fix issues like this, but unfortunately this has been sort of a nasty one for us. We have a solution, but it causes issues in some older browsers, so we haven't been able to implement it. We'll continue to look at it until we come up with something, but unfortunately at the moment there isn't much that we can do to fix the problem. Sorry about the inconveinece here.
    The background resizing in Chrome is actually intended. In your fill options for the rectangle, it looks like you have the option for "Scale to Fill" selected. What this means is that the image will be resized dynamically to fill in the rectangle. When you resize your browser, you are actually changing the width of your 100% width rectangle, which is causing the image to be resized in the frame. This is causing the effect you are seeing. If there is a different effect you are looking for, we can try and help you achieve it.
    Hope this helps,
    Andrew

  • Suddenly I am losing my previous sessions. Also quicktime links are suddenly not working. I updated flash. I downloaded some Windows Updates. Now these browser issues.

    All of a sudden this week I am losing my old sessions. As I usually have about 20 tabs open in 4 separate windows, this is VERY annoying. VERY.
    Also, quicktime links are no longer working, like at apple.com/trailers. I get an "Error: 47 Invalid Url: ()" message when trying to use them.
    My only recent computer changes were updating Flash, and also on June 15th I got a bunch of updates from Windows Updates. Mostly security updates, and a .NET Framework update.
    My feeling is this has something to do with the windows updates?
    I use Vista Home Premium.

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

  • Hi Apple - Surely with the internet being global you can let "customers" select the country they dsownload from.  I was goung to use Itunes but having tried twice to get UK downloads in Spain have given up on Itunes.  How many others have.

    I would really like Apple to take notice of the number of "customers" who want to download in their own language, not the language of the country they are in.
    My Laptop was bought in England and my internet is an English provider.  My bank account is in England.  I happen to live in Spain. So why can't I download from an English Itune Store.  I have not had this problem wih any other free App or webb based account, and I have many. 
    I have seen lots of posts saying it can't be done but Apple please pleae tell me why.
    Apple must be loosing out on thousands of customers and heaven knows how much revenue.
    Come on everyone get all your friends who have the same problem to let Apple know.

    You are NOT addressing Apple here at all.
    We are all itunes users just like you.

  • Created DAD using DBMS_EPG but having trouble in getting it to work

    Hi
    As sys , I ran this
    SQL> call dbms_xdb.sethttpport(8068);
    Call completed.
    SQL> alter system register;
    System altered.
    SQL> ALTER USER anonymous ACCOUNT UNLOCK;
    SET SERVEROUTPUT ON SIZE UNLIMITED;
    SQL> grant execute on dbms_epg to apps;
    Grant succeeded.
    SQL> grant execute on dbms_xdb to apps;
    Grant succeeded.
    SQL>
    Add to init.ora
    dispatchers="(PROTOCOL=TCP)(SERVICE=OF1TCHXDB)"
    local_listener="(ADDRESS=(PROTOCOL=TCP)(HOST=ofdbdev4.mydomain.com)(port=1568))"
    DECLARE
    l_dad VARCHAR2(30) := 'OF1TCH';
    l_path VARCHAR2(30) := NULL;
    l_dbUser VARCHAR2(30) := 'apps';
    l_docTable VARCHAR2(30) := 'apps.fnd_lobs_document';
    l_docpath VARCHAR2(30) := 'docs';
    l_attrNames DBMS_EPG.VARCHAR2_TABLE;
    l_attrValues DBMS_EPG.VARCHAR2_TABLE;
    BEGIN
    l_dbUser := UPPER(l_dbUser);
    DBMS_EPG.CREATE_DAD
    ( dad_name => l_dad,
    path => l_path );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'database-username',
    attr_value => l_dbUser);
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'authentication-mode',
    attr_value => 'CustomOwa');
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'document-table-name',
    attr_value => l_docTable );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'document-path',
    attr_value => l_docpath );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'max-requests-per-session',
    attr_value => 1000 );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'default-page',
    attr_value => 'fnd_web.ping' );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'path-alias',
    attr_value => 'fndgfm' );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'path-alias-procedure',
    attr_value => 'fnd_gfm.dispatch' );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'cgi-environment-list',
    attr_value => 'SERVER_NAME=of1tch.mydomain.com,REQUEST_PROTOCOL=https,SERVER_PORT=8068,HOST=of1tch.mydomain.com:8068,HTTP_WEBAUTHPROXY, HTTP_X_WEBAUTH_USER, SERVER_ADDR' );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'session-state-management',
    attr_value => 'StatelessWithResetPackageState' );
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'nls-language',
    attr_value => 'american_america.we8mswin1252' );
    DBMS_EPG.AUTHORIZE_DAD
    ( dad_name => l_dad,
    user => l_dbUser );
    DBMS_EPG.GET_ALL_DAD_ATTRIBUTES(l_dad,l_attrNames,l_attrValues);
    FOR i IN 1..l_attrNames.COUNT LOOP
    DBMS_OUTPUT.PUT_LINE(LPAD(l_attrNames(i),20)||' : '||l_attrValues(i));
    END LOOP;
    END;
    I then created a test procedure
    SQL> CREATE OR REPLACE PROCEDURE testPage IS
    2 l_instance v$instance%ROWTYPE;
    3 BEGIN
    SELECT * INTO l_instance FROM v$instance;
    htp.htmlOpen;
    htp.bodyOpen;
    htp.p('<h1>Test Page</h1>');
    htp.preOpen;
    htp.p('<b>Username.:</b> '||USER);
    htp.p('<b>HostName.:</b> '||l_instance.host_name);
    htp.p('<b>Instance.:</b> '||l_instance.instance_name);
    htp.p('<b>Version..:</b> '||l_instance.version);
    htp.p('<b>Time Now.:</b> '||TO_CHAR(SYSTIMESTAMP));
    htp.preClose;
    htp.bodyClose;
    htp.htmlClose;
    END;
    / 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
    Procedure created.
    SQL> grant execute on testPage to public;
    I am trying to access the above procedure
    http://of1tch.mydomain.com:8068/OF1TCH/testprocedure
    This shows squares instead of the variables and values. I think this is because 8068 is configured for https but the dbms_epg configured the port as http port. Not sure though.
    or
    https://of1tch.mydomain.com:8068/OF1TCH/testprocedure
    This gives page not found.
    Thank you
    MSK
    Edited by: MSK on Dec 29, 2009 7:14 AM

    I just came across this thread in my searches
    Only 5 months late but here is the problem!
    DBMS_EPG.SET_DAD_ATTRIBUTE
    ( dad_name => l_dad,
    attr_name => 'authentication-mode',
    attr_value => 'CustomOwa');
    DBMS_EPG (unlike MOD/PLSQL) only allows basic authentication mode
    (contrary to the docs).
    There is an enhancement request filed for this in bug:5278049.
    John

  • I cannot upload pictures to Facebook in 'Messages' using Firefox, but every other browser will.

    I used to be able to, and have only been able to one time since. It started this in about vers. 6 I believe, and has been going on for a few weeks. I've deleted and redownloaded Firefox twice, with the error still occurring.
    Thanks,
    Mark

    Bump...

  • Css cross browser issue

    i have laid out my template using css, but notice that one of
    my columns will bump down under another one if the screen is
    resized in IE (on pc, v.6). can someone take a quick look at my
    code and css and let me know what i can do to ensure that
    everything will stay where it is supposed to be located, while
    still using width equal to a % so that it will resize with screen
    resize.
    my template can be found at: www.thedunch.com/template.html
    my css can be founds at: www.thedunch.com/css/dunch.css
    thanks in advance for any help

    If you enabled "View Source" it might be easier to figure
    out.
    "bmilesp" <[email protected]> wrote in
    message
    news:gh9k9l$j87$[email protected]..
    > hello,
    >
    > I have a flex image app here:
    http://brandonandpatty.com/?page_id=6.
    Works
    > fine in firefox 3.0.4 and Opera 9.27. However, there is
    a strange issue in
    > IE
    > and Chrome - the thumbnail images show up fine, but when
    you click one to
    > display a larger image it gives a broken image link
    icon.
    >
    > I have no idea why the browser would have influence in
    how the flashplayer
    > accesses remote image files, but it does in this case
    somehow. Any ideas
    > on how
    > to fix this issue, or has someone had a similar problem?
    Thank you in
    > advance!
    >

  • How to set dreamweaver to not use CSS?

    I know it is frowned upon to not use CSS, but, the reason why
    I want everything done in HTML is because I want to list my page on
    ebay, and ebay does not support the use of css, or at least it
    seems that way, everything has to be purely done in HTML, is there
    a way to set dreamweaver so that it does not automatically make my
    formating turn to CSS?
    Thanks,
    Bill.

    .oO(BKolos)
    >I know it is frowned upon to not use CSS, but, the reason
    why I want everything
    >done in HTML is because I want to list my page on an
    auction, and this auction
    >does not support the use of css, everything has to be
    purely done in HTML
    If it's about eBay or a similar platform, then in fact you
    can use CSS.
    You just have to add a 'style' element to the page body(!) to
    link to an
    external stylesheet. It's completely invalid HTML, because
    the 'style'
    element belongs to the document's head, but it should work in
    almost
    every browser. And since usually the rest of the auction page
    is invalid
    HTML anyway, it doesn't really hurt either.
    See if this helps.
    Micha

  • Change Header Font Color Using CSS doesn't effect

    Hi guys,
    I tried to set the header forecolor in "red" using CSS but no effect.
    Any alternative solution?
    Thanks.
    Criz

    Criz,
    We cannot use the color names in CSS you have to use predefined names
    For Red Header use OraErrorHeader, for more font styles check.
    http://download.oracle.com/tech/blaf/specs/textstandards.html
    Thanks,
    With regards,
    Kali.
    OSSI.

  • TableView columns headers customization using CSS

    Hi,
    I'm trying to customize the TableView columns headers using CSS, but up until now, I was not able to find the CSS class name for the previously mentioned elements.
    Can anyone point me to a document or link where I can find all the available CSS classes for TableView and, why not for all the JAVA FX 2.0 widgets.
    Thanks,
    Alin

    Here's the Oracle CSS Reference guide for JavaFX:
    http://docs.oracle.com/javafx/2.0/api/javafx/scene/doc-files/cssref.html#tableview
    You can also look at caspian.css inside the javafx runtime as it is the default CSS sheet for JavaFX applications and is a good place to see a lot of the style classes in use. The particular class you want is .table-view .column-header{} for individual columns or .table-view .column-header-background{} for the whole table header in general. Hope that helps.

  • We have a 10 person office - all either use Acrobat XI or Reader XI.  One person is on Windows 7.  The rest are on Windows 8 (not 8.1).  I say this because I thought it was a Windows 8 issue, but having the same problems on the Windows 7 machine. We are a

    We have a 10 person office - all either use Acrobat XI or Reader XI.  One person is on Windows 7.  The rest are on Windows 8 (not 8.1).  I say this because I thought it was a Windows 8 issue, but having the same problems on the Windows 7 machine. We are all having problems opening pdf's sent to us from other firms. This has increased in frequency over the past two months. We've checked with the various firms, and their other clients are not having problems. Some pdfs open but with a lot of missing content and strange formatting, others won't open at all.  There are different error messaged depending upon the doc.  Some are regarding the fonts, for example "can't extract the embedded font...."  Others are "insufficient data" errors.  There are more, but for purposes of keeping this short, I won't include them.  Another unrelated issue is that we are having trouble printing excel files to pdf.  The files end up with bad formatting.  I've worked with adobe "chat" support, our IT consultants with no resolution.  I also haven't found any similar "known issue" online  Would very much appreciate any assistance.  Thank you

    The font embedding can be a problem if not done and you are trying to view the PDF and do not have the font on your machine. Acrobat will often try to find a replacement, but it is not always a good choice. Sometimes the "Use Local Fonts" button can be changed in state to resolve some of the viewing issues.
    If you are trying to copy or export info, then it is important that you have the fonts on your system. Otherwise, the message you are getting about embedded fonts would not be showing up.
    As for Excel formatting, be sure that the Adobe PDF printer is selected in the printer screen before you look for the paging and formatting of the file. In most OFFICE programs, if you change the printer the application will reflow the document to best match the printer (called "using printer metrics"). So check before you create the PDF that the layout is correct.

  • Having mail 4.5 issues- open mail and get a new features message so I must import messages first in order to use mail 4.5.  Just recently put in MAC OSX 10.6.7.  Once it imports click done to start using mail, but end up with the rainbow wheel? Now What?

    Having mail 4.5 issues- open mail and get a new features message that says in order to use the new features, I must import existing messages into the new version first in order to use mail 4.5.  Just recently put in MAC OSX 10.6.7.  Once it imports I am to click done to start using mail, but end up with the rainbow wheel of death and it also says you cannot use mail until the import is finished? Now What?

    Is Mail still "spinning"?  If it's been doing that for a while, I'd kill it, using either Activity Monitor or the OS X application picker.  Then relaunch Mail and see what happens.
    Two "by the ways":
    1) Your system details mention an PPC iMac.  Since a non-Intel Mac can't run OS X 10.6, you seem to have another Mac.  You might want to consider updating your system details.
    2) You seem to have been misled by the poor labeling of the message composition fields on this forum into trying to enter your entire post into the "subject" field.  In the future, just enter a summary of your post there and the main text into the field below it.

  • Using ios8 and I can't update apps nor download podcasts? Have tried all noted solutions, except sync to desktop or reinstall. Is anyone having these issues?p

    Using ios8 and I can't update apps nor download podcasts? Have tried all noted solutions, except sync to desktop or reinstall. Is anyone having these issues?p

    updated ipad to IOS8,plus itunes 12.0.1,now when click on itunes-devices-   no  apps, magazines etc are visible except music,movies etc
    what have they done?

  • I just bought my phone few days ago. From the day I bought it I realized the phone heats up after a little use. It gets really hot while using Wifi and downloading. Anyone else having these issues? What's the solution to this?

    From the day I bought it I realized the phone heats up after a little use. It gets really hot while using Wifi and downloading. Anyone else having these issues? What's the solution to this?

    Your VGA is definitely corrupted and it is irreparable, so just make the HP to change your vga.
    Also next time read my post on how to keep your laptop cool to avoid same issues again.
    I assume your laptop was pretty hot during some time and that's the result you've got.
    Make it easier for other people to find solutions, by marking my answer with 'Accept as Solution', if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

Maybe you are looking for

  • 24" iMac 2008 3.06ghz - Freezes/Beach balls/Sometimes can't find hard drive

    Hi All, Recently i've been having alot of issues with my 24" iMac. After reading countless discussions, none seem to have had the same answer as everything i have tried just doesn't seem to have worked?! Hoping you can give me a few more ideas and he

  • Issues or updates today?

    Any issues or updates today? Suddenly, the following behavior: log in, iTunes opens, bounced back to log-in page. iMac   Mac OS X (10.4.9)  

  • I am unable to crop my JPEGS suddenly using Elements 11

    Hi, I have Photoshop Elements 11, and suddenly I am unble to crop my JPEGS.  (I am using an HP computer with Windows 8, if that matters.)  When I click on "Image," "crop" is light and cannot be clicked on.  I have used Photoshop to crop my JPEGS many

  • Canon 5d mark III does not recognize the Canon Speedlite 580EX II is connected

    When I choose External Speedlite control/ Flash function settings on the 5D. I get a dialogue that says This menu cannot be displayed. Incompatible flash or flash's power is turned off. Flash is on. If I take a photo, flash fire's. Pictures are ALWAY

  • Web browser dashboard widget

    help! i'm at my wit's end! i want to do something EXTREMELY simple, but can't figure it out i need to make a dashboard widget that displays a web page in an iframe i've tried and tried and tried and i can't get it to work the web page i want to displ