|
More site info...
|
|
Forum profile page for CSS on http://www.webdeveloper.com.
This report page is the aggregated overview from a single forum: CSS, located on the Message Board at http://www.webdeveloper.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.webdeveloper.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:
|
65
|
229
|
680
|
|
Post:
|
176
|
677
|
1,583
|
|
|
CSS Posting activity graph:
|
Top authors during last week:
user's latest post:
using Ajax, Javascript and...
Published (2009-11-26 21:02:00)
XHTML has a few different rules than HTML, is a little stricter, but more flexible... The validators aren't perfect and are sometimes misleading in descriptions of a problem... the only way to use a validator effectively is to fix the errors starting at the top of the list... some "errors" aren't really errors, but are seen as such due to real errors in syntax that came before them. It is probably finally picking up...
user's latest post:
custom selectors ?
Published (2009-11-24 03:34:00)
It's a question of how much emphasis is required .
user's latest post:
DIVS not floating
Published (2009-11-27 01:25:00)
You're right, and thanks for the quick reply. I posted twice beyond the time last night. The last one was me remembering the way to get three columns with css. Again, thanks for covering for my mistake.
user's latest post:
Sliding Doors - help please!
Published (2009-11-21 04:32:00)
IE doesn't understand ul li:last-child Make this a class rather than a pseudo class.
user's latest post:
Sorry to ask another ? on the...
Published (2009-11-25 15:46:00)
display: block on .btn makes it work. EDIT: Oops! didn't see the above post...CFHutton is right.
user's latest post:
Localhost/Webhost issue.
Published (2009-11-19 11:10:00)
Dude, you're the king. I changed transfer mode to binary in the FTP client and it worked perfectly now. THANK YOU!
mishimasan Registered User
5
user's latest post:
Localhost/Webhost issue.
Published (2009-11-19 11:10:00)
Dude, you're the king. I changed transfer mode to binary in the FTP client and it worked perfectly now. THANK YOU!
user's latest post:
Sorry to ask another ? on the...
Published (2009-11-25 18:51:00)
Quote: Originally Posted by royhobbs nope didnt do anything nor does it make any sense to do that since all the widths and info are specific for each link not the entire table. that would essentially cause more problems. anyone? Why would it cause more problems? Add a btn class and style it accordingly.
user's latest post:
using Ajax, Javascript and...
Published (2009-11-26 17:07:00)
Thank you for that. I have been writing my own HTML websites since 1995 and I don't ever recall using encoded html... with that said, I never used code validators, I only looked at the html in all the browsers I had installed to see if there were issues. That is the only way I did it. Anyhow, I guess since I am self taught that is why there are so many errors. Anyhow, I still do not understand most of these errors. what does this mean:...
|
|
|
|
Latest active threads on CSS::
Started 1 day, 3 hours ago (2009-11-29 17:47:00)
by Specht08
I don't know you stylesheet but try a negative value with margin-top (margin-top:-10px)
Started 1 day, 14 hours ago (2009-11-29 06:37:00)
by asmith20002 asmith20002 is offline Registered User
Hi,
I've been using tables for long enough and I found them pretty easy and compatible for every browser. But nowadays using tables is getting more and more frown upon mostly because of it being slower. (For layout)
Anyway, I want to know how do you create such code with div?
Code:
<table width="100%"><tr>
<td width="50">content</td>
<td>content</td>
<td width="50">content...
Started 2 days, 12 hours ago (2009-11-28 08:01:00)
by mitya
This raises broader issues regarding the spacing conventions you've used in your layout. Fixed width or percents or both? If everything is percent, it's easy; if some is fixed and you want something else to stretch to fit, that is famously hard.
A workaround wolud be to constantly size it with Javascript by reading the viewport size, but I don't know how proficient you are in JS.
Started 3 days, 3 hours ago (2009-11-27 17:02:00)
by adam_fake adam_fake is offline Registered User
I'm been on this for 5 hours or so.
I'm trying to get the thumbnails to float alongside each other as i'd like to have 3 in a row but can i hell achieve it! The first thumbnail has a class of 'thumb0' and the second has a class of 'thumb1' or which it alternates between 0 and 1 as it goes down the list.
Because there are two classes and i can manage to align to columns of thumbnails but...
Started 6 days, 10 hours ago (2009-11-24 10:21:00)
by Fashy
Also there seems to be a block of white space at the very start of the li tag pushing the first sentence in too far. It will go if i set margin: 0 but i need to put a top margin on.
Started 4 days, 23 hours ago (2009-11-25 20:58:00)
by CFHutton
float the first one to left, and give the second one a margin that equals the width of the first.
edit: maybe a hair bigger than the first one. Just depends on what you want to do.
A left margin that equals the width of the first div.
Sigh, nite nite time.
Started 4 days, 14 hours ago (2009-11-26 06:27:00)
by opifex
My crystal ball is very cloudy this morning.... could you post a link to the problem? Then someone might be able to lend a hand.
|
|
Hot threads for last week on CSS::
Started 6 days, 10 hours ago (2009-11-24 10:21:00)
by Fashy
Also there seems to be a block of white space at the very start of the li tag pushing the first sentence in too far. It will go if i set margin: 0 but i need to put a top margin on.
Started 4 days, 21 hours ago (2009-11-25 22:55:00)
by Thomass
Just make sure your position is absolute
and give up your marge for left and top, and your width and height
#borderleft {
width: 10px;
margin: 30px 0px 30px auto;
background: url(../images/bordervertical.png) top left repeat-y;
position: absolute;
z-index:4;
left:0px;
top:0px;
height:698px;
z-index:2;
}
#borderright {
width: 10px;
margin: 30px ...
Started 4 days, 14 hours ago (2009-11-26 06:27:00)
by opifex
My crystal ball is very cloudy this morning.... could you post a link to the problem? Then someone might be able to lend a hand.
Started 6 days, 4 hours ago (2009-11-24 16:24:00)
by CFHutton
Hi,
Try this:
<div>
<a href="somewhere.htm" style="display:block;">
***Put rest of div content here***
</a>
</div>
Started 1 week ago (2009-11-22 21:59:00)
by cofactor cofactor is offline Registered User
hi,
i AM USING DREAMWEAVER 8.
I have a CSS div box on the left of my page.
I have put an image in that box.
NOW, I want to write some text at bottom of the image.
so,I wrote some text in the Design View at bottom of the image.
But to my surprise, I found the text to come by the side of the image in the browser!
HOW do i fix this ? need your help
Started 1 week, 2 days ago (2009-11-21 10:07:00)
by Fang
That is normal layout
Code:
<p>This is <img> This is</p>
There must be more specific requirements.
Started 4 days, 23 hours ago (2009-11-25 20:58:00)
by CFHutton
float the first one to left, and give the second one a margin that equals the width of the first.
edit: maybe a hair bigger than the first one. Just depends on what you want to do.
A left margin that equals the width of the first div.
Sigh, nite nite time.
Started 1 day, 14 hours ago (2009-11-29 06:37:00)
by asmith20002 asmith20002 is offline Registered User
Hi,
I've been using tables for long enough and I found them pretty easy and compatible for every browser. But nowadays using tables is getting more and more frown upon mostly because of it being slower. (For layout)
Anyway, I want to know how do you create such code with div?
Code:
<table width="100%"><tr>
<td width="50">content</td>
<td>content</td>
<td width="50">content...
Started 2 days, 12 hours ago (2009-11-28 08:01:00)
by mitya
This raises broader issues regarding the spacing conventions you've used in your layout. Fixed width or percents or both? If everything is percent, it's easy; if some is fixed and you want something else to stretch to fit, that is famously hard.
A workaround wolud be to constantly size it with Javascript by reading the viewport size, but I don't know how proficient you are in JS.
Started 1 week, 1 day ago (2009-11-21 21:24:00)
by ssystems
check if you taking out the overflow: hidden for #login helps
|
|