Re: [css-d] Show more text using CSS

2006-08-11 Thread Appalaches Web
Hi Janet and all of you that reply to this post, Like Chris said there is an interesting avenue in CSS developed by Stu Nicholls of CSSPlay at this page: http://www.cssplay.co.uk/menu/more.html. Stu used only CSS and a little JavaScript to do that. Unfortunately, it does not work very well in al

Re: [css-d] Problem with css popup info box

2006-07-31 Thread Appalaches Web
avaScript but I know nothing about it. I do not know what to change in this script. GJ - Original Message - From: "Michael Landis" <[EMAIL PROTECTED]> To: "Appalaches Web" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 31, 2006 1:25 PM Subject: Re: [css-d] Problem

[css-d] Problem with css popup info box

2006-07-28 Thread Appalaches Web
Hi, I have a problem with an all css snippet box containing a more information link. On this page http://connaissances.org/site2/ there are two of these snippet boxes. The second box is working fine in IE6 and FF except when you hit your browser scrollbar. I tried to make links in the first on

Re: [css-d] World is upside-down, IE is good but FF is wrong

2006-05-29 Thread Appalaches Web
to fix in IE but my biggest problem now is with the red border. GJ - Original Message - From: "Kenny Graham" <[EMAIL PROTECTED]> To: "Appalaches Web" <[EMAIL PROTECTED]>; Sent: Tuesday, May 30, 2006 1:59 AM Subject: Re: [css-d] World is upside-down, IE

[css-d] World is upside-down, IE is good but FF is wrong

2006-05-29 Thread Appalaches Web
Hi, I try to fix a flyout menu. I do not know why it happens but by chance or maybe not I found my menu working fine in IE but I have problem to correct it for Firefox. You could look at the page at: http://connaissances.org/site2/ Css are at: http://connaissances.org/site2/web.css and http:/

[css-d] Marquee xhtml and css3

2006-05-23 Thread Appalaches Web
Hi, Is there a way to achieve a valid marquee effect with css and xhtml ? I tried a marquee tag in xhtml page and css rules. It is working fine in most browsers but not validate in xhtml validator. I reed the Bert Bos article at W3C Working Draft http://www.w3.org/TR/css3-box/#marquee

[css-d] H1 like watermark

2006-05-15 Thread Appalaches Web
Hi, Is anybody knows how to turn a h1 tag transparent like a watermark ? Thanks, GJ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

[css-d] Vertical deviders in hoizontal lis tnav bar

2006-04-23 Thread Appalaches Web
Hi, I want to apply vertical dividers in my horizontal side bar between links. I want to achieve these dividers looks like transparent and about 2px large. How could I insert this kind of dividers between list elements? http://awreferencement.com/site1/ http://awreferencement.com/site1/web.cs

Re: [css-d] List nav bar problem

2006-04-23 Thread Appalaches Web
Bill wrote: > On Line 189 of your web.css, you have this declaration: > > .menu ul li a, a:visited > > Changing that to read > > .menu ul li a, .menu ul li a:visited > > should solve the problem. > > Hope it helps. > Bill Brown I did not expect that a rule in my other nav bar is the cause of

[css-d] List nav bar problem

2006-04-22 Thread Appalaches Web
Hi, My horizontal nav bar extends when clicked and when visited in FF and IE, How could I fix it to keep the same width and height of the original layout? http://awreferencement.com/site1/ http://awreferencement.com/site1/web.css Thanks GJ