So I've been evangelizing S2 around lots of layout communities, and been doing quite a bit of helping people to convert their S1 styles to S2. I've turned up a couple of quirks that might be of interest, and I'm also curious to know why these things work the way they do, if anyone can tell me.
(
S2 CSS quirks )
Comments 10
/* css comment */
Reply
One way to test that might be to comparing the sources of the pages produced in S1 and S2 -- I know I did a lot of work on widelines by copying the produced pages onto my desktop and tweaking the layout there, then backtracking to the actual style definition. Certainly it's faster than recompiling every time! I would definitely suggest fiddling with the DOCTYPE lines and seeing if that's the source of the different behavior.
Reply
Comments: are HTML comments, which are stripped from S2 layers. CSS comments are /* like those surrounding this text */ and which aren't stripped.
I only knew about a couple of these differences before this post, so I'm really glad you posted about them.
Reply
Reply
Reply
Reply
.entries{
width: 400px !important;
width: 500px;
}
Perhaps that will help?
Reply
Reply
Reply
Reply
Leave a comment