HighDots Forums  

Re: Any decent CSS forums?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Any decent CSS forums? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stan Brown
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-18-2004 , 12:33 AM






"BenOne©" <nosp@m.thanks.mate> wrote in
comp.infosystems.www.authoring.stylesheets:

Quote:
Are there any CSS forums that get more traffic and deal with more advanced
issues that this news group?
I'm speechless.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com
Modern cyberspace is a deadly festering swamp, teeming with
dangerous programs such as "viruses," "worms," "Trojan horses,"
and "licensed Microsoft software" that can take over your
computer and render it useless. --Dave Barry


Reply With Quote
  #2  
Old   
Neal
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-18-2004 , 12:34 AM






On Fri, 18 Jun 2004 00:33:39 -0400, Stan Brown
<the_stan_brown (AT) fastmail (DOT) fm> wrote:

Quote:
"BenOne©" <nosp@m.thanks.mate> wrote in
comp.infosystems.www.authoring.stylesheets:

Are there any CSS forums that get more traffic and deal with more
advanced
issues that this news group?

I'm speechless.

I guess he's tired of the daily "how do I do align='center' in CSS"
questions here...


Reply With Quote
  #3  
Old   
Ben Thomas
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-18-2004 , 11:45 PM



Neal wrote:
Quote:
On Fri, 18 Jun 2004 00:33:39 -0400, Stan Brown
the_stan_brown (AT) fastmail (DOT) fm> wrote:

"BenOne©" <nosp@m.thanks.mate> wrote in
comp.infosystems.www.authoring.stylesheets:

Are there any CSS forums that get more traffic and deal with more
advanced
issues that this news group?


I'm speechless.


I guess he's tired of the daily "how do I do align='center' in CSS"
questions here...
Not at all.

I posted "Layout and colour problems" on the 16th of June and have had
no responses. Thought maybe it is too complicated for the regulars here
so wondered if there are other forums where I should post my question.

Thanks for any help.

--
Ben Thomas
Melbourne
Australia



Reply With Quote
  #4  
Old   
Neal
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-18-2004 , 11:54 PM



On Sat, 19 Jun 2004 13:45:30 +1000, Ben Thomas <idontthink (AT) so (DOT) ok> wrote:

Quote:
Neal wrote:
I guess he's tired of the daily "how do I do align='center' in CSS"
questions here...

Not at all.

I posted "Layout and colour problems" on the 16th of June and have had
no responses. Thought maybe it is too complicated for the regulars here
so wondered if there are other forums where I should post my question.
Oh that. I missed that one. The div only contains floated elements, so the
actual div won't go all the way down. See how I altered it here...

....
<div id=boxfoot>
<a class=main href="product0001.html">info</a>
<a class=main href="buy.html">buy</a>
</div>
</div>
</center>
<div style="clear: both; width: 100%">&nbsp;</div>
</div>
....


Reply With Quote
  #5  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-19-2004 , 01:36 AM



Ben Thomas <idontthink (AT) so (DOT) ok> wrote:

Quote:
I posted "Layout and colour problems" on the 16th of June and have had
no responses.
If that made you ask a provocative question that effectively meant "you
are too stupid for me", then I think it is better to both sides if you
don't attend this group, at least until you have learned some minimal
decency in your manners. Get back the money you paid for this helpdesk.

I might have sent this advice by E-mail only if you had not forged your
address.

--
Yucca, http://www.cs.tut.fi/~jkorpela/


Reply With Quote
  #6  
Old   
Ben Thomas
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-19-2004 , 08:39 PM



kchayka wrote:
Quote:
Ben Thomas wrote:

I posted "Layout and colour problems" on the 16th of June and have had
no responses. Thought maybe it is too complicated for the regulars here
so wondered if there are other forums where I should post my question.


Maybe noone is responding because you aren't asking anything that hasn't
come up numerous times before. Could be you'll find the answer yourself
in a few minutes of searching the google newsgroup archives.

Just a thought.

I don't have WWW access from the place I posted the original question.

If it was something posted many times in the past, and no-one could be
bothered to reply with the actual answer, I would have appreciated it if
someone had said "check google", but as they didn't even do that, the
regulars make it look like they don't know the answer.

You said "maybe no-one is responding...". Does that mean you don't know
if it's come up numerous times before?

Ben



Reply With Quote
  #7  
Old   
Ben Thomas
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-19-2004 , 08:46 PM



Jukka K. Korpela wrote:

Quote:
Ben Thomas <idontthink (AT) so (DOT) ok> wrote:


I posted "Layout and colour problems" on the 16th of June and have had
no responses.


If that made you ask a provocative question that effectively meant "you
are too stupid for me", then I think it is better to both sides if you
don't attend this group, at least until you have learned some minimal
decency in your manners. Get back the money you paid for this helpdesk.
Please explain what is so provocative about:
"Are there any CSS forums that get more traffic and deal with more
advanced issues that this news group?"

I've also posted other questions in the past and received few replies.
Other groups I frequent are not shy about replying to topics that get
discussed a lot. The only reason for the lack of replies that I could
come up with was that the members don't know the answers.

In no way did I suggest that this group does not deal with advanced
issues. I made no suggestion that people here are stupid.

Why are you so confrontational? Usenet should be a place where people
enjoy sharing their knowledge.

You just seem to want to criticise.

And you talk about manners.

Quote:
I might have sent this advice by E-mail only if you had not forged your
address.
I'd say it's the sort of thing worth discussing in the group, so other
newbies can learn...



Reply With Quote
  #8  
Old   
Ben Thomas
 
Posts: n/a

Default Thanks Neal (was Re: Any decent CSS forums?) - 06-19-2004 , 08:53 PM



Neal wrote:


Quote:
Oh that. I missed that one. The div only contains floated elements, so
the actual div won't go all the way down. See how I altered it here...

...
div id=boxfoot
a class=main href="product0001.html">info</a
a class=main href="buy.html">buy</a
/div
/div
/center
div style="clear: both; width: 100%">&nbsp;</div
/div
...
Thanks heaps Neal. That's a great suggestion.

Now if only there was a way to get the black to stretch right to the
bottom of the viewport if the page is less than one screen high... I
think I'm pushing my luck a bit there though.

Thanks again.

Ben Thomas



Reply With Quote
  #9  
Old   
Spartanicus
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-19-2004 , 09:39 PM



Ben Thomas <idontthink (AT) so (DOT) ok> wrote:

Quote:
If that made you ask a provocative question that effectively meant "you
are too stupid for me", then I think it is better to both sides if you
don't attend this group, at least until you have learned some minimal
decency in your manners. Get back the money you paid for this helpdesk.

Please explain what is so provocative about:
"Are there any CSS forums that get more traffic and deal with more
advanced issues that this news group?"
The tone, I also took that remark as "you are too stupid for me".

Quote:
I've also posted other questions in the past and received few replies.
As Jukka said, this isn't a helpdesk, it's a discussion group. If you
don't get any replies then you've asked a question that failed to
interest the members.

--
Spartanicus


Reply With Quote
  #10  
Old   
Stan Brown
 
Posts: n/a

Default Re: Any decent CSS forums? - 06-19-2004 , 10:11 PM



"Ben Thomas" <idontthink (AT) so (DOT) ok> wrote in
comp.infosystems.www.authoring.stylesheets:
Quote:
I don't have WWW access from the place I posted the original question.

If it was something posted many times in the past, and no-one could be
bothered to reply with the actual answer, I would have appreciated it if
someone had said "check google", but as they didn't even do that, the
regulars make it look like they don't know the answer.
If you have Usenet but not WWW access (unlikely though that seems),
what good would it have done to tell you to check google?

Contrariwise, if you can check google, why didn't you?

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.