![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am thinking of converting the site I have done for Animals in Distress to CSS, at the moment I am playing around with the top menu, which I would like to keep as most of the visitors have said it makes for easy navigation. http://www.animals-in-distress.net/add_url_css.htm I would like to add a rule to the style sheet that removes the underline from the links only in the top menu but whatever I try they either stay or are removed from all the links. |
#3
| |||
| |||
|
|
"Grytpype-Thynne" <geraldIDONTWANTSPAMbramwell (AT) hotmail (DOT) com> wrote in message news:MPG.19a6d7ec3ac9d9bc9896ea (AT) news (DOT) individual.net... http://www.animals-in-distress.net/add_url_css.htm I would like to add a rule to the style sheet that removes the underline from the links only in the top menu but whatever I try they either stay or are removed from all the links. Are you _sure_ you want to remove the underlines? Had you considered the points noted by Jukka Korpela in "Links want to be links", at.. http://www.cs.tut.fi/~jkorpela/www/l...tml#underline? |
|
If you are absolutely set on the idea, you can achieve it by using a simple style change a { text-underline: none; } |
#4
| |||
| |||
|
|
Hello, I am thinking of converting the site I have done for Animals in Distress to CSS, at the moment I am playing around with the top menu, which I would like to keep as most of the visitors have said it makes for easy navigation. http://www.animals-in-distress.net/add_url_css.htm I would like to add a rule to the style sheet that removes the underline from the links only in the top menu but whatever I try they either stay or are removed from all the links. Can someone tell me what I need to do. |
#5
| |||
| |||
|
|
On Fri, 15 Aug 2003 12:36:41 GMT, "Andrew Thompson" andrew64 (AT) bigNOSPAMpond (DOT) com> wrote: "Grytpype-Thynne" <geraldIDONTWANTSPAMbramwell (AT) hotmail (DOT) com> wrote in message news:MPG.19a6d7ec3ac9d9bc9896ea (AT) news (DOT) individual.net... http://www.animals-in-distress.net/add_url_css.htm I would like to add a rule to the style sheet that removes the underline from the links only in the top menu but whatever I try they either stay or are removed from all the links. Are you _sure_ you want to remove the underlines? Had you considered the points noted by Jukka Korpela in "Links want to be links", at.. http://www.cs.tut.fi/~jkorpela/www/l...tml#underline? Yes, but for a distinctive separate menu I don't think there's anything wrong with removing the underlines. If you are absolutely set on the idea, you can achieve it by using a simple style change a { text-underline: none; } I gather he's tried that. Given there is already a class="menu-top" use the style .menu-top a { text-underline: none; } to affect the links in this table only. Also, scrap all the <th class="menu-all"> elements. Firstly they shouldn't be TH - they should be TD - and with the class already defined on the table, you don't need a class on every cell. Some people will probably also wonder whether a table is appropriate at all, but I don't think it does any harm here. Thanks to you all for the help. If a table is not appropriate how would I |
#6
| |||
| |||
|
|
In article <8enpjv8uohauu37j5ptvi5qbdm0sh0s7md (AT) 4ax (DOT) com>, sbpoley (AT) xs4all (DOT) nl says... On Fri, 15 Aug 2003 12:36:41 GMT, "Andrew Thompson" andrew64 (AT) bigNOSPAMpond (DOT) com> wrote: .... Some people will probably also wonder whether a table is appropriate at all, but I don't think it does any harm here. Thanks to you all for the help. If a table is not appropriate how would I get the same effect without using tables? |
#7
| |||
| |||
|
|
"G Bramwell" <gedbee (AT) lycos (DOT) co.uk> wrote in message news:MPG.19a73e522cafe378989680 (AT) news (DOT) zen.co.uk... In article <8enpjv8uohauu37j5ptvi5qbdm0sh0s7md (AT) 4ax (DOT) com>, sbpoley (AT) xs4all (DOT) nl says... On Fri, 15 Aug 2003 12:36:41 GMT, "Andrew Thompson" andrew64 (AT) bigNOSPAMpond (DOT) com> wrote: ... Some people will probably also wonder whether a table is appropriate at all, but I don't think it does any harm here. Thanks to you all for the help. If a table is not appropriate how would I get the same effect without using tables? I am currently writing a site where I am using CSS to layout information and using tables _only_ for tabular data. Even then, I feel that the transformation of a table of links to a styles based layout is questionable, after all the link table is primarily holding data - there is little or no 'fluff' to it.... My recommendation is that you concentrate on other aspects of your site before losing sleep over whether to trransform the links from a table. [ This of course, is the cue for ..whoever has a bee in their bonnet re 'tables of links', to jump in and tell me how wrong I am. ;-) ] -- Andrew Thompson http://www.lensescapes.com/ http://www.physci.org/ http://www.1point1c.org/ Hi Andrew, |
#8
| |||
| |||
|
|
In article <nfg%a.36893$bo1.15366 (AT) news-server (DOT) bigpond.net.au>, andrew64 @bigNOSPAMpond.com says... ..... One thing did make me smile whilst reading posts in this group re comments on sites not validating as the other night I happened to viewing a HTML and CSS tutorial site and just out of interest I tried to have it validated and it FAILED, so some of it is 'don't do as I do, do as I say' |
#9
| |||
| |||
|
|
One thing did make me smile whilst reading posts in this group re comments on sites not validating as the other night I happened to viewing a HTML and CSS tutorial site and just out of interest I tried to have it validated and it FAILED, so some of it is 'don't do as I do, do as I say' |
#10
| |||
| |||
|
|
One thing did make me smile whilst reading posts in this group re comments on sites not validating as the other night I happened to viewing a HTML and CSS tutorial site and just out of interest I tried to have it validated and it FAILED, so some of it is 'don't do as I do, do as I say' Gerald |
![]() |
| Thread Tools | |
| Display Modes | |
| |