|
Next: isolated home sever
|
| Author |
Message |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 16) Posted: Fri May 20, 2005 7:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: alt>www>webmaster (more info?)
|
|
|
Forging a path through the Usenet jungle, armed only with a rusty
MicroPlanet Gravity v2.50, saz stumbled into alt.www.webmaster and said:
>> > ...
>> > My understanding is that any link inside, say, a table with a
>> > class="nav" should be yellow (#FFFF66)
>> >
>> The correct way to write that is:
>>
>> nav.a:link { color: #ffff66; }
>>
>> You left out the semi-colon, and you should also use lower-case for all
>> letters (the semi-colon was the real problem).
>>
> It should also have a dot in front of the nav. Sorry.
>
> .nav.a:link { color: #FFFF66}
Keep going - you'll get there
btw, semi-colon is optional on the last entry and the characters in the
colour code are case insensitive.
--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2005 Posts: 63
|
(Msg. 17) Posted: Fri May 20, 2005 7:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <op.sq3g3gh7m9g4qz-wnt DeleteThis @tbdata.com>, SpamBlocked DeleteThis @tbdata.com
says...
> Forging a path through the Usenet jungle, armed only with a rusty
> MicroPlanet Gravity v2.50, saz stumbled into alt.www.webmaster and said:
>
> >> > ...
> >> > My understanding is that any link inside, say, a table with a
> >> > class="nav" should be yellow (#FFFF66)
> >> >
> >> The correct way to write that is:
> >>
> >> nav.a:link { color: #ffff66; }
> >>
> >> You left out the semi-colon, and you should also use lower-case for all
> >> letters (the semi-colon was the real problem).
> >>
> > It should also have a dot in front of the nav. Sorry.
> >
> > .nav.a:link { color: #FFFF66}
>
> Keep going - you'll get there
>
> btw, semi-colon is optional on the last entry and the characters in the
> colour code are case insensitive.
>
>
I should have quit while I was ahead.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1625
|
(Msg. 18) Posted: Sat May 21, 2005 3:55 am
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Once upon a time, far far away David Preston
<dave.TakeThisOut@dbpreston.wanadoo.co.uk> spluttered
>My understanding is that any link inside, say, a table with a
>class="nav" should be yellow (#FFFF66)
>
>But it just doesn't work - the link is the standard blue.
>
>I'm obviously doing something wrong, but I don't know what.
REMEMBER a web browser may be set to ignore CSS suggestions.
Matt
--
The Probert Encyclopaedia - Beyond Britannica
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 19) Posted: Sat May 21, 2005 5:55 am
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Bokma wrote
> Norman L. DeForest wrote:
>
>> "HTML 3.2 Reference - Zipped HTML"
<font color=green> >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wilbur.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wilbur.zip</font</a>>
>
> drop that one.
>
>> "HTML 4.0 Reference - Zipped HTML":
<font color=green> >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdghtml40.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdghtml40.zip</font</a>>
>
> drop that one.
>
>> "CSS Guide - Zipped HTML":
<font color=green> >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdgcss.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdgcss.zip</font</a>>
>
<font color=purple> > <a style='text-decoration: underline;' href="http://w3c.org/</font" target="_blank">http://w3c.org/</font</a>>
Drop that one.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 20) Posted: Sat May 21, 2005 7:55 am
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Forging a path through the Usenet jungle, armed only with a rusty Forte
Free Agent 1.21/32.243, Matt Probert stumbled into alt.www.webmaster and
said:
> Once upon a time, far far away David Preston
> <dave.RemoveThis@dbpreston.wanadoo.co.uk> spluttered
>> ...
>> I'm obviously doing something wrong, but I don't know what.
>
> REMEMBER a web browser may be set to ignore CSS suggestions.
yes, a usefule reminder but unless the document author has tried to be
clever with the markup there will be no problems accessing page content
even for the most dumb UA.
When it comes to markup, less (really) is more.
--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 17, 2004 Posts: 284
|
(Msg. 21) Posted: Sat May 21, 2005 8:55 am
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 21 May 2005, Charles Sweeney wrote:
> John Bokma wrote
>
> > Norman L. DeForest wrote:
> >
> >> "HTML 3.2 Reference - Zipped HTML"
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wilbur.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wilbur.zip</font</a>>
> >
> > drop that one.
> >
> >> "HTML 4.0 Reference - Zipped HTML":
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdghtml40.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdghtml40.zip</font</a>>
> >
> > drop that one.
> >
> >> "CSS Guide - Zipped HTML":
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdgcss.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdgcss.zip</font</a>>
> >
<font color=green> > > <a style='text-decoration: underline;' href="http://w3c.org/</font" target="_blank">http://w3c.org/</font</a>>
>
> Drop that one.
Could you suggest any other downloadable references that can be used
off-line?
(I would love to find a complete (and free) downloadable JavaScript
reference that can be accessed off-line. The downloadable ECMA specs only
cover the core of the language without specifying any of the objects,
properties, methods, etc. etc. supported by browsers. It's much like the
situation that existed with the original Pascal specification, with no
defined way to perform I/O, access files or link to other routines.
("writeln" was the only I/O supported.) Only when implementers added
"extensions" to the language did Pascal start to become usable for
practical purposes.)
--
">> consider moving away from Front Page...."
">To what? Any suggestions?"
"Naked bungee-jumping. It's less humiliating <g>"
-- Matt Probert in alt.www.webmaster, March 20, 2005<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Jul 03, 2003 Posts: 569
|
(Msg. 22) Posted: Sat May 21, 2005 1:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charles Sweeney me.TakeThisOut@charlessweeney.com wrote in
<Xns965D642AED34Emecharlessweeneycom.TakeThisOut@130.133.1.4>:
> John Bokma wrote
>
> > Norman L. DeForest wrote:
> >
> >> "HTML 3.2 Reference - Zipped HTML"
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wilbur.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wilbur.zip</font</a>>
> >
> > drop that one.
> >
> >> "HTML 4.0 Reference - Zipped HTML":
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdghtml40.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdghtml40.zip</font</a>>
> >
> > drop that one.
> >
> >> "CSS Guide - Zipped HTML":
<font color=brown> > >> <a style='text-decoration: underline;' href="http://www.htmlhelp.org/distribution/wdgcss.zip</font" target="_blank">http://www.htmlhelp.org/distribution/wdgcss.zip</font</a>>
> >
<font color=green> > > <a style='text-decoration: underline;' href="http://w3c.org/</font" target="_blank">http://w3c.org/</font</a>>
>
> Drop that one.
>
Don't drop any until you've looked through them all and chosen the ones
that suit you.
--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
"live fast, die only if strictly necessary"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Jul 14, 2003 Posts: 1188
|
(Msg. 23) Posted: Sat May 21, 2005 3:30 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
David Preston wrote:
> I'm trying to make a web page that has links (<a> tags) formatted in a
> couple of different ways on the same page. I know CSS is the way to do
> it, but I don't begin to understand how.
>
> Please, would someone direct this thicko to a tutorial that explains the
> way to do it in *very* simple terms...
>
That's not bad. I don't understand my wife!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex.RemoveThis@attglobal.net
==================<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Mar 02, 2005 Posts: 46
|
(Msg. 24) Posted: Sat May 21, 2005 3:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
William Tasso wrote:
> Forging a path through the Usenet jungle, armed only with a rusty Forte
> Free Agent 1.21/32.243, Matt Probert stumbled into alt.www.webmaster
> and said:
>
>> Once upon a time, far far away David Preston
>> <dave.TakeThisOut@dbpreston.wanadoo.co.uk> spluttered
>>
>>> ...
>>> I'm obviously doing something wrong, but I don't know what.
>>
>>
>> REMEMBER a web browser may be set to ignore CSS suggestions.
>
>
> yes, a usefule reminder but unless the document author has tried to be
> clever with the markup there will be no problems accessing page content
> even for the most dumb UA.
>
> When it comes to markup, less (really) is more.
>
So far as this current project goes, the aforementioned link colour
changes will be as fancy as it gets. Having said that, however, playing
with the FF developer toolbar led me to test the page skellington for
validating, and after a couple of changes it does. (Albeit to a standard
of my choosing - 4.01 Transitional - which is very undemanding  )
--
David Preston
Now playing: The Drifters - Kissin' In The Back Row Of The Movies<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 25) Posted: Sat May 21, 2005 3:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Forging a path through the Usenet jungle, armed only with a rusty Mozilla
Thunderbird 1.0 (Windows/20041206), David Preston stumbled into
alt.www.webmaster and said:
> ...
> to test the page skellington for validating, and after a couple of
> changes it does. (Albeit to a standard of my choosing - 4.01
> Transitional - which is very undemanding )
Only a short hop to 4.01 Strict
and from there, a mere hoppety-skip to completely trivial markup
--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 26) Posted: Mon May 23, 2005 2:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Forging a path through the Usenet jungle, Anonymous stumbled into
alt.www.webmaster and said:
> In <7oOdnbKLtNPeERLfRVn-uQ DeleteThis @comcast.com>, jstucklex DeleteThis @attglobal.net wrote:
>> David Preston wrote:
>>> I'm trying to make a web page that has links (<a> tags) formatted in a
>>> couple of different ways on the same page. I know CSS is the way to do
>>> it, but I don't begin to understand how.
>>>
>>> Please, would someone direct this thicko to a tutorial that explains
>>> the
>>> way to do it in *very* simple terms...
>>>
>>
>> That's not bad. I don't understand my wife!
>
> dude, *NO* man understands his wife!
>
> It's like, a law of nature or at least a law of femininity.
femininity has laws? well bugger me sideways with a wet kipper, and there
all along I thought they were completely random.
o random movement
o random noise generators
o random handbag/shoe selection process
> -=-
> This message was sent via two or more anonymous remailing services.
wow - the lengths some folk go to to ensure anoninimity - I guess the
wife-force is strong where you come from.
--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 27) Posted: Mon May 23, 2005 2:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
William Tasso wrote
> Forging a path through the Usenet jungle, Anonymous stumbled into
> alt.www.webmaster and said:
>> -=-
>> This message was sent via two or more anonymous remailing services.
>
> wow - the lengths some folk go to to ensure anoninimity - I guess the
> wife-force is strong where you come from.
Sure looks like it!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: Feb 21, 2005 Posts: 63
|
(Msg. 28) Posted: Mon May 23, 2005 4:36 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <KCIWLRP138495.5456018519@anonymous>,
BigappleRemailer.DeleteThis@bigapple.yi.org says...
> In <7oOdnbKLtNPeERLfRVn-uQ.DeleteThis@comcast.com>, jstucklex.DeleteThis@attglobal.net wrote:
> >David Preston wrote:
> >> I'm trying to make a web page that has links (<a> tags) formatted in a
> >> couple of different ways on the same page. I know CSS is the way to do
> >> it, but I don't begin to understand how.
> >>
> >> Please, would someone direct this thicko to a tutorial that explains the
> >> way to do it in *very* simple terms...
> >>
> >
> >That's not bad. I don't understand my wife!
>
> dude, *NO* man understands his wife!
>
>
What's not to understand? Just do what your wife tells you and you'll
never get into trouble.
Never mind, I tried that and it didn't work.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |
External

Since: May 24, 2005 Posts: 1
|
(Msg. 29) Posted: Mon May 23, 2005 9:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Imported from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 30) Posted: Mon May 23, 2005 9:55 pm
Post subject: Re: I don't understand CSS [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Forging a path through the Usenet jungle, armed only with a rusty ,
Thrasher Remailer stumbled into alt.www.webmaster and said:
> In <Xns965FC1D3814Dmecharlessweeneycom.DeleteThis@130.133.1.4>,
> me.DeleteThis@charlessweeney.com wrote:
>> William Tasso wrote
>>
>>> Forging a path through the Usenet jungle, Anonymous stumbled into
>>> alt.www.webmaster and said:
>>>> -=-
>>>> This message was sent via two or more anonymous remailing services.
>>>
>>> wow - the lengths some folk go to to ensure anoninimity - I guess the
>>> wife-force is strong where you come from.
>>
>> Sure looks like it!
>
> yep, it sure is!
>
> I use remailers becaue I'd really like to KEEP my balls
WARNING: this link may contain images of an explicit sexual nature. If
viewing such things is illegal in your territory or if you're likely to be
offended then DO NOT follow the link.
Ouch! <a style='text-decoration: underline;' href="http://tinyurl.com/9gqmf" target="_blank">http://tinyurl.com/9gqmf</a>
--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: I don't understand CSS |
|
| Back to top |
|
 |  |