Logo/picture to menubar? simple css problem?

Hi, I'm having a problem getting a logo to appear correctly in a horizontal menu bar. It appears to be fine in IE 8, Safari 5, Chrome, and Firefox. However in IE 7 and lower it does not seem to display correctly. The only conditional notes I have for IE 7 and lower deals with the slideshow on the page which shouldn't be affecting the menubar as it is in a different div.
Here is the url: www.elementcentral.com
Any advice? I could really use some help- I've tried quite a few things but to no avail...
Thanks for any help you can offer and I'm more than happy to clarify or anything else!
Sincerely,
Matt

Anyone? I'm thinking its just something simple but I can't figure it out for the life of me heh.

Similar Messages

  • Very simple CSS problem - ive given up :(

    please help a brother out:(
    im desinging a page with 3 separate HTML files, and a PHP
    file calling them.
    problem: i cannot get rid of 1px space in top margin :(
    i have tried everything
    ps! top-margin: -1px doesnt work
    my website link:
    http://www.heat.ee/newhome/[/L]
    3 html files + php
    thnx for your help!

    On Sun, 21 Oct 2007 20:18:42 +0000 (UTC), "vortons"
    <[email protected]> wrote:
    >please help a brother out:(
    >
    > im desinging a page with 3 separate HTML files, and a
    PHP file calling them.
    > problem: i cannot get rid of 1px space in top margin :(
    > i have tried everything
    >
    > ps! top-margin: -1px doesnt work
    >
    >
    http://www.heat.ee/newhome/
    >
    http://www.heat.ee/newhome/files.zip
    >
    > thnx for your help!
    Further to Tim's comments - there are css codes within the
    body -
    which is incorrect.
    Validation gives more info:
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.heat.ee%2Fnewhome%2F&charset=%28detect+ automatically%29&doctype=Inline&ss=1&group=0&verbose=1#line-40
    ~Malcolm N....
    ~

  • How can I put a logo, picture in a header in Pages 5.2.2?

    I would like to put a logo, picture in the header of a document. However when I click on the header it appears to only allow page number, date, time stuff.
    Pages 5.2.2
    OS X 10.9.5

    PeterBreis0807 wrote:
    Upgrade to either Pages 5.5.2 (requires Yosemite), or Pages '09 (runs on all versions of OS X since 10.4.11) which has this plus 100+ more features missing in Pages 5.x.
    Otherwise use Master Objects.
    Peter
    Hi Peter,
    I thought the OP could upgrade to Pages 5.5.2
    If not, it is rather like someone complaining that Numbers 3.0 can't do what Numbers 3.5.2 can do.
    Regards,
    Ian.

  • Real simple xslt problem/question

    Hi, i have a real simple xslt problem but i just cant figure out how to do it by looking at various examples on the net. i have a xml document and in it are some elements with a "result" tag name. i want to use xslt to reproduce exactly the same xml document except with an attribute called "id" added to those elements with a "result" tag name. i'm sure that theres a simple solution to it but i just cant figure it out. any helps greatly appreciated, thanks

    Start with the XSLT identity transform (I don't have it handy and it's fairly long, but you should be able to google it up). Add this:<xsl:template match="result">
      <result id="">
        <xsl:apply-templates>
      </result>
    </xsl:template>

  • JDeveloper IDE simple setting problem

    Hi,
    Recently we switched to JDeveloper from Visual Cafe .I have a simple setting problem.How can I set the options so that IDE gives, the core java classes and packages,and our application classes and packeges, prompts in imports as well as in code.Where to set the options.
    eg: when I write
    import java. it should prompt all the pakages.
    Thanks in advance.
    -Gopal
    null

    I am not sure I understand what you are requesting, but ...
    You can configure JDeveloper projects to include various libraries by default.
    This is done by selecting menu Tools | Default Project Properties.../ Libraries tab.
    You should define a library for your classes.
    You can import any of the packages / classes from all the libraries which your project includes.
    It would be incorrect for a tool to automatically add a bunch of import lines at the top of every file because each file should import what it needs and just as importantly, not import what it does not need depending on the component type (e.g. a servlet should not include javax.swing.* ).
    An easy way to import elements into JDeveloper is to type in something like:
    import java.
    // and then type in Ctrl Space
    and this launches the package browser, you can select packages or classes to import.
    You can also do this at the variable declaratiton point such as typing in:
    foo() {
    Frame x
    // Press Control Alt Space
    and this will correctly change the type (Frame) to the type you select in the package browser and add the import statement.
    -John
    null

  • Css problem in internet explorer

    Hi to all!
    On my page as part of the page template I have build in a little drop-down user panel on the left top of the page.
    html:<div id="userpanel">
      <span><img src="'#APP_IMAGES#openSlidedown.png" /> <a>logon: &APP_USER.</a>
      <div id="userpanel_hsreg"><p>Autorisiert für: &APP_CODES_DISP.</p>
      <p>| #NAVIGATION_BAR#</p>
      </div></span>
    </div>css:#userpanel,
    #userpanel * {
            position:relative;
         font-family:verdana; font-size:12px;
         margin:0; padding:1px; border:0;
         white-space:nowrap;
    #userpanel a,
    #userpanel span { display:inline-block; }
    #userpanel>span>a { color:#999; }
    #userpanel span:hover div { display:block; }
    #userpanel>span:hover > a { color:black; }
    #userpanel_hsreg {
              display:none;
              position:absolute;
              left:+5px;
              top:+24px;
              background:#fff;
              padding:10px 18px;
              line-height:180%;
              border:1px solid silver;
              border-radius: 6px;
              box-shadow:1px 2px 5px #aaa;
              z-index:99;
    #userpanel>span>a {
              border-bottom:1px solid silver;
              margin-top: 5px;
              }So what happens is this: if the user hovers over the "+logon: username+", a little box pops up with some further information (the item &APP_CODES_DISP.) and the logout-link. Below this link, the Navigation bar starts. So while the box pops up, it covers a part of the region below, what its meant to do.
    The promlem is, that this doesnt work in Internet Explorer properly, when its launched from apex. Instead, the popup-box is displayed behind the region below. In Mozilla, as always, everything worls fine. This problem ocured already, when I opened the html-file from desktop, but I fixed that by putting the z-index-attribute in. Only now, in Apex, its still now working in IE. I am not that of an expert in css. I have tried different XHTML declarations in the header, all no difference.
    The current one:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">This might be a bit of a tricky issue, so I dearly hope, someone can help me. (Similar problem like the other threat I started recently here where the round-corner attribute is not working in IE-Apex, but this time its a bit more vital. :) )
    I have v 4.0.2.
    Thanks and greetings,
    tobi

    Hi again!
    This turns out not to be an APEX-issue, as I tought first, but rather a css-problem. Maybe therefore I'm in the wrong forum, but maybe someone can help me anyway.
    I have created two pages with the relevant element: (login with test/test please) one page with standard tabs and another with my own html-navigation. Now Internet Explorer has the option "Compatibility View" which in our company is activated by default. On page 1 it makes no difference, but on the second, with Compatibility View on, the drop-down box apeares behind my selfimplemented navigation bar. WHY IN GODS NAME DOES THIS HAPPEN??
    I have posted the same question in a german web-developer forum (here) also, because its quite urgent that I solve this, and as I mentioned above, many colleagues work with IE.
    So if anyone here is a css-IE9-expert... :)
    Thanks and best regards,
    Tobi
    edit: ok, its solved. The userpanel-div needed a "z-index:1;" attribute for IE. :)
    Edited by: tpetri on 03.09.2012 09:53

  • Logos & Pictures in Adobe Reader

    HELP!! When I save a document from Word or Publisher 2007, the logos appear with a black or white (depending on the colour of the background in the document) box (the dimensions of the logo picture file) around them, when before the logo had no background colour at all. Also if there is a shadow around a picture, it will make the shadow completely coloured instead of fading into nothing. I have uninstalled and reinstalled everything to do with Adobe and it is still doing the same thing. Also what seems to be happening is that the PDF file is a lot larger then it should be. When a large document is saved normally it become a lot less in MB but now it seems to save a lot large in MB.
    It isn't the Word or Publisher document as I can open the same doc on another computer and save as a PDF and it works perfectly. Is there some sort of setting that has been set up that I'm not aware of? I am running version 9.3.3.
    ***** Please see screen shot below - You will see there is 2 logos at the bottom, that have a black box around each and have almost completely covered the logo and also a picture of a leaf that was supposed to have no background colouring.*****

    Good that you provided the screenshot.
    Notice that at the very top, Reader is saying that your are viewing this document in PDF/A mode. PDF/A is an archival standard that does not allow for transparency in the document and the logos and pictures in the source document have transparency.
    The PDF creation application (looks like you are using the native Save As PDF in Word 2007) needs to deal with this situation (where the document has transparency and PDF/A does not allow it).
    You have two options:
    a) Turn off the PDF/A option in your creating application (click on the Options button when you do a Save As PDF and turn off ISO 19005-1 compliant option.
    b) If you do need to create PDF/A documents, try Adobe PDF Creation tools with Acrobat 9. They do a much better job at degrading transparency in such cases.
    -abhigyan

  • Upload Logo/Picture in t-code CRM_SURVEY_SUITE

    Hi all,
    I'm working in SAP CRM 5.0.
    Is it possible to upload picture in t-code CRM_SURVEY_SUITE?
    Could you guide me to upload logo/picture in t-code CRM_SURVEY_SUITE?
    Thanks and Best Regards,
    Fariz

    Hi,
    Yes thats possible.
    Create your image as a mime object and then give the path of the same in the questionnaire.
    Regards,
    Nikhil

  • Simple OOP Problem. Help!

    This is just a simple OOP problem that i cant decide on a best
    implementation for.
    im passing an object to an instance of, 'TabbedFrame', which is just
    a frame with a Tabbed Pane in it that is holding custom panels.
    however, these custom panels need access to the object being
    passed to 'TabbedFrame' and to some methods in it.
    i cant make them static however so how do i gain access to them?
    is my only option to pass the 'TabbedFrame' to each panel?
    like - jtabbedpane.add( "Panel 1", new mypanel1(this));
    here is code:
    new TabbedFrame( DataObject );
    public class TabbedFrame{
    public TabbedFrame(DataObject do){
    this.do = do;
    jtabbedpane.add( "Panel 1", new mypanel1() );
    DataObject do;
    public class mypanel1{
    public mypanel1(){
    // need access to DataObject of the 'TabbedFrame' object that instantiated
    // this 'mypanel1' and to some of its methods
    }i would just pass the DataObject to evey panel (there are 12) but
    i also need to be able to call methods in the 'TabbedFrame'.
    Any help would be appreciated!

    Modify mypanel1's constructor:
    public class mypanel1{
    TabbedFrame tf;
    public mypanel1(TabbedFrame tf){
    this.tf = tf;
    // need access to DataObject of the 'TabbedFrame' object that instantiated
    // this 'mypanel1' and to some of its methods
    DataObject theDo = tf.getDataObject();
    tf.someMethod(); // Call method on the TabbedFrame
    }In TabbedFrame:
    public TabbedFrame(DataObject do){
    this.do = do;
    // Modify call to constructor to pass "this" TabbedFrame.
    jtabbedpane.add( "Panel 1", new mypanel1(this) );
    }

  • My iPod is stuck on the startup screen, showing just the apple logo. Has anyone had this problem before? If yes, then how did you solve it?

    My iPod is stuck on the startup screen, showing just the apple logo. Has anyone had this problem before? If yes, then how did you solve it?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Can anyone provide a simple css file for Apex Application

    Hi,
    Can anyone provide a simple css file for Apex Application please don't mention W3schools link to learn...
    Regards,
    Pavan

    in each item have ..HTML Form Element CSS Classes .e.g style="color:red",  you can change whatever you want!
    or using CSS at page header level.
    check the page: http://apex.oracle.com/pls/otn/f?p=25110:3:0:::::
    more css and JS file in Google drive(If my application/js/css breaks your computer, your database, your car's transmission anything it's your fault not mine, I have nothing to do with it and will deny all responsibility.)

  • Upload Logo/Picture in BBP_EVAL_SURVEY

    Hi Expert,
    I use SRM 7.0
    I want to clarify for logo/picture in Questionnaire.
    It is possible to put logo/picture in Questionnaire (t-code BBP_EVAL_SURVEY)?
    Need your response.
    Thanks and Regards,

    Hi,
    Yes thats possible.
    Create your image as a mime object and then give the path of the same in the questionnaire.
    Regards,
    Nikhil

  • Yes another strange IE CSS problem

    Hi all,
    I was wondering if some kind soul could help me work out
    hopefully my last CSS problem. If you look at my site:
    http://www.aclighting.com/shop/
    in IE you will see a light blue line at the bottom of the left hand
    side navigation menu. In Firefox and other browsers it isn't there,
    they are behaving, but I can't work out why IE is showing that
    there.
    This is the HTML
    Class mid is what shows the blue line.
    #shop #content-wrapper #menu .mid {
    background: url(/images/menu_div.gif) no-repeat left top;
    padding-top: 9px;
    padding-left: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 100%;
    I don't understand why its showing near the botton in IE.
    Steve

    Doooza wrote:
    > Hi all,
    > I was wondering if some kind soul could help me work out
    hopefully my last CSS
    > problem. If you look at my site:
    http://www.aclighting.com/shop/
    in IE you will
    > see a light blue line at the bottom of the left hand
    side navigation menu. In
    > Firefox and other browsers it isn't there, they are
    behaving, but I can't work
    > out why IE is showing that there.
    > I don't understand why its showing near the botton in
    IE.
    Its on you background image?
    http://www.aclighting.com/images/menu_bottom.gif
    IE is probably making a container slightly higher for some
    reason and
    therefore shows more of te background image.
    Just use a 'dedicatted' background image minus the blue line

  • I already downloaded bbm, but the problem some of my friends i can see their profile pictures and there is a problem to invite a contact either barcode and through pin. Did you experience the same problem with mine???

    I already downloaded bbm, but the problem some of my friends i can see their profile pictures and there is a problem to invite a contact either barcode and through pin. Did you experience the same problem with mine???

    I am sorry but your question is not completely clear. What Apple product are you having problems with?
    If English is not your primary language, try posting in your native language.
    Best of luck.

  • How to add logos/picture in Login screen.

    Hi,
    I wanted to add logos/picture in Obiee login screen.How to achive this.Please let me now the solution.

    Oracle logo to Company Logo_
    Drive:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\sk_blafp\login
    Drive:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\sk_blafp\b_mozilla_4
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\.appmergegen_1291264099332\analytics.ear\ukjjdc\res\sk_blafp\b_mozilla_4
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\.appmergegen_1291264099332\analytics.ear\ukjjdc\res\sk_blafp\login
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\b_mozilla_4
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\login
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\FMW Welcome Page Application_11.1.0.0.0\upd42q\war\images
    Powered By_
    Drive:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\.appmergegen_1291264099332\analytics.ear\ukjjdc\res\s_blafp\images
    Drive:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images
    Catolog to Workbench_
    Drive:\Oracle\Middleware\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\uicmsgs
    saw.availabledata
    <WebMessage name="kmsgCatalogCaption"><TEXT>Catalog</TEXT></WebMessage>
    saw.catalog
    <WebMessage name="kmsgCatalogStartingWindowTitle"><TEXT>Oracle BI Catalog</TEXT></WebMessage>
    <WebMessage name="kmsgCatalogWindowTitle"><TEXT>%0% - Oracle BI Catalog</TEXT></WebMessage>
    saw.header
    <WebMessage name="kmsgHeaderCatalogPage"><TEXT>Browse Catalog Folders...</TEXT></WebMessage>
    Reference_
    http://prasadmadhasi.com/2011/10/04/images-and-logos-path/
    Customizing Oracle Business Intelligence Enterprise Edition 11g An Oracle White Paper
    http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
    also
    Oracle BI EE 11g – Styles, Skins & Custom XML Messages
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    ttp://bintelligencegroup.wordpress.com/2010/09/02/customize-user-interface-in-obieeskin-and-style-files/
    Thanks,
    Balaa...

Maybe you are looking for