Home
More icon
Categories Tags
Links icon
Apex Tutorials Web Development
About
  • APEX + CSS Classic report cards scale Effect

    Posted by - Ashish Sahay Mar 15, 2020 APEX APEX and CSS Classic Report CSS UI Universal Theme

    APEX + CSS Classic report cards scale Effect To scale out the classic report cards on hover we need to put below two lines of code. Scale out 1.t-Cards .t-Cards-item .t-Card:hover { 2 transform: scale(0.7); 3 z-index:99; 4} Scale in 1.t-Cards .t-Cards-item .t-Card:hover { 2 transform: scale(1.4); 3 z-index:99; 4} …

    Read More
  • How to Create Sticky Menu Bar

    Posted by - Vikas Pandey Mar 11, 2020 CSS HTML TEMPLATES Sticky

    How to create sticky header using CSS? To create sticky menu we need to make sure the div must be at the top of the page and stays there when page gets scroll. How do we do that? Make div Position Fixed Define position from TOP. 1 position:fixed; 2 top:0px; Let’s check the full example below 1<html> …

    Read More
  • Change Font Awesome Icon Color

    Posted by - Ashish Sahay Mar 1, 2020 JavaScript CSS

    Most of the times we do not want the default color of font awesome icons. To replace this thing we can use following : Click on page Title , Go to to “JavaScript” > Execute when Page Loads > Paste the code 1$('.fa-comments').css('color','blue'); It will change the comment icon …

    Read More

Ontoor Soluions


APEX, PLSQL and Web development Blogs
Read More

Featured Posts

Recent Posts

  • Dynamic position Navigation Menu Oracle APEX
  • APEX Camera Extension (ACE)
  • 2 ways to get total sum of Interactive Grid Column Oracle APEX
  • Add Tooltip on Side Navigation Menu Oracle APEX
  • Creating a custom template Oracle APEX part-1
  • Add Search Option On Nav Bar Oracle APEX
  • Refresh region of base page when closing modal dialog | Oracle APEX
  • Interactive Grid Checkbox

categories

APEX 91 ORACLE 24 PLSQL 13 PLUGINS 8 DBA 5 GITHUB 4 BLOGGER 3 JAVASCRIPT 3 ORDS 3 APEX_JSON 2 CSS 1 PLSQLAPEX_WEB_SERVICE 1 PLUGIN 1 SCRUM 1
All categories
APEX91 APEX_JSON2 BLOGGER3 CSS1 DBA5 GITHUB4 JAVASCRIPT3 ORACLE24 ORDS3 PLSQL13 PLSQLAPEX_WEB_SERVICE1 PLUGIN1 PLUGINS8 SCRUM1 SQL1
[A~Z][0~9]

tags

PLSQL 106 APEX 103 SQL 95 ORACLE 32 PLUGINS 24 TEMPLATES 14 DYNAMIC-ACTION 10 ONTOORPLUGINS 10 JAVASCRIPT 7 CLASSIC-REPORT 5 DBA 5 UNIVERSAL-THEME 4 API 3 BLOGGER 3
All tags
AGILE1 APEX103 APEX+CSS2 APEX-20.11 APEX-AND-CSS1 APEX.SERVER2 APEX_DATA_PARSER1 APEX_DATA_PASER2 APEX_JSON2 APEX_UTIL1 APEX_WEB_SERVICE2 APEX_ZIP1 API3 BLOB1 BLOGGER3 CASCADE1 CLASSIC-REPORT5 CLOB1 COALESCE2 CSS3 CUSTOM1 DBA5 DBMS_LOB2 DELETED1 DIRECTORY1 DOWNLOAD1 DYNAMIC-ACTION10 FUNCTION1 GITHUB3 GOOGLE2 HTML1 IG1 INDEX1 INTERACTIVE-ACTIVE1 INTERACTIVE-GRID2 INTERACTIVE-REPORT2 IR1 ITEM2 JAVASCRIPT7 JQUERY1 LOV1 MARKDOWN2 MEGA-MENU1 NAVIGATION1 NEW-LINE1 NULL1 NULLIF1 NVL1 NVL21 ONTOORPLUGINS10 ORA1 ORACLE32 ORACLE_TO_XML1 ORDS3 PAGE1 PAGE-GROUP1 PAGE-ZERO1 PIPELINE1 PLSQL106 PLUGINS24 POP-UP-LOV1 RDS2 REPLACE1 RSS1 SCRUM1 SELECT-LIST1 SPECIAL-CHARACTER1 SQL95 STICKY1 SUBSCRIPTIONS1 SYS_CONTEXT1 TABULAR-FORM1 TEMPLATE2 TEMPLATES14 UI3 UNIVERSAL-THEME4 USER-STORIES1 UTL_FILE1 WEB_SOURCE1
[A~Z][0~9]

Tweets by OntoorSolutions

Copyright ©   Ontoor Solutions Blogs. All Rights Reserved