vote up 2 vote down star
2

Hi there,

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 (and it's base) that support multiple browser or at least IE6-8 (Trident), Opera(Presto), Firefox(Gecko), Webkit

Remember i don't ask about CSS framework nor grid system

Thanks

flag

closed as exact duplicate by Greg, Aron Rotteveel, cletus, alex, Tomalak Apr 30 at 8:09

5 Answers

vote up 5 vote down check

This question has been asked and answered before:

link|flag
yes i've read all that articles, Eric Meyer only gave us a css-reset stylesheet, what i need is reset+base (thats why i change my title) – Dels Apr 30 at 7:15
@Dels, The reset provides the base to work from – alex Apr 30 at 7:40
vote up 3 vote down

I would just use the YUI reset.css. That's not to big, and then handle the rest yourself. Your probably better off building the site layout entirely from scratch because it will be way easier then learning some bloated framework, and it will be more lightweight.

link|flag
in fact i already use that, i want another alternative for that... – Dels Apr 30 at 7:17
I don't think there are really any other real alternatives. They all have to do the exact same thing so they all pretty much have the exact same code. Too make it seem lighter why don't you just compress the CSS to decrease the file size. – teh_noob Apr 30 at 7:21
As far as my experience (quite a bit) Yahoo offers the best Reset+Base, when you consider how they document exactly how to control the related styles in Base, etc. – anonymous coward May 14 at 22:05
vote up 1 vote down

Don't forget that the YUI reset removes all the styles and YUI base purely adds some styles back in for cosmetic reasons to allow you to start developing.

The intention is that you write your own styles and remove YUI base before you go into production.

YUI reset in minimised form is 940 bytes which I don't think is bloated at all. Have you got a reason why you think it is or are you looking at YUI reset and base together?

Mind you YUI base is 910 bytes so together you are looking at 1,850 bytes. If your website is an online one (not intranet based for example) then call the files from the Yahoo or Google infrastructure and they will be extremely fast in any case.

link|flag
vote up 1 vote down

I would just use Eric Meyer's Reset Reloaded. It's pretty simple.

link|flag
vote up 0 vote down

I second the alex suggestion and for the base, why do you say 960 is bloated? It's just a small file and you can make it even smaller if you strip one of either the 12 or 16 columns.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.