Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

CSS | Forum profile

Forum profile page for CSS on http://www.sitepointforums.com. This report page is the aggregated overview from a single forum: CSS, located on the Message Board at http://www.sitepointforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "CSS" on the Message Board at http://www.sitepointforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - CSS (site profile, domain info sitepointforums.com)
Title: CSS
Url: http://www.sitepoint.com/forums/forumdisplay.ph...
Users activity: 44 posts per thread
Forum activity: 219 active threads during last week
 

Posting activity on CSS:

  Week Month 3 Months
Threads: 219 765 2,253
Post: 954 3,557 9,878
 

CSS Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
RyanReese
169
user's latest post:
Is this the greatest CSS site or...
Published (2009-11-30 23:05:00)
Quote: Originally Posted by smarsh I think so... but I'm no expert. To me it looks like very nice hand coded clever CSS (way beyond my comprehension). Am I right about this? The CSS isn''t too bad, but it definatley isn't godly Quote: How is the text done? Each word is an individual image with the real text hidden left. Why not one big text image if you're going to do that? Is it SIFR? Please educate me. It's...
Paul O'B
123
user's latest post:
100% + 10px
Published (2009-11-30 14:50:00)
Quote: Originally Posted by RyanReese I didn't test it I just thought about it as I wrote It was a good idea and something I originally tried
EricWatson
29
user's latest post:
Css block outline problem
Published (2009-11-30 13:06:00)
Quote: Originally Posted by EricWatson Are you baiting me? As long as you give a focus rule in it's place then I see no reason for it. .
ammark
28
user's latest post:
main div height and width not...
Published (2009-11-26 05:32:00)
yes i fixed it. actually the problem is so many divs and i got lost. about the height its a specification of our management choice to decide coz they think its a a good res that software can work on
valarcher
28
user's latest post:
problems with IE 5, 6, 7
Published (2009-11-30 06:37:00)
Hi Ryan - well this is the thing "min-height isn't the same as setting a height, it will allow for expansion" - that's what I need, to allow for expansion. I'd rather not have the fixed height of 110px that doesn't allow for expansion. thanks, Val
ralph.m
28
user's latest post:
Media All and Media Print
Published (2009-11-30 15:26:00)
Quote: Originally Posted by Lindaro the only time media="print" would be used is when you're using separate css files? Yes, that's how I understand it. You could (as I understand it), do things more simply: In the HTML, don't bother with a media type: Code: <link rel="stylesheet" type="text/css" href="style.css"> In the style sheet, don't...
felgall
23
user's latest post:
Fun with CSS 3
Published (2009-11-30 18:13:00)
Quote: Originally Posted by RyanReese Out of all the things CSS3 will have that is the one I'm realling hoping gets supported first. It will make life so much easier when we dno't have to constantly answer questions about how to do rounded corners :P IE9 already supports rounded corners.
billy_111
19
user's latest post:
Why does the right column look...
Published (2009-11-29 17:33:00)
Perfect thanks!
AlexDawson
17
user's latest post:
Media All and Media Print
Published (2009-11-30 03:21:00)
Oh sorry, half asleep here, I always place the semi-colon in by default, Tommy is right, ignore my sillyness!
vinpkl
16
user's latest post:
what is the difference?
Published (2009-11-28 21:07:00)
if you need border on 3 sides of box then its needed to write .thickOne { border-left:#d8dfea solid 3px; border-right:#d8dfea solid 3px; border-bottom:#d8dfea solid 3px; } but if you need border on all sides of box then 1 line code can do it .thickOne { border:#d8dfea solid 3px; } i think this may clear your doubt vineet
 

Latest active threads on CSS::

SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 2 hours ago (2009-11-30 01:17:00)  by RyanReese
Hi, only from the code above I'd guess this is the cause Code: #navlist a { padding-right: 5px; display: block; padding-left: 0.5em; font-size: 120%; font-weight: bold; padding-bottom: 5px; width: 100%; color: #039; background-color: #fff; padding-top: 5px; font-family: arial,helvetica, sans-serif; text-decoration: none; } You set width:100% and then you add left ...
Thread:  Show this thread (6 posts)   Thread info: Help with IE6 Size: 1,001 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with IE6 :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 3 hours ago (2009-12-01 00:42:00)  by RyanReese
Hi, first of all awesome site (I love D2, and I can't wait for when D3 comes out ) On #fw-container you set no width,and as such the text will be hanging out, if you set a width (you determine it since my monitor is pretty huge) it should work. You will also want to set the margins to "0 auto" instead of "0 50px" because currently it will never be center perfectly throughout all screen ...
Thread:  Show this thread (4 posts)   Thread info: Sidebar being pushed down to the bottom Size: 874 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sidebar being pushed down to the bottom :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 week, 5 days ago (2009-11-19 05:06:00)  by valarcher
Oh dear, Paul advised me (in PM I sent him) that it's too risky to use css box model with such an ancient doctype. He writes: -----begin Paul----- The doctype you are using throws all versions of IE into quirks mode and if you have specified widths, padding and borders for the same element then the size will be wrong in all versions of IE because in quirks mode it uses the broken box model....
Thread:  Show this thread (39 posts)   Thread info: tacking xhtml 1.0 onto html 4.0 page Size: 2,736 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: tacking xhtml 1.0 onto html 4.0 page :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 week, 3 days ago (2009-11-22 03:57:00)  by YuriKolovsky
exciting quiz's once again now i wonder where i could squeeze out some free time.
Thread:  Show this thread (72 posts)   Thread info: CSS - Test Your CSS Skills Number 30 - Multi columns Size: 186 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CSS - Test Your CSS Skills Number 30 - Multi columns :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 13 hours ago (2009-11-29 14:13:00)  by ralph.m
I'm not sure why you think the floats are not contained. I'm not sure this applies to <body>. If you put a background image on <body>, it will fill the viewport, with or without the overflow property. EDIT: ah, I see what you mean now. I added an non-floated paragraph and it appears inside the blue border. I thought you only have a top border. Duh. Will have a futher look now... EDIT2: Hmm,...
Thread:  Show this thread (6 posts)   Thread info: Floats not clearing if all are children of BODY Size: 590 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Floats not clearing if all are children of BODY :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 12 hours ago (2009-11-30 15:20:00)  by RyanReese
Hi, you could set a min-width and a max-width on the slideshow that way it will start at a minimum width but for larger screens or screens wehre there is room it can go up all the way to whatever you set the max width to be .
Thread:  Show this thread (3 posts)   Thread info: Can I mimic Flash's ability to resize according to browser window? Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Can I mimic Flash's ability to resize according to browser window? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 week, 5 days ago (2009-11-19 11:02:00)  by Paul O'B
Firefox2 and under will misplace content very badly if image height and width attributes are missing. It doesn't matter if the css has the dimensions specified and the page loads with the content and images misplaced. Once images and css are cached this no longer happens but it was a very common problem with gecko and occasionally IE. Modern browsers seem to behave better but we still see ...
Thread:  Show this thread (97 posts)   Thread info: Do not use width and height on images? Size: 714 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Do not use width and height on images? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 17 hours ago (2009-11-30 10:25:00)  by RyanReese
Hi, IE in general don't support background images on the <tr> element well at all, though this isn't ideal, assuming you know the width of the <td>s you could slice up the image you put on the <tr> and place it on the <td>s.
Thread:  Show this thread (10 posts)   Thread info: TR background image bug in IE8 >> IE7 Solution does not work? Size: 248 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: TR background image bug in IE8 >> IE7 Solution does not work? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 18 hours, 26 minutes ago (2009-12-01 09:40:00)  by billy_111
You know what, never mind. Its actually the logo that i need to change as it is not in the middle. Had a long day!
Thread:  Show this thread (2 posts)   Thread info: Why cant i get the text in the center? Size: 260 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why cant i get the text in the center? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
 

Hot threads for last week on CSS::

CSS
Started 1 week, 3 days ago (2009-11-22 03:57:00)  by YuriKolovsky
exciting quiz's once again now i wonder where i could squeeze out some free time.
Thread:  Show this thread (72 posts)   Thread info: CSS - Test Your CSS Skills Number 30 - Multi columns Size: 186 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CSS - Test Your CSS Skills Number 30 - Multi columns :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 1 week, 5 days ago (2009-11-19 11:02:00)  by Paul O'B
Firefox2 and under will misplace content very badly if image height and width attributes are missing. It doesn't matter if the css has the dimensions specified and the page loads with the content and images misplaced. Once images and css are cached this no longer happens but it was a very common problem with gecko and occasionally IE. Modern browsers seem to behave better but we still see ...
Thread:  Show this thread (97 posts)   Thread info: Do not use width and height on images? Size: 714 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Do not use width and height on images? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 1 week, 1 day ago (2009-11-23 10:19:00)  by Alex
Dez, Yes, you can do this. The universal selector (*) selects all elements within the page, essentially. To do what you are trying to do, you would need to add this to your CSS file: Code: * { padding: 0; margin: 0; } Alex
Thread:  Show this thread (21 post)   Thread info: Universal selectors ? Size: 574 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Universal selectors ? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 1 week, 5 days ago (2009-11-19 05:06:00)  by valarcher
Oh dear, Paul advised me (in PM I sent him) that it's too risky to use css box model with such an ancient doctype. He writes: -----begin Paul----- The doctype you are using throws all versions of IE into quirks mode and if you have specified widths, padding and borders for the same element then the size will be wrong in all versions of IE because in quirks mode it uses the broken box model....
Thread:  Show this thread (39 posts)   Thread info: tacking xhtml 1.0 onto html 4.0 page Size: 2,736 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: tacking xhtml 1.0 onto html 4.0 page :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 6 days, 1 hour ago (2009-11-26 02:49:00)  by Paul O'B
I'm out today so I'll just tackle issue number1 & 4 1) the bigger gap in Firefox is due to the default top margin on the h3 that you have in those blocks. Remove the top margin from the h3 and apply a bottom margin to each block instead. e.g. Code: #footernav h3{margin-top:0} #shopnav, #infonav, #webnav, #artnav { background:#F2FFDF none repeat scroll 0 0; margin-bottom:20px !...
Thread:  Show this thread (19 posts)   Thread info: problems with IE 5, 6, 7 Size: 2,041 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: problems with IE 5, 6, 7 :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 3 days, 2 hours ago (2009-11-29 01:48:00)  by BPartch
I fixed the IE6 issues, forgot some .css for it. The rest of the issues still apply though.
Thread:  Show this thread (17 posts)   Thread info: z-index/flash issue Size: 294 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: z-index/flash issue :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
RE: Font for menu - 16 new posts
Started 1 week ago (2009-11-24 20:49:00)  by RyanReese
Hi, can you post a link to hwere this is happening? Hard to say without . Make sure your cache is cleared in IE8.
Thread:  Show this thread (16 posts)   Thread info: Font for  menu Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Font for   menu :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 2 days, 10 hours ago (2009-11-29 17:13:00)  by EricWatson
Hello, outline:0; will remove that.
Thread:  Show this thread (16 posts)   Thread info: Css block outline problem Size: 35 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Css block outline problem :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 1 week, 1 day ago (2009-11-23 15:36:00)  by ralph.m
I don't have IE on at the moment, but looking from my Mac, I find that using the margin method on #main often fails in IE, so I don't use it. Instead, I would float #main to the right and remove the margin: Code: #main { background: url(../i/gfx_bkg_main.png) no-repeat 0 0; width: 680px; margin: 37px 0 0 0px ; padding: 34px 34px 75px; float:right; } Floating ...
Thread:  Show this thread (14 posts)   Thread info: Page Content Getting Pushed Down Size: 821 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Page Content Getting Pushed Down :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."
CSS
Started 1 week, 1 day ago (2009-11-23 10:28:00)  by mbond5
Forgot to mention one thing also in IE, between the headet and the Navigation there is a white space how do I get this nice and snug with each other. Thanks, Mike
Thread:  Show this thread (13 posts)   Thread info: Images getting Cut Off in IE or not there??? Size: 192 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Images getting Cut Off in IE or not there??? :: CSS :: SitePoint : New Articles, Fresh Thinking for Web D..."