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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:07:59+00:00 2026-06-04T21:07:59+00:00

i have define the following insdie my .css file to display a dash line

  • 0

i have define the following insdie my .css file to display a dash line in my footer:-

.dash{
border-style:dashed ;
border-width:2px;
border-color:#322f32;
} 

then on the footer i have addedd the folloiwng:-

<hr/ class="dash">

The dash line will be displayed well on internet explorer but it will not be displayed well on firefox ,, so what is the reason behind this ,,, and is it safer to have this dashed line as an image inside?
BR

  • 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-06-04T21:08:00+00:00Added an answer on June 4, 2026 at 9:08 pm

    Perhaps your are trying to achieve something like:

    enter image description here

    See this Fiddle Example!

    CSS

    .dash{
      border: 0 none;
      border-top: 2px dashed #322f32;
      background: none;
      height:0;
    } 
    

    HTML

    <hr class="dash" />
    

    To have it equal on all browsers.

    The <hr /> comes with some default values depending on the browser, and to an equal presentation on all browsers, you need to reset those values.

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

Sidebar

Related Questions

Basically, I am building a horizontal navigation bar. I have following markup: <ui:style src=../common.css
In CSS, we have a box model to define how border, margin, padding, and
I have the following code //Point.h #define WIDTH 8 #define HEIGHT 8 typedef struct
I have define the following SCPD document for my UPnP device: <?xml version=1.0?> <scpd
I have the following macro: #define testMethod(a, b) \ if (a.length > b.length) \
I have the following items (define itemslist (list 'a1 'b2 'c3 (list 'z1 'z2)
I have the following macro: ‎#define GTR(type) \‎ type type##_gtr(type a, type b) \‎
I have the following class #ifndef Container_H #define Container_H #include <iostream> using namespace std;
i have the following piece of code in php: define('QUERY', $some_query_string); if(empty(QUERY) || mb_strlen(QUERY)
I have the following code snippet: #ifdef DO_LOG #define log(p) record(p) #else #define log(p)

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.