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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:11:17+00:00 2026-06-09T18:11:17+00:00

I am trying to create a pure CSS blockquote styling. The problem is: the

  • 0

I am trying to create a pure CSS blockquote styling.
The problem is: the quotation mark, created with blockquote:before is aligned lower in Chrome than it is in Firefox and IE9. Any help welcome, I am clueless 🙁

JSFiddle: http://jsfiddle.net/w3A7h/3/

Is there an easy way to make a CSS rule for Chrome only?

  • 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-09T18:11:19+00:00Added an answer on June 9, 2026 at 6:11 pm

    The first thing you should do in situations like this is to use a reset stylesheet to make your elements render more identically between browsers by default. This will save you an incredible amount of time debugging, because it will make a lot of problems like these go away.

    That said, try this on:

    http://jsfiddle.net/AWJyW/

    I changed the quote style from being positioned outside the blockquote to being positioned before the first <p> tag inside. Then I changed the position to relative, floated it left, and set a negative margin to stop it deforming the text. The reason this works is because while Chrome and Firefox evidently disagree upon where to begin the bounds for absolute positioning, they agree on the location of the inner bounds:

    blockquote p:first-child:before {
            color: #ededed;
            content: "\201C";
            display: block;
            font-family: Georgia,serif;
            font-size: 110px;
            left: -56px;
            margin-right: -40px;
            position: relative;
            float: left;
            top: -30px;
        }
    
    • 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 pure CSS triangle for a tooltip. All browsers looks
I'm trying to create a pure css Venn diagram like this Where the circle
What I'm trying to do is create a list of pure strings from a
I am trying to create a pure MSIL assembly from a C++/CLI project using
I am trying to create a pure-Python application bundle for a wxPython app. I
I'm trying to create an AS3 pure preloader based on the [frame] metadata/compiler tag,
I'm trying to create a pure ActionScript 3 AIR project, without Flex, somewhat like
I am trying to make a pure css div with arrow ( like speech
Background: I'm trying to create a pure D language implementation of functionality that's roughly
I'm trying to create a ListBox with a decently robust DataTemplate. The problem is,

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.