Is it possible to override CSS for Region Background ???

I'm trying to use OracleXE - APEX as my main Portal. The look & feel of the page is important, since I don't like to look just like any other out of the box application I like to setup a custom Theme or custom Style.
Since we don't have a lot of themes going on, and I like to keep things simple. what about this positioning trick:
In a html region enter the following code:
< img STYLE="position:absolute;TOP:350px;LEFT:600px;" src="http://www.oracle.com/admin/images/ocom/oralogo_small.gif" />
This will put the Oracle Logo in the specific position of the page required. It worked ok for areas or regions without Text. I'm not able to put as background just like the Body
in the main page background
[ [b]Trying to put a background Image to a Page no-repeat top left failed. ]
Is just a little trick to put images in some sections of the page, If somebody have some ideas regarding how to override the style setting of some HTML Region for some pic or color background it would be great !!!.
I look a lot into: Region HTML table cell attributes but no luck.
Best Regards Dino.

You should be able to replace it with any ifilter you want, this is the procedure for installing it:
Install PDF iFilter 9.0 (64 bit) from
http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025)
Download PDF icon picture from Adobe web site
http://www.adobe.com/misc/linking.html (http://www.adobe.com/misc/linking.html)  and copy to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IMAGES\
Add the following entry in docIcon.xml file, which can be found at: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\XML
<Mapping Key="pdf" Value="pdficon_small.png" />
Add pdf file type on the File Type page under Search Service Application
Open regedit
Navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\15.0\Search\Setup\ContentIndexCommon\Filters\Extension
Right-click > Click New > Key to create a new key for .pdf
Add the following GUID in the default value
{E8978DA6-047F-4E3D-9C78-CDBE46041603}
•Restart the SharePoint Server Search 15
•Reboot the SharePoint servers in Farm
•Create a Test site (with any out-of-box site template) and create a document library upload any sample PDF document(s).
•Perform FULL Crawl to get search result.
Once the crawl is completed we will get search results.
Kind regards,
Margriet Bruggeman
Lois & Clark IT Services
web site: http://www.loisandclark.eu
blog: http://www.sharepointdragons.com

Similar Messages

  • How do I: swap image in background when I have overriding CSS for that div

    Hi: let's see if I can properly explain this delema:
    Goal: I want to hover on spry menu main menu items and have the container background image change
    Catch: I am using a template and have different background images on each page so I had to insert an inline CSS rule for the container bg image that overrides the template.
    Now I want the background image to change when I hover over the main menu items
    any ideas??
    site can be seen at www.summitcreekcapital.com
    THanks, Nancy

    I don't see any real need to switch style sheets for something as mundane as change of bg image.  Here's an alternative:
    1) Add this to the head of your pages right before the closing </head> tag:
    <script type="text/javascript" src="/js/bgSwitcher.js"> </script>
    <link href="/css/bgimages.css" rel="stylesheet" type="text/css">
    2) Then edit your menu items to add an onmouseover event that calls the "newbg()" function, with a memorable classname as a parameter appropriate for each menu item, like this:
    <li><a href="firm_overview.html" onmouseover="newbg('foverview')">FIRM OVERVIEW</a></li>
    <li><a href="firm_team.html" onmouseover="newbg('mteam')">MANAGEMENT TEAM</a></li>
    <li><a href="code.pdf" target="_blank" onmouseover="newbg('cethics')">CODE OF ETHICS</a></li>
    Please note my classnames were crafted to reflect the text of the link, like "Firm Overview" -> "foverview" rather than the imagename you will be using for the bg, so in the future if you decide to change that image, the classname will still make sense for that link!
    3) and then in an external style sheet named "bgimages.css" which I've put in a /css/ folder (but you are free to rename all these paths, filenames etc)
    put these:
    .oneColLiqCtrHdr #container.foverview {
        background: url(../pic01.jpg);
    .oneColLiqCtrHdr #container.mteam{
        background: url(../pic03.jpg);
    .oneColLiqCtrHdr #container.cethics{
        background: url(../pic02.jpg);
    Change the images and paths as needed of course. As always the path is always relative to the location of this css file.
    4) And finally, in an external js file name "bgSwitcher.js" which I've put in a /js/ folder, paste this:
    function newbg(classnm){
         var d=document;
         if (!d.getElementById) return;
         var c=d.getElementById("container");
         if (!c) return;
         c.className=classnm;
    Hope that all makes sense.  If I left you confused at any step just let me know.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Is it possible to override the built-in PDF format handler with a custom IFilter for PDF?

    Hi,
    SharePoint 2013 comes with a built-in "format handler" for PDF now, so it can index PDF files out of the box. This is great for most users, as it now no longer is necessary to install a third-party IFilter for crawling PDF documents.
    My question is, is it possible to override the built-in format handler for PDF with a custom IFilter for PDF? I played with the Set-SPEnterpriseSearchFileFormatState and Remove-SPEnterpriseSearchFileFormat cmdlets. While it is possible to deactivate
    the built-in format handler, I was not able to remove it and to create a new one that activates a custom IFilter for PDF files.
    Background of the question: While the new built-in format handler for PDF will probably be sufficient for many SharePoint users, some need additional capabilities regarding indexing if PDF documents, e.g. extraction of custom metadata from PDF's document
    information dictionary and embedded XMP metadata. PDFlib GmbH, the company I work form, sells an IFilter for PDF, and of course we would like to continue to offer this for SharePoint 2013.
    Thanks
    Stephan

    You should be able to replace it with any ifilter you want, this is the procedure for installing it:
    Install PDF iFilter 9.0 (64 bit) from
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025)
    Download PDF icon picture from Adobe web site
    http://www.adobe.com/misc/linking.html (http://www.adobe.com/misc/linking.html)  and copy to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IMAGES\
    Add the following entry in docIcon.xml file, which can be found at: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\XML
    <Mapping Key="pdf" Value="pdficon_small.png" />
    Add pdf file type on the File Type page under Search Service Application
    Open regedit
    Navigate to the following location:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\15.0\Search\Setup\ContentIndexCommon\Filters\Extension
    Right-click > Click New > Key to create a new key for .pdf
    Add the following GUID in the default value
    {E8978DA6-047F-4E3D-9C78-CDBE46041603}
    •Restart the SharePoint Server Search 15
    •Reboot the SharePoint servers in Farm
    •Create a Test site (with any out-of-box site template) and create a document library upload any sample PDF document(s).
    •Perform FULL Crawl to get search result.
    Once the crawl is completed we will get search results.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Override css font color for input textfield?

    I'm trying to override a font color for an input field that
    is defined in a css. My css for the field looks like this:
    input.text {
    font-size: 1.5em;
    color: #602E0C;
    width: 400px;
    I've added input.textfieldHintState { color: #999; } below it
    but its not displaying the new color for the hint. The hint is the
    same color as before. I'm trying to make the hint in the input
    field somewhat grayed out.
    Anyone know how to do this?

    Thats a great example of CSS specificity.
    (learn more about it here:
    http://css-tricks.com/specifics-on-css-specificity/)
    If that doesn't help you out, do you have a online
    page?

  • CUCM 9.1.2 CSS for CFA/CFNA using SLRG

    All offnet outgoing calls are successfull, while using local route groups in CUCM. My CSS includes pt_internal and pt_local (but I know it would ring offnet without any CSS assigned to line/device because device pool matches it's local gateway.
    But when I use CSS which matches to 9.XXXXXXXXXXX/pt_local>RL local>SLRG in CFNA or CFA incomong call on this phone fails.
    What's the matter with it? Is it possible to use local route groups for css for CFNA or CFA not making route patterns for each region?

    Hi Andrey
    As Shenbagarajan mentioned above (+5) , during the CFA or CFNA scenarios the call is routed as per the devicepool settings or the originating device and not the end point from where the call is being forwarded.
    "Cisco Unified Communications Manager uses a special Local Route Group that can be bound to a provisioned route group differently based on the Local Route Group device pool setting of the originating device. Devices, such as phones, from different locales can therefore use identical route lists and route patterns, but Cisco Unified Communications Manager selects the correct gateway(s) for their local end."
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/9_1_1/ccmfeat/CUCM_BK_C3E0EFA0_00_cucm-features-services-guide-91/CUCM_BK_C3E0EFA0_00_cucm-features-services-guide-91_chapter_0100101.html
    CSS only plays a part in choosing the route pattern. So you need the correct CSS or Call Forward CSS on the forwarding device but correct device pool is required from where the call is originating which can be a trunk , G/W , phone etc.
    Regards
    Aditya Gupta

  • Java Swing/AWT and FX is so old school! Give me HTML and CSS for GUI!

    Dear Java,
    I am a seasoned programmer and I feel it's time JAVA implements a GUI system where it uses HTML and CSS for the GUI. For the love of god just look at the interfaces you can make using HTML and CSS alone. I am a big fan of Java Swing and the recent GUI designer for FX is quite cool. But they are just not as simple as HTML and CSS. And JavaFX has some interesting requirements for the graphics.
    I know it is possible to use JavaFX and implement the WebView/WebDriver and make it load a HTML page, etc... but why go through all the trouble?
    Just imagine... if you make Java where it has powerful back-end to do what it does best and the HTML/CSS powered GUI on the front-end. It will make the lives of many developers much much easier.
    I am not sure whether a Swing designed GUI will be faster than a HTML designed GUI... but if you look at a traditional browser and how fast it renders HTML/CSS, I am sure if Java had a native Form where it uses HTML and CSS to render the GUI, Java will make the dreams of many programmers a reality.
    Make it happen!!!!

    Check this i solve problem just now using this
    https://wiki.archlinux.org/index.php/Ja … ow_Manager

  • Changing CSS for form field elements?

    Hi,
    Is there a way we can change the CSS for Form text fields in APEX 4.1 so that they look a little better? Or is the .css file located somewhere where we can just go and change?
    Thanks,
    Sun

    Hi,
    If you are referring to changing the CSS properties then you can do that.
    Add /override styles to the page item's HTML Form Element Attributes
    style="<cssproperty1>:<value1>;<cssproperty2>:<value2>;"
    e.g.
    style="background-color:red;color:yellow;"Red/yellow is certainly not "looking better", the idea is to give you the direction.
    If you know the class of the item(s) then you can change the styles by overriding the built-in style of the template by adding the &lt;style&gt; in the Page HTML
    Header as well.
    Or, define your own class, add the class to the HTML Form Element Attributes field and adding the style in the Page HTML Header.
    regards,

  • How to create hyperlink for region

    I have page which contain two region.i want to create a link for each region. when i click the first link
    first region should display,viceversa
    Actually how to create link for region?
    Thanks and regards
    skud

    Hi Bosamiya and vee,
    Thank you very much...
    but,
    when i run my page it shows three tabs (*show all*,*region1*,*region2*).
    How to disable that show all tab?
    i want to show only region1 and region2 tabs.
    Is it possible to disable the show all tab?
    Thanks and regard,
    Skud.

  • Is it possible to move items betwen regions using personalizations

    Is it possible to move items betwen regions using personalizations?

    Hi,
    1. Can I create new item using personalization and refer to the item in the another region (for example there are 2 regions in my page R1 and R2, R1 has fields a,b,c and R2 has salary,empno,deptno , so can I create a field FFF in R1 and refer to deptno in R2.Suppose you have a 2 region like R1 & R2.
    R1 contains three MessageTextInput Box. (eg a,b,c)
    R2 contains three MessageTextInput Box. (eg x,y,z)
    Then you can create a new item in any region & its will only impact your UI. (i.e. It will be displayed under the region where you have created it.)
    2. if answer to above question is yes, then if user changes the value in deptno, will this get updated in the apps.The data in the new field won't update the automatically unless & untill, you attach EO based VO to the newly created item.
    Hope you are clear.
    Regards,
    Gyan

  • Alternative style-sheet (CSS) for printing

    Hi folks.
    Anybody knows if it is possible to tell VisualComposer to use a different CSS for printing. That's a common trick to getter printer friendly output. Take a look on: http://webdesign.about.com/cs/css/a/aa042103a.htm.
    Thanx a lot,
    Harald

    Hi Harald,
    Unfortunately, I can't think of such way. In EhP1 we introduce a real export to Excel functionality, so it would be better to export it to excel and then print it from there.
    Regards,
    Natty

  • Is it possible to Override Flex Default behaviour of loading Images on mouse scroll over ??

    Hi ,
    I am displaying Images on to a DataGrid .
    This works fine .
    My question is that  ,  Flex 3 is not loading all the Images at once , its loading Sometimes on mouse scroll down on a
    browser and sometimes on Mouse down .
    I dont want to have this behaviour , is it possible to override such behaviour and load all the Images at once ??

    Hi,
    What has been going wrong with your post ? You can use external USB sound card for your laptop. Here are few of them:
      http://www.shopbot.com.au/external-sound-card-usb/​price/australia/582295
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Overriding toString for enum constants

    can anybody please point me to some sort of example or documentation for overriding toString for (individual) enum constants. the javadoc indicates that this should be possibly but it is not entirely clear to me how to do so.
    thanks in advance

    i had actually coded the following before posting, I just wanted to find alternatives or "best practice":
    protected static enum WorkflowState {
              REFERRAL_CREATED,
              QUOTE_CREATED,
              ORDER_APPROVED,
              ORDER_CREATED;
              public String toString() {
                   String str = null;
                   switch(this) {
                   case REFERRAL_CREATED:
                        return "Opened";
                   return str;
         }

  • Is it possible to override authorative reverse DNS lookups?

    Hello,
    I am part of collaborative workgroup which has a group of networked computers that are installed at each others sites. This means that often a server has two names - a "site name", which is the name in DNS, such as BigFoot.yale.edu at X.X.X.5 and a "workgroup name", the name used by the group for distributed processes, such as YaleBigFoot.workgroup.net also at X.X.X.5 in our /etc/hosts file.
    We are trying to use globus and GSI authentication in between the servers which requires valid reverse dns lookups, such that a CN=host/ .
    On unix'y servers, this requires setting up a rather comples /etc/hosts and editing /etc/nsswitch so that /etc/hosts is used authoritively for all lookups.
    I have been trying to replicate this behavior for our Mac users, and I'm running into problems. I have read all the "reverse dns" documentation I can - and it appears that my problem is different.
    I have setup a /etc/hosts file and a /etc/lookupd/hosts configuration file and a /etc/named.conf section for workgroup.net and a /var/named/workgroup.net.zone file.
    However I still get the following output:
    $ host yale-bigfoot.workgroup.net
    yale-bigfoot.workgroup.net has address X.X.X.5
    $ host X.X.X.5
    X.X.X.5.in-addr.arpa domain name pointer workgroup-router-node.net.yale.edu.
    Is it possible to override the authorative reverse lookups?
    Thank you in advance,
    Brendan
    PS: names and address are not actual
    17' SuperDrive Powerbook G4   Mac OS X (10.4.6)  

    However, you can achieve do something that looks similar to overriding.
    class Parent {
      Parent(int i, String s) {
        // do stuff
    class Child extends Parent {
      Child(int i, String s) {
        super(i, s);
        // do Child stuff here
    new Parent(1, "abc");
    new Child(2, "xyz");Although that's not overriding, it sort of looks similar. Is this what you were talking about?

  • New css for jquery ui tabs

    I would like to be able to change the css on my jquery tabs widget on one page without it effecting the css for my tab panels on other pages.  right now when i change it on one page it changes it on the other and that is not what i want to do... thanks
    avery

    Open your Template.dwt file and make sure there is an editable region for the <head> tag.  It should look like this:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Save template and populate changes to child pages.  Now you can insert scripts and links to external CSS files into your child pages.
    Nancy O.

  • How Do I Use a SINGLE Custom CSS for My Project?

    How do I set a single CSS for a project?
    Currently, I have linked (I checked, they are actually linked) FM files. The project is Responsive HTML 5 Single Source Layout. It is set up this way:
    Project Files
    Each FM file has a folder that contains a CSS, an FPJ, any baggage (PNG, for example) and an HTM.
    So, for my project, I have 31 such folders.
    Above them is RHStyleMapping.css.
    That's it
    To map my project to a custom CSS, I did this:
    1) Created the custom CSS (let's call it TheSingleCSS-sb01.css) and put it in the same location as RHStyleMapping.css.
    2) Right-clicked Responsive HTML5 (Primary Layout) in the Single Source Layouts pane.
    3) Selected Properties. The Responsive HTML5 Properties dialog box opens.
    4) Click Content, select  the Apply to all Topics check box, select CSS, and choose my CSS, TheSingleCSS-sb01.css.
    5) Click Save and Generate. Generating happens.
    6) When prompted, click View Result.
    7) Double-click one of the resulting topics, and choose the HTML tab.
    8) Notice the following CSS files are referenced, NOT the one I want:
    <link rel="stylesheet" href="Configuration_ChangeWorkflow.css" type="text/css" />
    <link rel="stylesheet" href="..\..\RHStyleMapping.css" type="text/css" />
    <image>
    So:
    1) How can I replace 32 individual CSSes with one single custom CSS?
    2) Also note that Project Manager does not display my custom CSS, even though it is in the same location as RHStyleMapping.css and referenced in the Properties dialog box.
    Thanks all,
    Sean

    Hi, so as I mentioned before, I have used Apply to all and this doesn't work. The resulting HTML still uses a specific CSS for that one HTML file.
    1) I put the CSS I want to use, Sean01.css, in the top level of my project using Windows Explorer.
    2) I Save and Generate.
    3) But, my settings for styles in the CSS are not used. For example, FM_GlossaryDefinition is defined with a 0 left indent but actually uses a 144pt indent (that mirrors the print FM document and that I do not want).
    4) And, you can see from the actual HTML, that the Sean01.css file that I applied to all topics (see the first image) is not referenced. What am I doing wrong?
    What am I doing wrong? Again, these are imported FM files; this is not linked.
    Thanks,
    Sean

Maybe you are looking for