Re: [fossil-users] external links

2009-11-02 Thread James Gruessing
I agree with that idea, but for people wanting to replicate the arrow  
or having something similar as prefix or suffix to the link would mean  
most likely resorting to using the content CSS attribute, something  
that is notorious for not working across all browsers. Ah well, you  
can't keep everyone happy.

~ James


On 2 Nov 2009, at 11:02, Dmitry Chestnykh wrote:

 Yeah, I can see the arrow, but it look strange to me. Maybe instead
 add a class to anchor, like, class=external, and then style external
 links in CSS?

 --
 Dmitry Chestnykh
 Coding Robots

 http://www.codingrobots.com
 dmi...@codingrobots.com

 On 02.11.2009, at 12:26, James Gruessing wrote:

 The problem is some browsers (in particular IE, Chrome is a bit
 strange) don't scour the system fonts to best find a replacement
 font just to display that character, or the operating system doesn't
 have a font that contains it. What you should be seeing is something
 like this: http://www.decodeunicode.org/U+27FE .

 drh, don't mind if I fix the HTML/CSS on the site, at least get it
 to validate?

 ~ James


 On 2 Nov 2009, at 08:05, altufa...@mail.com wrote:

 Hi DRH,

 Check-in [0039b7813e] shows a rectangle next to external links in
 IE and chrome. Is that intentional? I expected to see some other
 shape.

 - Altu


Lasgo Chrysalis Limited. Registered in England  Wales No. 1380166.
Part of the Chrysalis Plc. 
Registered office: The Chrysalis Building, Bramley Road, London W10 6SP

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread D. Richard Hipp

On Nov 2, 2009, at 3:05 AM, altufa...@mail.com wrote:

 Hi DRH,

 Check-in [0039b7813e] shows a rectangle next to external links in IE  
 and chrome. Is that intentional? I expected to see some other shape.



OK.  Good to know.  I figured that all browsers these days could  
handle unicode, but apparently IE and Chrome cannot.  I'll take this  
back out for now.

I suppose I should also back out the similar change at 
http://www.sqlite.org/draft/index.html


D. Richard Hipp
d...@hwaci.com



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread Joshua Paine
On Mon, 2009-11-02 at 11:17 +, James Gruessing wrote:
 I agree with that idea, but for people wanting to replicate the arrow  
 or having something similar as prefix or suffix to the link would mean  
 most likely resorting to using the content CSS attribute

Adding some left or right padding and a background image (aligned left
or right) works pretty well.

-- 
Joshua Paine  
LetterBlock: Web applications built with joy  
http://letterblock.com/  
301-576-1920

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread D. Richard Hipp

On Nov 2, 2009, at 7:54 AM, Joshua Paine wrote:

 On Mon, 2009-11-02 at 11:17 +, James Gruessing wrote:
 I agree with that idea, but for people wanting to replicate the arrow
 or having something similar as prefix or suffix to the link would  
 mean
 most likely resorting to using the content CSS attribute

 Adding some left or right padding and a background image (aligned left
 or right) works pretty well.

An image does not change color according to whether or not the link  
has been visited.  :-(

D. Richard Hipp
d...@hwaci.com



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread Michael Richter
Are you kidding Richard?  Unicode is only 8 years old as a standard.  It'll
be at least another 20 before people finally get it (semi-)right.

2009/11/2 D. Richard Hipp d...@hwaci.com


 On Nov 2, 2009, at 3:05 AM, altufa...@mail.com wrote:

  Hi DRH,
 
  Check-in [0039b7813e] shows a rectangle next to external links in IE
  and chrome. Is that intentional? I expected to see some other shape.
 


 OK.  Good to know.  I figured that all browsers these days could
 handle unicode, but apparently IE and Chrome cannot.  I'll take this
 back out for now.

 I suppose I should also back out the similar change at
 http://www.sqlite.org/draft/index.html


 D. Richard Hipp
 d...@hwaci.com



 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread Michael Richter
2009/11/2 D. Richard Hipp d...@hwaci.com

 An image does not change color according to whether or not the link
 has been visited.  :-(


You can use a different image for visited links and unvisited links, though,
right?
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread D. Richard Hipp

On Nov 2, 2009, at 8:20 AM, Michael Richter wrote:

 Are you kidding Richard?  Unicode is only 8 years old as a  
 standard.  It'll be at least another 20 before people finally get it  
 (semi-)right.



When I bring up IE (using VMWare) I see that the = symbol in the last  
two rows of the table at 
http://www.sqlite.org/draft/fileformat2.html#serialtype 
  works correctly but that the check-mark symbols at 
http://www.sqlite.org/draft/fileformat2.html#cellformat 
  do not work.

So I guess the rule is, always try out your HTML on IE to see what  
does and does not work

D. Richard Hipp
d...@hwaci.com



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread James Gruessing


On 2 Nov 2009, at 13:20, Michael Richter wrote:


2009/11/2 D. Richard Hipp d...@hwaci.com
An image does not change color according to whether or not the link
has been visited.  :-(

You can use a different image for visited links and unvisited links,  
though, right?


Well, you can always do something like:

.external_link a{background: url('http://example.com/link.gif') no- 
repeat top right;}
.external_link a:visited{background: url('http://example.com/link_visited.gif') 
 no-repeat top right;}


Or, you can use a transparency hack + setting the background colour,  
which only works if your parent's background colour is defined  
correctly. For as long as you keep it a GIF image (to avoid IE 6's  
issue with PNG transparency), it's also possible and negates the need  
to modify the image to change colours.


~ James
Lasgo Chrysalis Limited. Registered in England  Wales No. 1380166.
Part of the Chrysalis Plc. 
Registered office: The Chrysalis Building, Bramley Road, London W10 6SP
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] external links

2009-11-02 Thread Michael Richter
2009/11/2 D. Richard Hipp d...@hwaci.com

  Are you kidding Richard?  Unicode is only 8 years old as a
  standard.  It'll be at least another 20 before people finally get it
  (semi-)right.



 two rows of the table at
 http://www.sqlite.org/draft/fileformat2.html#serialtype
  works correctly but that the check-mark symbols at
 http://www.sqlite.org/draft/fileformat2.html#cellformat
  do not work.



 So I guess the rule is, always try out your HTML on IE to see what
 does and does not work


If you want a real laugh, look at CJK support on anything other than the
biggest of the big tickets

The check-marks work for me (Ubuntu 9.04/Firefox 3.0.14) but I'm not sure
what I'm looking for at the first one.  Is it the = symbol?
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users