Re: [css-d] navigation list with bullet and background color change.

2011-12-03 Thread mem
Thank you all, again. :) Issue solved. M. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/po

Re: [css-d] navigation list with bullet and background color change.

2011-12-02 Thread David Laakso
On 12/2/11 2:14 PM, mem wrote: I'm trying to make a list that will change tree things on hover: text color; background color; bullet image; k. regards, mem Something like this? mem html,body{margin:0;padding:0;} nav ul{margin:0;padding:0} nav ul li{list-style:none;} nav ul l

Re: [css-d] navigation list with bullet and background color change.

> It seems that, when we mouse hover the padding area, we will have a red > text over a red background, a bad combination that should never arrive. The padding area isn't the issue. It's actually the border. Which means as written, there's only 1px where that can happen. I had to try really har

Re: [css-d] navigation list with bullet and background color change.

> It seems that, when we mouse hover the padding area, we will have a red text over a red background, a bad combination that should never arrive. I am seeing white text on red background. Good luck. > > I'm trying to make a list that will change tree things on hover: > > text color; > bac

[css-d] navigation list with bullet and background color change.

I'm trying to make a list that will change tree things on hover: text color; background color; bullet image; Can I please ask you guys to have a look here: http://jsfiddle.net/4PUFa/5/ It seems that, when we mouse hover the padding area, we will have a red text over a red background, a bad co

Re: [css-d] Navigation

On 10/17/11 12:18 PM, Michael Fokken wrote: [...] I never use points. I use px for sizing pages, margins, and padding. I use 'em' for font-sizes, that way I can declare the font-size in the body. Then if I want I can change the font size for everything by just changing it in the body and it keep

Re: [css-d] Navigation

I'm not sure where the points are coming in. But if you mean at some places the css shows up as margin: 0pt; I think either firefox added that or your original css file had it. I never use points. I use px for sizing pages, margins, and padding. I use 'em' for font-sizes, that way I can declare th

Re: [css-d] Navigation

I left all the tags in the css. I was only trying to keep the current css for your menu. I did take out things that will affect submenus. But there is an amazing tool that I use in Firefox, called Firebug. It's a web developer tool that you can view and edit the css live to see changes. (there are

Re: [css-d] navigation arrows

On 10/10/11 8:19 AM, Brahm Friedlander wrote: In a web site I just finished, http://www.juneselznickdrutz.ca , I have thumbnails on the left side of the page and larger images of the thumbnails on the right side. I would like to place directional arrows below the larger image and navigate

[css-d] navigation arrows

In a web site I just finished, http://www.juneselznickdrutz.ca , I have thumbnails on the left side of the page and larger images of the thumbnails on the right side. I would like to place directional arrows below the larger image and navigate through the images with the arrows rather than h

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

On 8/2/10 4:00 PM, Philip Taylor (Webmaster, Ret'd) wrote: > 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) ? > Pass. Cordially, David --

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

On Tue, 03 Aug 2010 11:29:15 +0100, Bobby Jack wrote: > Of course, that method doesn't help if you don't have CSS enabled or if, > for example, you're using a screen reader. You could also use javascript > to remove the 'href' attribute, but that suffers from the same sort of > problem. >

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

--- On Tue, 8/3/10, Duncan Hill wrote: > to add a little to MB's method, and maybe confound the SSI > doubters a  > little bit. > The 'active' page can easily have its link disabled with no > more than CSS  > by changing the cursor to a standard arrow so that the user > does not  > expect any

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

Duncan Hill wrote: > > > (bonus for whoever tells me why the four panels are rendered differently > between surprising browsers, Firefox and IE7/8 versus all the rest! > > Duncan > /Anything/ to relieve the boredom of all this. But, what four panels do you mean? Best, ~d -- desktop

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

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

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

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

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] navigation link a different colour when page is active

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

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

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

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] navigation link a different colour when page is active

>> 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.