|
More site info...
|
|
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.
|
|
|
|
|
Posting activity on CSS:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
219
|
765
|
2,253
|
|
Post:
|
954
|
3,557
|
9,878
|
|
|
CSS Posting activity graph:
|
Top authors during last week:
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...
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
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. .
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
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
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...
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.
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!
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::
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 ...
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 ...
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....
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.
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,...
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 .
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 ...
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.
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!
|
|
Hot threads for last week on 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.
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 ...
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
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....
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 !...
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.
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.
Started 2 days, 10 hours ago (2009-11-29 17:13:00)
by EricWatson
Hello, outline:0; will remove that.
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 ...
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
|
|