You cannot post messages because only members can post, and you are not currently a member.
Description:
A group to discuss Object Oriented CSS, updates on conferences and talks, and announcements regarding new releases.
|
|
|
Pitfalls with overflow hidden
|
| |
Hi All, I primarily just use grids and I'd like to document a couple of the pitfalls I've encountered because of the use of overflow:hidden as a new formatting context technique that I hadn't seen mentioned elsewhere. Here's the demo: [link] First issue is the box shadows get cut off. Second is third-party scripts... more »
|
|
Grids: Clearing: overflow vs. micro clearfix
|
| |
Hello, I just discovered OOCSS and its grid styles... Awesome work! Just curious if there's a specific (browser-specific) reason why the clearing is written like so: .line { overflow: hidden; *overflow: visible; *zoom: 1; } I'm working on a big project that merges some of the OOCSS classes with a homebrew adaptive grid and I wanted to rewrite .line like so:... more »
|
|
OOCSS GRIDS
|
| |
Hi Nicole,
Why this line css below? i was going over grids then I saw the
following but I don't understand why.
.lastUnit:after {
clear: both;
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .... more »
|
|
Grids rounding.
|
| |
I'm trying to use 3 size1of3's in a box 660px wide and the rounding is out in various ways in different browsers... I can get 3 boxes equal to 220px by changing the width of size1of3 to 33.333334% in most browsers except IE9 which get's it close enough that it's unnoticeable, but Opera is another... more »
|
|
CSS3
|
| |
Hello Everyone,
If I want to learn CSS3 where do I begin.
Cheers
|
|
What are everyone's thoughts on Twitter Bootstrap
|
| |
I'm curious to know what everyone on here's take is on Twitter Bootstrap. How does it rate on the ooCSS scale... from 0 to Nicole Sullivan (she's a '10'!)? Pros? Cons? Anyone on here using it? Thanks!
|
|
Another media block solution?
|
| |
Hi Nicole... and everyone. I noticed at the end of your blog post about the media block, Paul Irish linked to an interesting example of the media block done without overflow: hidden; [link] Have you considered adding this to your version? Or are there complications with the way it's done?... more »
|
|
Scope classes with css prefixes
|
| |
[link] I practically find that .btn .btn-alert seems a good alternative to .btn.alert (having used the latter style in a recent project and found that I had to create a different class name instead of .alert) Any thoughts on this?
|
|
proper use of spacing classes
|
| |
Hi again folks,
Just wanted to ask the group for some advise on the use of the spacing
classes - I am very hesitant to use them as I feel they are a very
granular abstraction that not only adds to my markup, but I forsee
potential issues down the road making overall design changes where I
may have inserted these classes.... more »
|
|
classes vs. IDs
|
| |
I know with OOCSS classes are preferred rather than IDs for styling,
but IDs are acceptable as Javascript hooks. However, are IDs PREFERRED
for JS hooks? I'm not really very familiar with JS, so not sure if
this is a ridiculous question or not :)
|
|
|