Skip to content
Oracle Home

Oracle Home

For Everything Oracle and more

Menu

  • Home
  • Articles
  • About Me
  • Computer Book Reviews
  • New Computer Books

CSS Tips

You are here: Oracle Home > CSS Tips

Create CSS collapsible menus

You want to hide links in menus and then show them when they are clicked. Start by setting up the lists Links OracleHome Then create a css rule to prevent the second set of links from displaying when the page

orahome 20/09/2018 CSS Tips Read more

Create a submit button that looks like an HMTL link

How to create a submit button that looks like an html text link. Then apply CSS properties to strip away the submits button borders and background color .submit { border:none; background-color: #fff; padding: 0; margin: 0; width: 5em; } Then

orahome 20/09/2018 CSS Tips Read more

Highlight the background of form fields when field in use

To highlight form fields use the input class input:focus { background-color: yellow; } Most browsers will support this including NN 6+, Firefox, Safari and Opera. If some don’t then the browser will simply ignore it.

orahome 20/09/2018 CSS Tips Read more

Design a 2 column form without tables

Designing a two column form without tables. You may want to have a form with two columns without using a table First of all mark out the areas into two sections. Log in Password Then set the display of the

orahome 20/09/2018 CSS Tips Read more

Group common form elements with fieldsets

This can be accomplished using the tag. Contact Info Extra Details You can also add CSS rules to the fieldset and legend items such as margin-bottom, borders, fonts and padding.

orahome 20/09/2018 CSS Tips Read more

How to change the background colour of a text field in a form

If you want to change the colour of the field the user has the cursor in, then use the following CSS: Input:focus, textarea:focus { background: #eee }

orahome 20/09/2018 CSS Tips Read more

Making popups via DHTML

You can easily simulate a popup window using DHTML together with div and span tags. Start off by hiding the div area then use javascript to unhide the div tag when required. rollover here This is only visible if your

orahome 20/09/2018 CSS Tips Read more

Skipping navigation and skip to content

Place the following at the top of your html page: Skip to content This way a screen reader will jump reading all your navigation and will just skip this and read your main content. It’s also important to hide this

orahome 20/09/2018 CSS Tips Read more

How can I place a drop shadow effect behind an image

Place the image element inside a div element with the class attribute set to imgholder Set the alignment to the left so that text wraps around the image. Now set the background image of the drop shadow in two background

orahome 20/09/2018 CSS Tips Read more

Stop people stealing my web page images

Stopping people stealing your images Use a single pixel transparent GIF as a place marker then wrap a div element around the img tag. alt=””> Then bring the image into the web page by using the background-property and making sure

orahome 20/09/2018 CSS Tips Read more
  • « Previous

Recent Posts

  • SQL Server OUTPUT Command
  • Direct Joins for UPDATE and DELETE in Oracle 23ai Database
  • GROUP BY Column Alias or Position in Oracle 23ai
  • SELECT without FROM DUAL in Oracle 23ai Database
  • IF EXISTS and IF NOT EXISTS in SQL in Oracle 23ai Database

Categories

  • Access Functions
  • Affiliate Marketing
  • Articles
  • Book Reviews
    • MySQL Book Reviews
    • Oracle Book Reviews
    • Other Book Reviews
    • PHP Book Reviews
    • Web Marketing Book Reviews
  • Computer Book Releases
  • Computer Magazines
  • Computer Products
  • CSS Tips
  • Excel Functions
  • Javascript Code
  • Microsoft Access
  • MySQL Code
  • Oracle 23ai
  • Oracle Built-in SQL Functions
  • Oracle DBA
  • Oracle Error Codes
    • EXP Error Codes
    • IMP Error Codes
    • ORA Error Codes
    • PLS Error Codes
  • Oracle Forms
  • Oracle Functions
  • Oracle Procedures
  • Oracle SQL
  • PHP Code
  • SEO Tips
  • SQL Server
  • Unix Code
  • Video Editing
  • Web Hosting

Archives

  • March 2025
  • July 2024
  • March 2024
  • July 2021
  • March 2021
  • November 2020
  • August 2020
  • June 2020
  • May 2020
  • March 2020
  • March 2019
  • September 2018

Tag Cloud

059652708X 0596100892 0596101058 0596528000 book review case insensitive search oracle case insensitive search sql center data column sql centre data column sql compare strings oracle compare strings sql convert floating point numbers create varrays sql deleted oracle datafile difference between two dates drop all empty tables drop column from table oracle drop column in table drop column table sql employee service time sql limit objects created by user mysql stored procedure programming network windows xp to windows vista number types sql ora-01722 oracle 11g new features oracle 23ai oracle datafile oracle pl/sql programming oracle rename column table remove leading zeros remove zeros from string sql rename table column sql select last saturday in every month select random number set oracle select random numbers sql sql difference between dates sql time between dates start windows oracle website accessibility website screen readers windows oracle service windows vista windows vista the definitive guide windows xp

Amazon Offers

Categories

  • Oracle SQL
  • Unix Code
  • MySQL Code
  • Oracle Functions
  • PHP Code
  • Oracle DBA
  • Oracle Procedures
  • Oracle Forms
  • Oracle 23ai
  • ORA Error Codes
  • Computer Magazines

Pages

  • ASCII Table Lookup
  • Computer Book Reviews
  • New Computer Books
  • Oracle Database 10g
  • Oracle Employers
  • Oracle Forms
  • Oracle Jobsites
  • Oracle Reports
  • Oracle White Papers
  • Top 10 Javascript Books
  • Top 10 MySQL Computer Books
  • Top 10 Oracle Computer Books
  • Top 10 PHP Computer Books
  • Top 10 Raspberry Pi Books
  • Top 10 SEO and Internet Marketing Books
  • Unix Commands Cheat Sheet
Copyright © 2025 Oracle Home. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
  • Sitemap
  • Contact us
  • Privacy Policy