Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6060027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:46:42+00:00 2026-05-23T08:46:42+00:00

HTML : <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html> <head> <meta name=generator

  • 0

HTML :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <meta name="generator" content="HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>
      Hello
    </title>
    <style type="text/css">

        div#myDiv {
                border: 1px solid #bed6f8; 
                background: url(images/image1.gif) no-repeat 5px bottom, #bed6f8 url(images/image2.png) repeat-x; 
                color: #000000; 
                font-weight: bold;
        }

    </style>
  </head>
  <body>
    <div id="myDiv">
      <br>
      <br>
      <br>
    </div>
  </body>
</html>

FireFox :

enter image description here

IE:

enter image description here

code related to menu

<div id="menu">
    <ul class="menu">
        <li><a class="leftCornerRound parent menuheader" id="home" href="#"><span>Item 1</span></a>
            <div>           
            <ul>                
                <li><a class="parent" href="#" id="SubItem1"><span>Sub Item 1</span></a>
                    <div><ul>
                        <li><a class="parent" href="#" id="SubItem1.1"><span>Sub Item 1.1</span></a>
                            <div><ul>
                                <li><a class="ui-widget-header" href="#"><span>Sub Item 1.1.1</span></a></li>
                                <li><a class="ui-widget-header" href="#"><span>Sub Item 1.1.2</span></a></li>
                            </ul></div>
                        </li>
.
.
.
.

css related to this:

div#menu a.parent {
    border: 1px solid #bed6f8; 
    background: url(images/submenu-pointer-bottom.gif) no-repeat 5px bottom, #bed6f8 url(css/blueSky/images/header.png) repeat-x; 
    color: #000000; 
    font-weight: bold;
}

div#menu a.parent:hover {
    border: 1px solid #bed6f8; 
    background: url(images/submenu-pointer-bottom.gif) no-repeat 5px bottom, #c6deff url(css/blueSky/images/default.png) repeat-x; 
    font-weight: bold; 
    color: #000000; 
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:46:43+00:00Added an answer on May 23, 2026 at 8:46 am

    I recommend adding another wrapper element, and applying the second background to that.

    You already have a wrapper element. You have li and a.

    You should put the css/blueSky/images/default.png background on the li, and leave the images/submenu-pointer-bottom.gif background on the a.

    Make sure the elements are positioned correctly: the lis will need float: left and the as will need display: block.


    If you need multiple backgrounds on a single element in IE lower than v9, you could use CSS3 PIE:
    http://css3pie.com/documentation/supported-css3-features/#pie-background

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html><head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <title>If
<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html> <head> <script type=text/javascript> function init(){
This is my code: <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html> <head>
<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> I have written my HTML and
I have this little jQuery plugin: <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd>
<?php //require 'includes/db.inc.php'; require 'includes/configs.inc.php'; ?> <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd>
I have the following HTML <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> <html
I have a frame page.... <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN http://www.w3.org/TR/html4/frameset.dtd> <html>
many doctype use a url link like this <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN
Here are the first few lines of my page: <!DOCTYPE html PUBLIC -//W3C//DTD HTML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.