Tagged Questions
The css-reset tag has no wiki summary.
165
votes
16answers
61k views
Best css reset
I'm looking for a css reset kit, but I never used one before.
So which kits its out there, and whats your experiences regarding these kits?
And, is its any different between these kits, something you ...
135
votes
16answers
16k views
Is it OK to use a CSS reset stylesheet? [closed]
I'm starting a new web project and I was planning to use a CSS reset stylesheet to have the same starting point styles in all major browsers. Have you used CSS resets? Would you recommend it?
...
31
votes
6answers
8k views
Which HTML5 reset CSS do you use and why?
Which HTML5 reset CSS do you use and why? Is there one that you've found to cover more cases?
I've started using HTML5 Doctor's: http://html5doctor.com/html-5-reset-stylesheet/ It seems to work, but ...
19
votes
7answers
14k views
How to line up HTML input elements?
I am hoping to find a resource for lining up input elements in a HTML page. I find it difficult to get a select element and a text box to be the same width even when using the width style attribute, ...
17
votes
9answers
20k views
CSS Reset, default styles for common elements
After applying a CSS reset, I want to get back to 'normal' behavior for html elements like: p, h1..h6, strong, ul and li.
Now when I say normal I mean e.g. the p element adds spacing or a carriage ...
12
votes
6answers
2k views
CSS reset for HTML5
Best practices?
How does this differ from HTML4 or XHTML1?
There's a lot of discussion going on over here: http://html5doctor.com/html-5-reset-stylesheet/
I'm wondering what other ...
7
votes
6answers
348 views
Styling the “html” element in CSS?
Can anyone explain to me why can we style the element html?
What are differences between it and body?
I usually see tutorials and multiple websites using body and never html, I only found about it ...
6
votes
3answers
111 views
why don't css resets use '*' to cover all elements?
For example, the Meyer reset has a long list of elements1 which I believe can be replaced with a *?
I have seen some use of:
* {
margin: 0;
padding: 0;
}
But more "advanced" resets seem to ...
6
votes
10answers
4k views
YUI Reset CSS Makes <strong><em>this not work</em></strong>
This line in YUI's Reset CSS is causing trouble for me:
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
It makes my em not italic and my strong not ...
5
votes
2answers
135 views
Is there a HTML test file I can use for CSS resets?
There are a lot of CSS resets. I am building something for mobile devices and I want to skip as much of the unnecessary CSS as possible so I was wondering if there is an exhaustive HTML test page I ...
5
votes
3answers
332 views
How to normalize padding and margins across browsers
How do other designers normalize padding and margins across browsers. I have tried CSS Resets (currently using the YUI one), but I still run into a lot of inconsistencies.
It seems for some elements, ...
5
votes
2answers
2k views
Why YUI Reset CSS dosen't pass Validation?
I tried to validate my site's CSS using the W3C CSS Validator. Unfortunately, reset-min.css from YUI framework produced parse error on the string " {*font-size:100%; ".
The validator results.
On ...
5
votes
4answers
6k views
reset multiple css styles for one single div element
my question is if it is possible to reset css styles (a lot off them) for a single div
and all elements that are contained in that div.
I am asking, because I found this tutorial for a jquery ...
4
votes
4answers
212 views
Is this CSS Reset okay?
I was intending to use Eric Meyer's CSS reset but I stumbled in some cross-browser differences (like input margins). Based on it, i came up with a more agressive aproach:
(This is outdated. Don't ...
4
votes
4answers
108 views
The confusion about * {margin:0; padding:0;}
In some articles that I've read, the use of * {margin:0; padding:0;} is discouraged as it would affect the web site's performance. So I turned to a reset.css stylesheet.
But I'm wondering, how does ...
3
votes
2answers
84 views
CSS style resetting
Usually in order to get the style the same for every browser you see some sites have something like this:
html, body, div, span, object, ... {
margin: 0;
padding: 0;
border: 0;
font-size: ...
3
votes
6answers
603 views
CSS reset - purpose of asterik within a style
The following is taken from the Yahoo css reset. Can someone please explain the purpose of the asteriks?
body{
font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small;
...
2
votes
6answers
148 views
Unwanted white areas on HTML page
I've made a site using with a CSS made from scratch.
The Page The CSS
Randomly there are unwanted white spaces in two places:
Above the main content area (below
the menu bar).
Below the main ...
2
votes
1answer
516 views
Google maps V3 API - css reset causes scrollbars
This is in my reset script:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, ...
2
votes
1answer
92 views
cross-browser tableborder-color resetting
Whats the best way to reset and then rewrite the tableborder-color for the most common browsers, let's say FF, Opera, Safari and Chrome so that it will look the same as in IE.
IE:
Firefox, etc:
...
2
votes
5answers
686 views
Suggest me a CSS-reset & base framework [closed]
I will not asking CSS framework such as Blueprint or 960, lately i began to think that YUI CSS reset & base was too much bloated, so i need a simpler, efficient (in size) and effective CSS reset ...
2
votes
7answers
354 views
Is it wrong to use * when reseting Margins/Padding in CSS?
Should the following be shunned, or praised for its simplicity? For the record, I use it in every site I build, but I've noticed it's not present in many main-stream CSS-Reset frameworks...is there a ...
1
vote
1answer
393 views
Overriding ExtJS 4's CSS Reset for custom HTML within components
I am in the process of updating an existing application from Ext 3.x to 4, and I've managed to enable Ext's scoped reset CSS option to prevent Ext from applying its CSS reset to my entire application, ...
1
vote
1answer
102 views
WebGL Three.js and CSS reset
Is it OK to use CSS reset together with WebGL Three.js library?
Does it affect anything?
1
vote
4answers
196 views
What is the best way to implement CSS reset [closed]
Possible Duplicate:
Best css reset
What is the best way to implement CSS reset?
My question is more in context of implementing layouts which would be cross-browser, cross-platform ...
1
vote
3answers
72 views
Make embed behave like a div
I would like to add some css to make the <embed /> tag look like a <div>. Currently it adds an arbitrary height and width that often lead to a scrolling box similar to an iframe.
Does ...
1
vote
2answers
292 views
can't change body background color using CSS reset
Here is my HTML code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Hover ...
1
vote
3answers
800 views
webkit htm5 css reset for input elements
This is somewhat annoying. It appears that webkit (through chrome 13 canary) is having a right go at styling various input types and it's clashing with the design in a major way.
In particular, these ...
1
vote
1answer
217 views
gwt - How to CSS reset a GWT app?
What I would like to do is apply a system-wide CSS reset. How can I do this?
Here's a little bit of information about what is meant by a CSS reset.
The goal of a reset stylesheet is to
reduce ...
1
vote
4answers
168 views
Scoped CSS reset
I have a jQuery plugin that is going to dynamically render a decent amount of HTML to the page. I want consumers of the plugin to be able to use it as is and for it to look the same no matter what CSS ...
1
vote
0answers
132 views
Using CSS Reset in Firefox creates black lines between table td's
I am using Eric Meyer's CSS reset which works well but the problem I am having in Firefox is that the table {border: collapse;} is creating black lines between the td's in Firefox.
If I set the table ...
1
vote
4answers
137 views
Reset.css and then a Set.css
I have, for a while now been using a reset.css file to reset everything before I start laying out my html designs.
The reset is great in that it allows one to better control attributes such as ...
1
vote
2answers
146 views
Re-setting CSS code for form buttons
I used a CSS reset to reset some commonly-used items. The code is this:
html, body, div, h1, h2, h3, h4, ul, ol, li, form, input, fieldset, textarea {
margin: 0;
padding: 0;
border: 0;
...
1
vote
3answers
1k views
CSS Reset question
I have a reset.css file that includes the following declaration:
border:0 none;
So when I make a table like this:
<table border="1">
The border does not show up. How do I get the border to ...
1
vote
3answers
458 views
background color disapears when i declare a doctype with YUI reset.css
When running in quirks mode, this works as expected however when I declare HTML 4.01 strict the background color disapears. If I remove the YUI reset.css, it seems to work as it should. Anyone know ...
1
vote
7answers
1k views
How can I test my webpage using different browsers?
I just found out about the Yahoo UI Reset CSS tool/file and I'm using it on my website.
On my machine I have Internet Explorer 7 and Firefox 3.01 and my webpage looks the same on these two browsers. ...
1
vote
2answers
233 views
What's the best way to create a style reset for only a portion of the DOM?
I'm trying to create a css reset that targets only my control. So the HTML will look something like this:
<body>
<img class="outterImg" src="sadkitty.gif" />
<div id="container" ...
0
votes
2answers
90 views
Please explain me Eric Meyer's CSS reset
First of all I want to tell you why I'm asking this question. I usually update projects that have been written poorly and without a reset. I want to improve the project's quality so it seems that ...
0
votes
2answers
61 views
Css reset causes tables not to look right
i applied the following css reset to my website's css stylesheet (validating as css 2.0 and used with xhtml 1.0 transitional webpage)
...
0
votes
2answers
66 views
CSS Reset not working
I have been working on a little photo slider. It looks slightly different in Chrome than in FF so I thought a CSS reset would make them both look the same. I used the Yahoo! YUI CSS reset model but ...
0
votes
2answers
55 views
Resetting and Overrulling CSS under a certain element
I have element that could be injected into any page using a Firefox Addon.
Naturally, it and its ancestors are affected by the CSS rules defined on that page.
I can get so far by simply being ...
0
votes
3answers
82 views
Does Reset.css affects other stylesheets?
I am starting a new project, so i thought to start using Reset.css in my projects. i got the concept of using Reset.css, but one thing is bothering me is that does if affects my other style applied on ...
0
votes
2answers
483 views
How to display an HTML email in a web email client?
Hi I am building a small web based email client. I am facing problems in displaying HTML mails. What are the best practices involved in displaying an HTML mail? Some things I found
Css Reset
Strip ...
0
votes
1answer
227 views
CSS reset sheet for a preexisting IE-only site that wants to improve the cross-browser experience?
I am working on an internal, custom ASP.NET site that was specified by the customer to only require working in Internet Explorer. This means that no resources have been put forward to make sure it ...
0
votes
2answers
225 views
Issues with “font-size: 100%”
I'm new to css so I'm sorry if this is a dumb question.
I was making a site and used this:
body {
font-size: 80%;
}
Later, actually today, I tried to apply EricMeyer's CSS reset to my page above ...
0
votes
1answer
76 views
reset.css help not resetting
I have a reset.css style sheet that looks like this,
HTML * {
margin: 0;
padding: 0;
padding: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: ...
0
votes
2answers
1k views
CSS Reset for one div
I am trying to create a div on my site that is supposed to work like the descriptions on Ebay where all the css styles of the main site are stripped off and then whatever styles are in the div are ...
0
votes
5answers
311 views
prevent meyer reset css to mess with dynamic content
I implement the Eric Meyer's reset.css in my website, and works great, but it was a little problem. As this a CMS users are free to format the content of their articles as they want and the reset CSS ...
0
votes
2answers
371 views
After applying Reset CSS <em>, <code> and other tags lost their default style
I found that I should be using Reset CSS file for making websites, but after I include it, all the <em> and <code> tags lose their style. <em> is not longer italic and <code> ...
0
votes
7answers
357 views
Prevent CSS resets only within a certain section of HTML
For the past few years, I've been developing sites with Eric Meyer's CSS resets. I love it and will never look back. I never even thought of looking back. But then today, we implemented a Telerik Rad ...