Re: [css-d] print stylesheet

2010-08-02 Thread Elizabeth Farley
On Mon, Aug 2, 2010 at 8:22 AM, Gabriele Romanato < gabriele.roman...@gmail.com> wrote: > Congrats for the website! It's beatiful. ^.^/ > Coming to your question, at the moment there are no straight solutions to > your problem. To change the background, simply specify a white background > color on

Re: [css-d] :hover :schmover

2010-08-02 Thread Tim Climis
On Monday, August 02, 2010 10:18:22 pm Chip Meyer wrote: > What I'm Trying to Do > Have a list within which each item consists of a thumbnail image and some > descriptive text wrapping around it. When a user hovers the thumbnail, a > larger image pops up. > > What's Not Working > The larger image

Re: [css-d] fluid layout - vertical

2010-08-02 Thread Philippe Wittenbergh
On Aug 3, 2010, at 5:11 AM, Elizabeth Farley wrote: > but > can I manipulate the css (ie using a percentage like you would on widths) to > make it fluid based on the height of the screen? So that the taller the > screen the more spread out the elements and the shorter the screen the > closer the

[css-d] IE8 float bug/s?

2010-08-02 Thread Zoran Zorkic
Hi! I got stuck on floats in IE8. I have 2 floating spans inside a div, but IE8 renders them all over the place. I've but some color on the elements to make them stand out. Any idea why? I put the sample here: http://lemur.dreamhosters.com/cssd/ Thanks!

[css-d] :hover :schmover

2010-08-02 Thread Chip Meyer
What I'm Trying to Do Have a list within which each item consists of a thumbnail image and some descriptive text wrapping around it. When a user hovers the thumbnail, a larger image pops up. What's Not Working The larger image pops up when the user hovers over any part of the list item, which incl

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Duncan Hill
On Mon, 02 Aug 2010 19:42:34 +0100, MB wrote: > Shortie Designs said: > >> I'm trying to keep the current page navigation link a different colour >> to >> the rest of the navigation link - this way users will know what page >> they >> are on. Ie: if the user is on the 'ABOUT US' page - then

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Duncan Hill
missed an extra link with my earlier reply http://www.w3.org/TR/SVG/interact.html#PointerEventsProperty Duncan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Philip Taylor (Webmaster, Ret'd)
Ah : I see the article is entitled "Apache Tutorial: Introduction to Server Side Includes" -- is the same functionality available in all SSI processors, do you know (for example, in IIS) ? ** Phil. David Hucklesby wrote: > On 8/2/10 12:26 PM, Philip Taylor (Webmaster, Ret'd) wrote: >> Int

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Chris F.A. Johnson
On Mon, 2 Aug 2010, Philip Taylor (Webmaster, Ret'd) wrote: > > > Chris F.A. Johnson wrote: > >> Why do you want a link to the current page? >> >> Remove the tags and style it differently. > > Whilst I cannot answer for the original enquirer, the most > common reasons for wanting to lin

Re: [css-d] fluid layout - vertical

2010-08-02 Thread David Laakso
Elizabeth Farley wrote: > >> Elizabeth Farley wrote: >> >> >>> How can I tweak this website so that the bottom part of the site would be >>> better visible on a widescreen laptop? >>> >>> http://elizabethfarley.web.officelive.com/StoneTheater/index.html >>> >>> Thanks so much, >>> >>> >>>

Re: [css-d] fluid layout - vertical

2010-08-02 Thread Elizabeth Farley
On Mon, Aug 2, 2010 at 12:25 PM, David Laakso wrote: > Elizabeth Farley wrote: > >> How can I tweak this website so that the bottom part of the site would be >> better visible on a widescreen laptop? >> >> http://elizabethfarley.web.officelive.com/StoneTheater/index.html >> >> Thanks so much, >> >

Re: [css-d] fluid layout - vertical

2010-08-02 Thread David Laakso
Elizabeth Farley wrote: > How can I tweak this website so that the bottom part of the site would be > better visible on a widescreen laptop? > > http://elizabethfarley.web.officelive.com/StoneTheater/index.html > > Thanks so much, > I suppose that depends on what you mean by "better visib

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Philip Taylor (Webmaster, Ret'd)
Intrigued :-) What handles the #IF/#ELSE/#ENDIFs ? ** Phil. David Hucklesby wrote: > David Laakso has given an excellent solution. But I respectfully > disagree that SSI cannot be used. Here is a demo I made for a student > who wants to do that very thing. I hope it helps: > > http://web

[css-d] fluid layout - vertical

2010-08-02 Thread Elizabeth Farley
How can I tweak this website so that the bottom part of the site would be better visible on a widescreen laptop? The main area is a flash file and I suppose I can make it smaller, but are there other ideas for solutions? I have looked at Maxdesign's article on liquid layouts ( http://www.maxdesign.

[css-d] fluid layout - vertical

2010-08-02 Thread Elizabeth Farley
How can I tweak this website so that the bottom part of the site would be better visible on a widescreen laptop? The main area is a flash file and I suppose I can make it smaller, but are there other ideas for solutions? I have looked at Maxdesign's article on liquid layouts ( http://www.maxdesign.

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread MB
Shortie Designs said: >I'm trying to keep the current page navigation link a different colour to >the rest of the navigation link - this way users will know what page they >are on. Ie: if the user is on the 'ABOUT US' page - then the About US link >in the navigation bar is a different colour. I d

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread David Hucklesby
On 8/2/10 1:19 AM, Philip Taylor (Webmaster, Ret'd) wrote: > > > Chris F.A. Johnson wrote: > >> Why do you want a link to the current page? >> >> Remove the tags and style it differently. > > Whilst I cannot answer for the original enquirer, the most common > reasons for wanting to link to the cu

Re: [css-d] print stylesheet

2010-08-02 Thread Gabriele Romanato
Congrats for the website! It's beatiful. ^.^/ Coming to your question, at the moment there are no straight solutions to your problem. To change the background, simply specify a white background color on your print stylesheet: body { background: #fff; color: #000; } You can even get rid of

[css-d] print stylesheet

2010-08-02 Thread Elizabeth Farley
I have been a "reader" of this group for over a year now, and it amazes me the amount of knowledge and help that passes through this list. Thank you to all the people who are active participants in this group. I am constantly learning tricks of the trade. 1) I am trying to create a print styleshee

Re: [css-d] navigation link a different colour when page is active

2010-08-02 Thread Sandy
>> I'm trying to keep the current page navigation link a different colour to >> the rest of the navigation link - this way users will know what page they >> are on. An approach I like is putting the highlight link style in the , since this lets me use the same include for all the menus.