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 168433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:27:10+00:00 2026-05-11T12:27:10+00:00

I am trying to create a little growl like div for a site. It

  • 0

I am trying to create a little growl like div for a site. It works great in Firefox, but not IE6 (haven’t tried IE7, but I still need to support IE6).

In Firefox: Centered text with image floated to right side of div In IE6: Centered text with image to the left of text.

I’ve tried switching the img and span tag order, but that causes a line break in FF between the two, and IE renders the image on the right of the text, but not docked to the right side of the div.

HTML

<div id='growl'>    <img src='close.gif' class='action' title='hide' />    <span class='text'>Grrrrrr.......</span> </div> 

In css:

#growl {     background-color:yellow;     text-align:center;     position:absolute;     top:0; left:0;     width:98%;     padding:10px 0;     margin-left:1%;     z-index:10;     border:1px solid #CCCCCC; }  #growl > .text {     font-size:120%;     font-weight:bold; }  #growl > .action {     float:right;     cursor:pointer; } 
  • 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. 2026-05-11T12:27:10+00:00Added an answer on May 11, 2026 at 12:27 pm

    The > selector does not work on IE 6.

    Just get rid of it:

    #growl .text {     font-size:120%;     font-weight:bold; }  #growl .action {     float:right;     cursor:pointer; } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a little glow-animation with Core Animation. Animation works fine so
I'm trying to create a little Ruby hack to make something like the reverse
I'm setting up a little math study site and am trying to create an
I am trying to create a jquery questionnaire but my little jquery knowledge doesn't
I am trying to create a little admin-only navigation panel for my site that
I am trying to create a little ajax chat system (just for the heck
I am trying to create a little helper application, one scenario is file duplication
I am trying to create a little script to convert video on windows using
I am trying to create my own little MVC system, its working very well,
I'm trying (or rather struggling) to create a little Blackjack game. After some JavaScript

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.