CSS and more - Problem

Hi people,
j have found this
http://www.dhtmlgoodies.com/index.html?whichScript=ajax-tooltip
but i don't know how I implement this in apex.
So that i have i general question.
How can i implement my own css and in which way can i use these?
is there a how to or something?

Hello,
You can maintain your own, external (preferably OS level) CSS file, and load it using your page template, the same way APEX loading its own CSS file.
If you look at your page template, in the HTML Header section, you'll see something like this:
<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_5/theme_V2.css" type="text/css" />In this case this is the CSS file for theme 5. You can put your own CSS file in the same directory as the rest of your theme file, and use a similar link.
Take into consideration that because the cascading effect (the first C in CSS) you need to load your file after the original APEX files, so in case you are targeting the same selectors (elements/attributes), yours will get precedent.
The best place to start learning a bit more about CSS is the following http://www.w3schools.com/css/default.asp
Hope this helps,
Arie.

Similar Messages

  • Css and RequestDispatcher problem

    I'm using JBoss + embedded Tomcat (not using apache
    yet in development).
    I have problem with JSP and css. My JSP includes css
    with this tag:
    <link rel="stylesheet" href="style.css" type="text/css">If I access the JSP directly from web-browser IE5
    to http://127.0.0.1:8080/myContext/fileName.jsp ,
    it's displayed correctly.
    However, if I let a servlet dispatch the JSP, the css didn't
    included somehow (browser displayed the JSP without css-formatting).
    RequestDispatcher dispatcher = getServletContext().
                             getRequestDispatcher("/fileName.jsp");
        if (dispatcher != null)
            dispatcher.forward(request, response);
        /* ... */I put css and JSP in the same subdir. Is this a Tomcat error, or
    I forgot to set something in the request object, or
    I need to append something to "/fileName.jsp"?
    Thanks in advance.
    Verdi

    Unfortunately, the solution I found was to "hardcode" the absolute path. For example:<link rel="stylesheet" href="<%= request.getContextPath() %>/style.css" type="text/css">There're another way I think may preserve the context
    path, that is to use response.sendRedirect. Problem with
    this approach is however, you can't embedd javabean
    as "attribute" cause attribute will be removed in the new request (of redirected jsp).
    -- Verdi March --

  • Latest firmware update and more problems with 30" external displays?

    Hello,
    New macbook pro user since a few weeks, so first post here.
    I'm aware of various issues with the displayport to dual-dvi adapter, especially with 30" 2560x1600 monitors. All threads I've found on are 1-3 years old though.
    I got my 17" macbook pro a few weeks ago and I've had very few problems running my 30" dell 3008wfp as external screen. I had issues at times getting it to work after boot up, with blackout and various errors (problems I've read about in older threads), but once stable it would work without issues for days.
    Yesterday the macbook found and installed a new firmware update, and wow, all **** broke lose. The external screen won't run at 2650x1600 for more than a minute before blacking out or suffering major graphical errors. Ironically one of the key points in the firmware update is better support for external monitors...
    It will run nice and stable mirrored at 1920x1200, but not at 2650x1600.
    Is anyone else in a similar situation after the latest update?

    Hello,
    New macbook pro user since a few weeks, so first post here.
    I'm aware of various issues with the displayport to dual-dvi adapter, especially with 30" 2560x1600 monitors. All threads I've found on are 1-3 years old though.
    I got my 17" macbook pro a few weeks ago and I've had very few problems running my 30" dell 3008wfp as external screen. I had issues at times getting it to work after boot up, with blackout and various errors (problems I've read about in older threads), but once stable it would work without issues for days.
    Yesterday the macbook found and installed a new firmware update, and wow, all **** broke lose. The external screen won't run at 2650x1600 for more than a minute before blacking out or suffering major graphical errors. Ironically one of the key points in the firmware update is better support for external monitors...
    It will run nice and stable mirrored at 1920x1200, but not at 2650x1600.
    Is anyone else in a similar situation after the latest update?

  • More and more problems with Quicktime!

    With the previous QT update, I lost the ability to change export settings for sound: I'm stuck on AAC, sample rate 11.025 kHz, Stereo.
    With the most recent QT update, I can't export at all! I get error message "Failed: Export process terminated unexpectedly (10)."
    Any help? Can I reinstall QT and start afresh?

    You might try resetting the PMU or SMU button on that machine. I believe the instructions to do this are in your owner's manual... what it does is reset the power management system wideand more... I've seen this fix fussy Firewire busses and make things work again with drives or camera/deck problems.
    There are tech articles about this on the apple site, but you need to search for your particular flavor of mac to get the instructions as to where this button is on different models. some Macs have SMU and some have PMU... but essentially I think they do much the same thing when reset. It's easy once you know how to do it...
    Jerry
    PS... found the article here: http://docs.info.apple.com/article.html?artnum=301733

  • Flash, CSS, and Firefox problem

    Hello.
    I have an html document that is built using CSS (div tags,
    etc). This CSS calls out to swfs (defined by DIVs) to build the
    page.
    The layout is very simple, starting with a top navigation bar
    swf. There are buttons in this navigation bar that, when rollover,
    cause a graphic to unmask and pull down. The graphic is rather
    large and forces the top nav bar height to 800. Naturally, this
    will eclipse other elements on the page when the graphic crashes
    down.
    By using a combination of "wmode=transparent" and z-indexing
    in the Flash code, I can get the crashdown graphic to appear above
    the other elements in the html.
    However, and here is the issue, in Firefox the sheer,
    necessary height of the top nav bar prevents clicking on any other
    buttons in the elements that appear below the top nav bar. It's as
    if there is an alpha mask over everything which prevents RollOvers
    and general mouse clicking action. Oddly, it works perfectly in
    I.E.
    Any insight would be vastly appreciated. I've researched what
    I could of this topic, but nothing I can find replicates my exact
    issue. Thank you.
    -dE

    Hey Deggz, I'm experiencing the same problems that you're
    having and have been research for an answer for weeks. Have you
    found a solution yet?

  • CSS and NAT problems (easy one?)

    Hi,
    I am trying the simplest of configurations, attempting to Load-Balance traffic using two servers and a single CSS. I am using "Routed" mode, but am experiencing problems with NAT. I am new to the world of CSSs.
    I have two servers that have the VIP 80.80.80.230. All traffic is initiated from the client-side (public) and talks to this VIP address. All RETURN traffic must be NATed (by the CSS) with this VIP address. I would expect:-
    CLIENT (PUBLIC) -----> 80.80.80.230 (SERVER-VIP)
    CLIENT (PUBLIC) <----- 80.80.80.230 (SERVER-VIP)
    However, this configuration does not seem to work for me. When I sniff, I see the return traffic is NOT being NATed ....I see the following :
    CLIENT (PUBLIC) ----------------------> 80.80.80.230
    CLIENT (PUBLIC) <----------------------10.10.10.2
    Here is my config :
    ip route 0.0.0.0 0.0.0.0 80.80.80.225 1
    !************************* INTERFACE *************************
    interface e2
    bridge vlan 2
    !************************** CIRCUIT **************************
    circuit VLAN1
    ip address 80.80.80.227 255.255.255.240
    circuit VLAN2
    ip address 10.10.10.1 255.255.255.0
    !************************** SERVICE **************************
    service server1
    ip address 10.10.10.2
    port 5060
    active
    service server2
    ip address 10.10.10.3
    port 5060
    !*************************** OWNER
    owner me
    content lbal
    port 5060
    protocol udp
    vip address 80.80.80.230
    add service server1
    add service server2
    application sip
    active
    !*************************** GROUP
    group clients-group
    vip address 80.80.80.230
    add service server1
    add service server2
    active
    CSS11501 /Version 7.4
    I have tried this config with and without the NAT Group (clients-group) but to no avail.
    Please please can someone stop me from going crazy with this. Any help really apprectaied.
    Grazie !
    Matt

    Hi Matt,
    On the group use "add destination service" instead of "add service". That will do source NATing of traffic hitting the VIP.
    Looks like this:
    group clients-group
    vip address 80.80.80.230
    add destination service server1
    add destination service server2
    active
    Diego

  • Back from nokia repair centre and MORE PROBLEMS

    ok so this is my story....
    i sent it in 2 weeks ago on thursday they said "its beyond repair and a 'new replacement is being shiped'".... BULL no what they did is the replace some of the phones guts and sent back the old shell with the new inners...
    now the phone has major problems....
    1 wrong software for wrong phone type(not that major just that the software that they put into my "new replacement phone" is for the white and blue not the red and black)
    2 (fixed-ish Not really) the phone would make that beep when the volume is at its max when you press the volume rocker when on the phone.
    3 Extreamly slow...
    4 shuts off when making calls... SUCKS!!!!
    5 i now have 2 ovi stores...
    6 even the phones themes put in the wrong icons on the wrong apps...
    OVERAL NOT HAPPY WITH NOKIAS SERVICE I NOW REGRET BUYING NOKIA I THOUGHT THIS COMPANY WAS AWESOME NOW AFTER SEEING THAT SO MANY OTHER PEOPLE HAVE MAJOR ISSUES AND REARLY DO THEY GET FIXED THE FIRST TIME, DO I SEE THAT I SHOULD HAVE RUN A BACKGROUND CHECK AS I USUALLY DO EVERY TIME I BUY SOMETHING FROM A COMPANY
    its not too late nokia you can still make me and thousands of other happy... get great products out. get them right. even better idea get them right the first time. and MOST OF ALL listen to what your customers want

    its not too late nokia you can still make me and thousands of other happy... get great products out. get them right. even better idea get them right the first time. and MOST OF ALL listen to what your customers want
    You have to actually tell Nokia this is a users forum so your message in effect is not heard by Nokia .
         jje

  • Please help! My screen has gone blank, and more problems!

    Hi, I hope someone can help!
    1) Yesterday, I was listening to my ipod and changing the songs, when it suddenly the songs began changing on shuffle every second mid-song!
    2) Eventually it stopped, but then it really slowed down and would take about 5 seconds to react to me pressing the buttons or changing a song!
    3) Then today, after I had finished using it whilst running, the screen went completely blank, but the music was still working fine. The screen is now still blank, unless I tip it vertically and then I can just about make out an extremely faded outline of the wrting and page format. Also there now appears to be a white smudge/mark on one side of the screen!
    What is happening to my ipod and what can I do about these problems? I have had my ipod for only a couple of months!
    I would be very grateful of anyone could help!
    Thank you,
    Inass (London)
    nano   Windows XP  

    Please help my ipod will now not even switch on! What should I do?
    Hi, I hope someone can help!
    1) Yesterday, I was listening to my ipod and changing
    the songs, when it suddenly the songs began changing
    on shuffle every second mid-song!
    2) Eventually it stopped, but then it really slowed
    down and would take about 5 seconds to react to me
    pressing the buttons or changing a song!
    3) Then today, after I had finished using it whilst
    running, the screen went completely blank, but the
    music was still working fine. The screen is now still
    blank, unless I tip it vertically and then I can just
    about make out an extremely faded outline of the
    wrting and page format. Also there now appears to be
    a white smudge/mark on one side of the screen!
    What is happening to my ipod and what can I do about
    these problems? I have had my ipod for only a couple
    of months!
    I would be very grateful of anyone could help!
    Thank you,
    Inass (London)
    nano
      Windows XP  

  • My Video won't save all the way when i save to my computer..and more problems??

    When i go to share and then save to my computer the video saves half way and then stops...and ive saved other videos and it has worked.... and when i open my video a box pops up saying that that adobe premiere has low memory..... is there something wrong with my clips or audio or titles or pictures or something that its doing this?? my videos are mp4 and audio is mp3 and pictures are jpgs???

    It could be a number of issues, Fred.
    Have you optimized your photos to no larger than 1000x750 pixels, per the FAQs to the right of this forum? Oversized photos are the chief reason for these types of failures.
    http://forums.adobe.com/thread/431851?tstart=0
    You also say your videos are MP4s. Are these AVCHD video or are they from a "webbie" camcorder, such as the Flip cam? Flip video uses a proprietary codec that often jams up video editors. This is also covered in our FAQs.
    http://forums.adobe.com/thread/437535?tstart=0
    Finally, have you ensured that the drive you are saving your video to has adequate free space and is freshly defragmented? You should always have at least 30 gigs of free space on your drive plus 30-50 more for each hour of video you're outputting.
    And, if you are exporting to a drive other than your C drive, you should ensure that the drive is formatted NTFS rather than FAT32. FAT32 drives have a file size limit that often chokes video output.

  • Macbook black screen, white light, no chime and more problems

    When I completely shut down my Macbook (regular starting 2009) and turn it back on I see the white light only and black screen. Nothing works! this has happened two times and I pressed the power button for 10 seconds to do a PMC reset and it actually turned on and past this week I've been pressing SHIFT+PWR button to turn on my Macbook.
    Also, when my macbook wakes up from sleep it takes a while to get back up and sometimes the sound dosen't work although I see the devices in the Audio MIDI.
    Does this mean my logic board is going bad or is it a NVRAM problem? I tried resetting the NVRAM but it didn't work!

    Have you tried running the Apple hardware test?  Run the extended test, which can take over an hour.

  • PPro CC 2014 Crashes and More Problems

    Posted on Twitter and Adobe Help said to post our issues here....
    Ever since we've updated to CC 2014 we have lots of issues on our systems:
    1. Routine crashes.
    2. System really lags, especailly after having PPro open for a few hours - btw, talking the entire computer slows down, along with PPro.
    3. PPro won't OPEN some previously saved projects (saved in CC 2014).  It tries to open them and then at 99% there the program crashes. This has been scary.
    4. When we shut PPro down it often won't shut down completely and has to be Forced Quit. 
    We've been very happy with CC, and so hopefully Adobe will update the software soon so they don't lose they're goodwill.
    Btw, this is happening on three computers... a two-year old iMac, a six-month old iMac and a brand new Mac Pro.

    Hi,
    Please go to following location move the Adobe folder to desktop,
    User Library >> Application support>>
    User Library>> Preferences>>
    Make sure you're in user library not in system Library.
    Access hidden user library files | Mac OS 10.7 and later
    Please rename the Adobe folder in documents to old.adobe
    Now try and launch.
    Hope that helps.
    Thanks
    Mohd Naseem.

  • It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, w

    It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, which means IMessage is the problem! I restarted my iPad, I logged in and out of the apple ID in the store, AND YET IT STILL WON'T WORK, PLEASE HELP!

    Hi Vmanfromusa!
    It sounds like you are having an issue with activating your iMessage app on your iPad. An article outlining some troubleshooting steps for this issue can be found here:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • More iMac sleep and overheating problems - any ideas?

    My iMac is about 2.5 years old now. It was working fine until the power supply had problems and was replaced under warranty. It then had could not mount DVDs or CDs and that was replaced under warranty, at the same time it was performing really, really slow, and then give me the spinning beachball for few hours straight before I had to turn off the machine by holding down the power button. The technician ignored that problem and I got my computer back partially fixed; the DVD drive was replaced and in his limited testing the computer did not lock up so he returned it to me.
    After a few days of use I then took the computer back again and he agreed the motherboard had to be replaced.
    While waiting for the motherboard to be replaced, I had extraordinary faith that my computer would come back in perfect working order: I ordered Leopard.
    Before upgrading to Leopard I decided to back everything up using SuperDuper so I could restore if I had problems with the upgrade. As a new father I have tons of photos and my son's iWeb page that I could not risk losing. My previous hardware issues made me act more prudently; I was lucky to have done that.
    Unfortunately the old motherboard was replaced with one that had more problems; after a few days of light use I upgraded to Leopard and was greeted with immediate kernel panics (grey screen of death). I restored from SuperDuper backup and tried again: same problem.
    Since I have lots of stuff on my system I decided to do a clean install: problem solved. I then started importing and consolidating my iPhoto libraries from my old G4 tower and my old "backup" system. The machine would overheat go to sleep after only importing a few photos or give me the spinning beach ball while typing in mail (when it was the only program open).
    After researching the situation one the internet I realized that many people have similar problems and I ended up installing "Temperature Monitor" to find out the temperature of my computer. The reported temperature of my computer is regularly hovering between 76 C - 85 C (169F - 185F). If the machine is idle the temperature is still very warm at 64 C (147F). I reset the SMU but that did not have an effect. I then found out the diagnostic test of the 4th LED that would turn on if the machine detected a heating problem. This test is intrinsically flawed since it can only be done with the case open so the heat can easily escape to the room (note both fans do work).
    I then took the machine in to serviced again. The problem would be easily solved if I lived in the United States or Canada, but I live in El Salvador. The only Apple Certified Technician (at least for warranty repairs that I know of) may be a little tired of trying to fix my computer (I can sympathize with him as I am tired of having it needing to be fixed).
    I dropped off the machine and 2 weeks later (I have learned to be patient for parts to come to this country) I called for an update. It turns out my computer is "fine". I went to pick it up and he performed the 4th LED test in an air conditioned room (with an open case obviously), copied a few files, opened some problems and it worked fine in his limited testing in an air conditioned building. He also said Leopard may have caused some problems.
    I have no faith in that computer right now so everything I do is on my 8 year old G4 "Gigabit Ethernet" tower. I have upgraded the CPU twice from 400 MHz to 800 MHz and then to 1.3 GHz over the years and put in 768 Mb of ram (as an aside I just ordered 512 Mb more ram as it is now my primary computer to edit video).
    I have videotaped the computer acting incredibly unresponsive and slow and am exporting it (currently 277 more minutes for 15 minute video) and overheating. It did not "sleep" when I had chance to tape it, may try again later (currently restoring 10.4.11 backup on iMac so technician cannot blame a clean install of Leopard).
    I called AppleCare and they were supportive with my problems and I hope to take in the computer again soon.
    Exasperated in El Salvador . . .

    Strongly suggest that you contact/call Customer Relations.
    Relay to them what you stated in your post. With all those repairs, you may be entitled to a new iMac.
    Sorry, I do not know the phone number of Customer Relations in your country. You may need to contact AppleCare & ask firmly & politely to be transferred to CR.
    Good luck!

  • HT6030 I have many problems with my mail since I moved to mavericks. The filter is very sensitive, read mail appears as unread, I can't drag mail to the folders and more. I can't update the mail program as directed on this page, update says my system is u

    I have many problems with my mail since I moved to mavericks. The filter is very sensitive, read mail appears as unread, I can't drag mail to the folders and more. I can't update the mail program as directed on this page, update says my system is updated

    I don't think that a software update from Apple will solve the issues that you are having. You have a rogue installation. After you posted I have just done the following:
    Disk Utility can verify  my partitioned Volume (including my boot disk) AND REPAIR the non-boot disks on the same Volume without a glitch. It repairs the non-boot disks containing data smoothly.
    I have used Mail to send some mails from some Yahoo and Hotmail accounts to my Thunderbird client containing GMail accounts - absolutely normal.
    I have iLife '09 but my iMovie '09 and iPhoto '09 open in a jiffy and I see no issues here. I have 6GB RAM (Maximum) on an early 2008 Macbook Pro with a 750GB hard drive partitioned with 120GB reserved for the Boot Drive.
    I am sorry that I cannot help further but I am sure there must be a way to reinstall the software without having to revert to restoring your ML backup. I have two clones and if you have such I would attempt to do that through that rather than through Time Machine - that is of course if you have a cloned drive.
    Good luck!

  • Problems with retrieving data from tables with 240 and more records

    Hi,
    I've been connecting to Oracle 11g Server (not sure exact version) using Oracle 10.1.0 Client and O10 Oracle 10g driver. Everything was ok.
    I installed Oracle 11.2.0 Client and I started to have problems with retrieving data from tables.
    First I used the same connection string, driver and so on (O10 Oracle 10g) then I tried ORA Oracle but with no luck. The result is like this:
    I'm able to connect to database. I'm able to retrieve data but from small tables (e.g. with 110 records it works perfectly using both O10 and ORA drivers). When I try to retrieve data from tables with like 240 and more records retrieval simply hangs (nothing happens at all - no error, no timeout). Application seems to hang forever.
    I'm using Powerbuilder to connect to Database (either PB10.5 using O10 driver or PB12 using ORA driver). I used DBTrace, so I see that query hangs on the first FETCH.
    So for the retrievals that hang I have something like:
    (3260008): BIND SELECT OUTPUT BUFFER (DataWindow):(DBI_SELBIND) (0.186 MS / 18978.709 MS)
    (3260008): ,len=160,type=DECIMAL,pbt=4,dbt=0,ct=0,prec=0,scale=0
    (3260008): ,len=160,type=DECIMAL,pbt=4,dbt=0,ct=0,prec=0,scale=1
    (3260008): ,len=160,type=DECIMAL,pbt=4,dbt=0,ct=0,prec=0,scale=0
    (3260008): EXECUTE:(DBI_DW_EXECUTE) (192.982 MS / 19171.691 MS)
    (3260008): FETCH NEXT:(DBI_FETCHNEXT)
    and this is the last line,
    while for retrievals that end, I have FETCH producing time, data in buffer and moving to the next Fetch until all data is retrieved
    On the side note, I have no problems with retrieving data either by SQL Developer or DbVisualizer.
    Problems started when I installed 11.2.0 Client. Even if I want to use 10.0.1 Client, the same problem occurs. So I guess something from 11.2.0 overrides 10.0.1 settings.
    I will appreciate any comments/hints/help.
    Thank you very much.

    pgoel wrote:
    I've been connecting to Oracle 11g Server (not sure exact version) using Oracle 10.1.0 Client and O10 Oracle 10g driver. Everything was ok.Earlier (before installing new stuff) did you ever try retrieving data from big tables (like 240 and more records), if yes, was it working?Yes, with Oracle 10g client (before installing 11g) I was able to retrieve any data, either it was 10k+ records or 100 records. Installing 11g client changed something that even using old 10g client (which I still have installed) fails to work. The same problem occur no matter I'm using 10g or 11g client now. Powerbuilder hangs on retrieving tables with more than like 240 records.
    Thanks.

Maybe you are looking for