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

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

2011-12-02 Thread mem
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

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

2011-12-02 Thread John D
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;

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

2011-12-02 Thread Tim Climis
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 hard

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? !doctype html html lang=en-us head meta charset=utf-8 titlemem/title meta name=viewport

Re: [css-d] Navigation

2011-10-17 Thread Michael Fokken
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

Re: [css-d] Navigation

2011-10-17 Thread David Hucklesby
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

Re: [css-d] Navigation

2011-10-15 Thread Michael Fokken
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

[css-d] navigation arrows

2011-10-10 Thread Brahm Friedlander
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

Re: [css-d] navigation arrows

2011-10-10 Thread David Hucklesby
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

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

2010-08-03 Thread David Laakso
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

2010-08-03 Thread Bobby Jack
--- On Tue, 8/3/10, Duncan Hill dun...@gmail.com 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 

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

2010-08-03 Thread Duncan Hill
On Tue, 03 Aug 2010 11:29:15 +0100, Bobby Jack bobbykj...@yahoo.co.uk 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

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

2010-08-03 Thread David Hucklesby
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

2010-08-02 Thread Tim Arnold
: Philip Taylor (Webmaster, Ret'd) [mailto:p.tay...@rhul.ac.uk] Sent: Monday, 2 August 2010 6:19 PM To: Chris F.A. Johnson Cc: Shortie Designs; css-d@lists.css-discuss.org Subject: Re: [css-d] navigation link a different colour when page is active Chris F.A. Johnson wrote: Why do you want

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

2010-08-02 Thread David Laakso
Shortie Designs wrote: 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. Sofia This is one way to do it. http://chelseacreekstudio.com/ca/cssd/8.html Best, ~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 theA tags and style it differently. Whilst I cannot answer for the original enquirer, the most common reasons for wanting to link to the current page

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

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:

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 theA tags and style it differently. Whilst I cannot answer for the original enquirer, the most common reasons for wanting to link to the

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:

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

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 digital.disc...@gmail.com 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

[css-d] Navigation positioning awry?

2010-02-04 Thread Laurie Landry
For this page: http://laurielandry.com/homepage.html and using the subsequent CSS http://laurielandry.com/assets/templates/laurielandry/css/primary_test.css , I'm trying to figure out why the UL is shift over. In some browsers, the links are centered with the white box as desired, but in

Re: [css-d] Navigation positioning awry?

2010-02-04 Thread David Hucklesby
On 2/4/10 2:31 PM, Laurie Landry wrote: For this page: http://laurielandry.com/homepage.html and using the subsequent CSS http://laurielandry.com/assets/templates/laurielandry/css/primary_test.css , I'm trying to figure out why the UL is shift over. In some browsers, the links are

Re: [css-d] Navigation positioning awry?

2010-02-04 Thread David Laakso
Laurie Landry wrote: For this page: http://laurielandry.com/homepage.html and using the subsequent CSS http://laurielandry.com/assets/templates/laurielandry/css/primary_test.css , I'm trying to figure out why the UL is shift over. Laurie Laurie, a less complex construct will yield

Re: [css-d] Navigation positioning awry?

2010-02-04 Thread David Hucklesby
On 2/4/10 2:31 PM, Laurie Landry wrote: For this page: http://laurielandry.com/homepage.html and using the subsequent CSS http://laurielandry.com/assets/templates/laurielandry/css/primary_test.css , I'm trying to figure out why the UL is shift over. In some browsers, the links are

[css-d] Navigation

2010-01-28 Thread ed
Hi all, The top navigation should be right up against the top of the screen. How I can change it? Page validated: http://www.copywritecolombia.com/mediabuying.htm Thank you __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Navigation

2010-01-28 Thread ed
Hi all, The top navigation should be right up against the top of the screen. How do I can change it? Page validated: http://www.copywritecolombia.com/mediabuying.htm Thank you __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Navigation

2010-01-28 Thread Troy Harshman
On Thu, Jan 28, 2010 at 4:12 PM, e...@copywritecolombia.com wrote: Hi all,  The top navigation should be right up against the top of the screen. How do I can change it? Page validated:  http://www.copywritecolombia.com/mediabuying.htm  Thank you

Re: [css-d] Navigation

2010-01-28 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of e...@copywritecolombia.com Sent: Thursday, January 28, 2010 4:00 PM To: css-d Subject: [css-d] Navigation The top navigation should be right up against the top

Re: [css-d] Navigation

2010-01-28 Thread Troy Harshman
On Thu, Jan 28, 2010 at 4:23 PM, Troy Harshman tmha...@gmail.com wrote: On Thu, Jan 28, 2010 at 4:12 PM,  e...@copywritecolombia.com wrote: Hi all,  The top navigation should be right up against the top of the screen. How do I can change it? Page validated:  

Re: [css-d] Navigation

2010-01-28 Thread ed
You've got this floating around above your navigation... div id=myContent /div ...and I don't see it in your stylesheet. So that could be what's pushing things down. Thanks Troy and Tim, the navigation is now up against the top of the page, but now it is on the wrong side. I have floated both the

Re: [css-d] Navigation

2010-01-28 Thread Climis, Tim
Thanks Troy and Tim, the navigation is now up against the top of the page, but now it is on the wrong side. I have floated both the navigation and logo left but it is showing the logo on the right not on the left-why is that?: http://www.copywritecolombia.com/mediabuying.htm You missed my

Re: [css-d] Navigation

2010-01-28 Thread ed
Thanks Troy and Tim, the navigation is now up against the top of the page, but now it is on the wrong side. I have floated both the navigation and logo left but it is showing the logo on the right not on the left-why is that?: http://www.copywritecolombia.com/mediabuying.htm You missed my

[css-d] Navigation: Unordered list or simply float links

2009-09-19 Thread Brian M. Curran
Hi, In my short time of CSS web page formatting I've been using unordered lists to create navigation buttons. You know: home, about, contact, and etc. Well I've been thinking. Is there anything wrong with: putting my desired a=href ... links in a div, right aligning the text, and thus giving me

Re: [css-d] Navigation: Unordered list or simply float links

2009-09-19 Thread Tim Snadden
On 20/09/2009, at 5:27 AM, Brian M. Curran wrote: Hi, In my short time of CSS web page formatting I've been using unordered lists to create navigation buttons. You know: home, about, contact, and etc. Well I've been thinking. Is there anything wrong with: putting my desired a=href ...

[css-d] Navigation: Unordered list or simply float links

2009-09-19 Thread Brian M. Curran
Brian M. Curran wrote: Hi, In my short time of CSS web page formatting I've been using unordered lists to create navigation buttons. You know: home, about, contact, and etc. Well I've been thinking. Is there anything wrong with: putting my desired a=href ... links in a div, right

Re: [css-d] Navigation: Unordered list or simply float links

2009-09-19 Thread Philippe Wittenbergh
On Sep 20, 2009, at 6:26 AM, Brian M. Curran wrote: ... I'd be intrigued to know what effect you are having trouble with using an ordered list. In the past it has just seemed cumbersome to work with. Specifically it seems the list is in a container, so the container and the list both

[css-d] Navigation list problem in Safari 3.0

2009-05-13 Thread Rod Castello
I'm using chromejs for drop-downs in Nav bar. Looks fine in Firefox, but shows small question-mark in box when viewed in Safari 3.1.2. Don't know if this is a javascript problem, css, or what. Additionally, can anyone explain why Safari renders the in-line list shorter than Firefox? It seems

Re: [css-d] Navigation list problem in Safari 3.0

2009-05-13 Thread Tim Snadden
On 14/05/2009, at 6:54 AM, Rod Castello wrote: I'm using chromejs for drop-downs in Nav bar. Looks fine in Firefox, but shows small question-mark in box when viewed in Safari 3.1.2. There's an image missing ( /pedro/down.gif) and Safari is just complaining about it more than Firefox. In

Re: [css-d] Navigation list problem in Safari 3.0

2009-05-13 Thread Rod Castello
Thanks Tim, that did the trick. Rod Castello 11812 A Moorpark Street Studio City, CA 91604 (818) 437-7880 http://rodcastello.com --- On Wed, 5/13/09, Tim Snadden li...@snadden.com wrote: From: Tim Snadden li...@snadden.com Subject: Re: [css-d] Navigation list problem in Safari 3.0 To: css-d

Re: [css-d] Navigation list problem in Safari 3.0

2009-05-13 Thread David Hucklesby
Rod Castello wrote: Additionally, can anyone explain why Safari renders the in-line list shorter than Firefox? It seems like it renders the font smaller. [...] http://rodcastello.com/pedro/index6e.html Thanks in advance. Now you have the other issues addressed, I think your menu width

[css-d] Navigation Sidebar Problem:

2008-12-21 Thread Tony Frasketi
Hello List This is my first post and I hope I'm not violating any rules.. If so, point them out ot me. I'm having a problem with a sidebar navigation. The sidebar contains several navigation segment names and each segment contains one or more page links The problem is that the FIRST

Re: [css-d] Navigation Sidebar Problem:

2008-12-21 Thread Jack Timmons
On Sun, Dec 21, 2008 at 7:07 PM, Tony Frasketi webmas...@spacecovers.comwrote: Hello List This is my first post and I hope I'm not violating any rules.. If so, point them out ot me. I'm having a problem with a sidebar navigation. The sidebar contains several navigation segment names and

Re: [css-d] Navigation Sidebar Problem:

2008-12-21 Thread Tony Frasketi
Hi Jack Thanks for the response... You should be able to see ok now... I was using Mozilla browser and font was big enuff. But I checked in other browsers and saw what you meant by not being able to see it. My font was set for 5px, So I set the body font to medium; But now my problem seems to

Re: [css-d] Navigation bar

2008-04-12 Thread Bill Brown
[snip] I am looking for a slightly more 'elegant' way of vertically centering text depending on whether there are one or two lines. [snip] I've also just noticed a problem in all browsers except IE7. What I want to happen is for the currently selected item to show a different background and

Re: [css-d] Navigation bar

2008-04-12 Thread Alan Gresley
Alan K Baker wrote: Hi all. I'm in the process of converting an old frames/tables/JavaScript site to all CSS. There many billions of pages needing the same treatment. Please take a look at this screen shot. http://css-class.com/test/images/email-client.png The forth line down run 5

Re: [css-d] Navigation bar

2008-04-12 Thread Andrew Doades
Hello all... I could not help picking up o a bit about IE7, I recently attempted a sidebar for my website, and all now works (to some extent) but for IE7. I was just wondering what is with IE7, IE6 used to be fine, it always worked, same with FF but why is 7 casing so many problems? Andrew

Re: [css-d] Navigation bar

2008-04-12 Thread Alan K Baker
www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Andrew Doades To: Alan Gresley Cc: Alan K Baker ; css-d Sent: Saturday, April 12, 2008 11:48 AM Subject: Re: [css-d] Navigation bar

Re: [css-d] Navigation bar

2008-04-12 Thread Andrew Doades
Doades To: Alan Gresley Cc: Alan K Baker ; css-d Sent: Saturday, April 12, 2008 11:48 AM Subject: Re: [css-d] Navigation bar Hello all... I could not help picking up on a bit about IE7, I recently attempted a sidebar for my website, and all now works (to some extent

Re: [css-d] Navigation bar

2008-04-12 Thread Alan K Baker
+ bits Flatulus Antiquitus - Original Message - From: Alan Gresley To: Alan K Baker Cc: css-d Sent: Saturday, April 12, 2008 10:09 AM Subject: Re: [css-d] Navigation bar There many billions of pages needing the same treatment. Please take a look at this screen shot. Answered

[css-d] Navigation bar

2008-04-11 Thread Alan K Baker
Hi all. I'm in the process of converting an old frames/tables/JavaScript site to all CSS. It can be found at: http://www.webbwize.co.uk/Test_Area/TEP/index.html I am looking for a slightly more 'elegant' way of vertically centering text depending on whether there are one or two lines. I've

[css-d] Navigation all wonky in IE6

2007-12-14 Thread Blake
Hi guys, http://svitavice.blakehaswell.com/ The background is acting all weird on hover in IE6. The top level background is getting a background image for the 'daddy' class, while LIs with the daddy class are losing their background image on hover. I wrote this over a year ago and the project

Re: [css-d] Navigation all wonky in IE6

2007-12-14 Thread Alan Gresley
Blake wrote: Hi guys, http://svitavice.blakehaswell.com/ The background is acting all weird on hover in IE6. The top level background is getting a background image for the 'daddy' class, while LIs with the daddy class are losing their background image on hover. I wrote this over a

[css-d] Navigation problems. Can you help?

2007-11-27 Thread Karl Bedingfield
Hi there, I am working on a menu and am having a brain freeze (bbrrr!!). Here is my menu: http://www.discoverely.co.uk/nav/ What I need to do is have the menu on the right side and not the left. I thought float right would do this on #nav li. It does float right but reverses the order of the

Re: [css-d] Navigation problems. Can you help?

2007-11-27 Thread Gunlaug Sørtun
Karl Bedingfield wrote: http://www.discoverely.co.uk/nav/ Any thoughts on how to get this menu to float right with 'menu 1' being first in line? Pick and choose... http://www.gunlaug.no/tos/alien/kb/test_07_1127.html http://www.gunlaug.no/tos/alien/kb/test_07_1127b.html

[css-d] Navigation Problem : IE

2007-08-17 Thread Todd Silver
Hello List, I'm having a problem with my navigation on IE 7. It's pretty basic, stylized anchor tags in an ul, but doesn't work at all in IE 7. No hover effect, the links don't even work. The XHTML is valid, I use some proprietary code in the CSS to stylize the blackboard's scrollbar in

[css-d] navigation bar

2007-08-09 Thread karuna sagar k
Hi list, I am facing problem in creating a page with a navigation bar - MARKUP: div class=main_container div class=nav_bar psome content here/p /div /div STYLE: .nav_bar { margin: 1%; width: 15%; background-color: grey; height: 98%; // i tried 98% thinking

Re: [css-d] Navigation

2007-06-11 Thread James Gadrow
trevor bayliss wrote: Hello everyone I am new! I am having problems with the last tab on a navigation bar. For some reason I can´t make it fit with the light blue line above it and I am stuck as to how to do it. Also the navigation bar doesn´t show up in Netscape 4.78 (no Flash) with

[css-d] Navigation

2007-05-25 Thread trevor bayliss
Hello everyone I am new! I am having problems with the last tab on a navigation bar. For some reason I can´t make it fit with the light blue line above it and I am stuck as to how to do it. Also the navigation bar doesn´t show up in Netscape 4.78 (no Flash) with Windows 2000 Professional and

Re: [css-d] navigation not sitting in the div - advice please

2007-04-26 Thread ~davidLaakso
Phil Turner wrote: Hi everyone I know this is a simple solution but its evading me http://www.philturner-uk.com/kruger/davinci.html Think of it as a list of stuff that is set horizontally rather than vertically: CSS #stuffcontainer ul { border-top: 1px solid red; border-bottom: 1px solid

Re: [css-d] navigation not sitting in the div - advice please

2007-04-26 Thread Mauricio Samy Silva
Hi Phil, You put the keyline on the *div#davinci_nav* which comes in the markup before the horizontal navigation, and set 30px high for that DIV, and it's just what is appearing when the code is renderized, e.g. two lines 30px spaced just over the navigation. You can achieve the effect you are

[css-d] Navigation being hidden in IE

2007-04-18 Thread Phil Turner
Hi Everyone Site validates ok but having a positioning problem in IE The image boxes should be below the navigation in IE they are lying over the top ALSO need some help to push the footer below everything I've read a few tutorials on this but no success I've found putting spacers or returns

Re: [css-d] Navigation being hidden in IE

2007-04-18 Thread Gunlaug Sørtun
Phil Turner wrote: The image boxes should be below the navigation in IE they are lying over the top An old IE 'float won't clear float' bug. Add... * html #leftimageboxone{ float: none; } ...after existing #leftimageboxone declarations. To cure header-problems in IE6, add... #header img {

Re: [css-d] Navigation being hidden in IE

2007-04-18 Thread Phil Turner
Thanks for the help Gunlaug The float is still not clearing shouldnt the navigation div push the image divs down? although the footer clears now :-) Thanks http://www.philturner-uk.com/kruger/ Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons

Re: [css-d] navigation problems help please

2007-03-12 Thread jeffrey morin
remove the space after a: i am seeing a: hover. change to a:hover, a:link, a:visited Jeff On 3/12/07, Phil Turner [EMAIL PROTECTED] wrote: Hi, please can someone advise me, I've styled my navigation list but for some reason that I can't see its not working in the hover state and the

Re: [css-d] navigation problems help please

2007-03-12 Thread Éric Vesque
Phil Turner a écrit : Hi, please can someone advise me, I've styled my navigation list but for some reason that I can't see its not working in the hover state and the underline wont go I'm currently looking at it in Firefox Nav list is here http://www.philturner-uk.com/kruger/

[css-d] navigation list problem in ie mac

2007-03-01 Thread ochieng' nelson
I'm using unordered lists for my navigation. It is okay in most browsers except mac internet explorer where the list items refuse to float and display as block level elements. Any help? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] navigation list problem in ie mac

2007-03-01 Thread Philippe Wittenbergh
On Mar 1, 2007, at 11:09 PM, ochieng' nelson wrote: I'm using unordered lists for my navigation. It is okay in most browsers except mac internet explorer where the list items refuse to float and display as block level elements. Any help? Did you specify a width on the floated blocks ?

Re: [css-d] navigation height expanding!

2007-02-22 Thread jeffrey morin
It's because you're positioning in thin air. That #mainNav isn't positioned relative to any element in the page, so browsers either position it relative to body - which vary with browser-window, or drop it where it suits them. 1: add... #wrapper { position: relative; } ...to create a

[css-d] navigation height expanding!

2007-02-21 Thread jeffrey morin
i have a main nav at the top of my page set up like so ul id=mainNav lia href=index.htmlimg src=images/nav-images/navigation_01.gif alt=Home //a/lilia href=how_it_works.htmlimg src=images/nav-images/navigation_02.gif alt=How it Works //a/li lia href=physician_testimonials.htmlimg

Re: [css-d] navigation height expanding!

2007-02-21 Thread jeffrey morin
sorry to keep at this but does anyone know why the absolute positioning looks fine on ff on my mac but gets shifed about 75px on a pc? www.goutcleanse.com -- Jeffrey Morin __ css-discuss [EMAIL PROTECTED]

[css-d] Navigation not showing in IE 6 and other problems - added

2007-01-19 Thread David Roberts
Hi all, The URL is: http://www.campbeltowngrammar.org.uk/cgs/index.php/ campbeltowngrammar/index/ I forgot to add also that the 3 pictures on the home page, in IE, the last one goes below the other two for some reason. I have just started building this site and would like to get the

[css-d] Navigation not showing in IE 6 and other problems

2007-01-17 Thread David Roberts
Hi all, The URL is: http://www.campbeltowngrammar.org.uk/cgs/index.php/ campbeltowngrammar/index/ I have just started building this site and would like to get the navigation working correctly before I go any further. There are a number of problems mostly with the navigation in IE6 - which

[css-d] navigation jumps some pixel down in IE6 when hovering over it

2007-01-04 Thread Beate De Nijs
Dear list, I have another problem, sample page is here: (the last time the email broke the URL in two lines, which resulted in an 'object not found', in case it happens again, please delete the %20 from the URL) http://www.fabian-helmich.de/seiten/portrait_1/ p1_1_sun_angelika_1.html

Re: [css-d] Navigation button spacing

2006-12-21 Thread Gunlaug Sørtun
Suzanne Bernard wrote: The navigation buttons on my website (http://www.nycss.org) are styled on http://www.nycss.org/stylesmain.css, under the class navbuttons. So they should look the same on every page, right? But in IE6 on http://www.nycss.org/join.html, they're spaced further apart

[css-d] Navigation button spacing

2006-12-20 Thread Suzanne Bernard
The navigation buttons on my website (http://www.nycss.org) are styled on http://www.nycss.org/stylesmain.css, under the class navbuttons. So they should look the same on every page, right? But in IE6 on http://www.nycss.org/join.html, they're spaced further apart than on the other pages

Re: [css-d] css-d Navigation menu inconsistencies between IE everything else

2006-10-30 Thread Roger Roelofs
Jan, On Oct 23, 2006, at 7:27 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm having a problem with the bottom nav bar on some of my pages - the correct version is here: http://www.hillerypriest.co.nz/test/ pr01.html and the incorrect version is here: http://www.hillerypriest.co.nz/

[css-d] css-d Navigation menu inconsistencies between IE everything else

2006-10-23 Thread janmcintyre
Hi list, I'm having a problem with the bottom nav bar on some of my pages - the correct version is here: http://www.hillerypriest.co.nz/test/pr01.html and the incorrect version is here: http://www.hillerypriest.co.nz/test/commercial.html The css is http://www.hillerypriest.co.nz/test/css/all.css

[css-d] Navigation check, please!

2006-09-17 Thread marcello09
I've just put together a navigation menu based on the suckerfish dropdown. You can see the template for the navigation here: http://dev.kaizenhealingarts.com/template.htm There were only supposed to be 2 modifications to the suckerfish dropdown: 1) Subnavs fly out to the right, instead of

Re: [css-d] Navigation check, please!

2006-09-17 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: I've just put together a navigation menu based on the suckerfish dropdown. http://dev.kaizenhealingarts.com/template.htm [...] So I think I've got a solution that produces the same effect that would be achieved with background images, but without the annoying IE6

Re: [css-d] Navigation woes

2006-08-20 Thread Vicki Stebbins
Hi all, I looked at http://www.ryanbrill.com/floats.htm which was related to the subject: Is this possible at all... and noticed that the layout was exactly what I was trying to achieve, so I took Georg's advice and modified as required. I've ended up solving my navigation woes... this layout

Re: [css-d] Navigation tabs

2006-08-20 Thread Bob Easton
ed gooddy wrote: Hi all, I am trying to work out how to create navigation tabs using images for the curved sides and backgroundsbut I am getting comfused. I have made three examples: http://www.villa-corti.com/indexnav.html In the first example- navtabs div -I have an image

[css-d] Navigation woes

2006-08-19 Thread Vicki Stebbins
Hi all, I've just begun a redesign of a site (a love job) and am having trouble with my navigation div. In IE the popout menu appears but you can only select the top menu item, in other words if it shows: * cats * dogs only cats can be selected and the menu disappears for dogs. In

[css-d] Navigation tabs

2006-08-19 Thread ed gooddy
Hi all, I am trying to work out how to create navigation tabs using images for the curved sides and backgroundsbut I am getting comfused. I have made three examples: http://www.villa-corti.com/indexnav.html In the first example- navtabs div -I have an image rightside.jpg which I put on

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Rahul Gonsalves
Mathew, Change your #nav a:hover to #mainnav a:hover. That seems to fix it for me. Finally, an error I can help with :-). Regards, Rahul. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Bethany
At the end of the CSS file you have #nav a:hover instead of #mainnav a:hover - Bethany On 8/10/06, Matthew Stoneback [EMAIL PROTECTED] wrote: Need some guidance with something.. I developed a main navigation bar for a client's site using a demonstration from the book, Bulletproof Web

Re: [css-d] Navigation - Roll-Over Effect

2006-08-10 Thread Matthew Stoneback
Ah yes I was up way too late last night and could not figure it out. I am a little red in the face, but thankful. Thanks, Matthew Stoneback __ css-discuss [EMAIL PROTECTED]

[css-d] Navigation list items too far to the right in IE

2006-07-31 Thread Justin Myers
Hello, all. I'm coding a site for a webcomic my brother's starting--he already gave me the design, and he just wants me to code it since he doesn't know HTML. I've been using table-based layouts in HTML for a few years now, but this is my first time using CSS for layout instead. My main problem

[css-d] Navigation Background Image

2006-06-27 Thread Richard Brown
Hi Guys I want to stretch the navigation background image on this site to fill 100% across. http://www.weddingcompanycornwall.co.uk/ http://www.weddingcompanycornwall.co.uk/wp-content/themes/ yourdayagain/style.css I mean the navigation that starts Our Designers. However, I am not sure how

Re: [css-d] Navigation Background Image

2006-06-27 Thread Gunlaug Sørtun
Richard Brown wrote: I want to stretch the navigation background image on this site to fill 100% across. http://www.weddingcompanycornwall.co.uk/ Adding... #nav {background:url(buttons/bg.gif) repeat-x; float: left; width: 100%;} ...seems to work well. The background-image isn't tall enough to

Re: [css-d] Navigation woes

2006-03-24 Thread Richard Brown
Hi Ingo On 24 Mar 2006, at 00:16, Ingo Chao wrote: Hope that helps. Is click to enlarge meant to sit next to the image? Thank you so much for that. It now works perfectly! The click to enlarge is meant to sit underneath and the image is meant to have padding: 5px but with the navigation

Re: [css-d] Navigation woes

2006-03-23 Thread Ingo Chao
Richard Brown wrote: http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/WordpressRooms/ style.css I have some recollection that this is a WinIE bug. i.e that it doesn't display text under a box but alongside it whatever the quoted width. Some

Re: [css-d] Navigation Woes

2006-03-11 Thread Richard Brown
Dear All Many thanks to Don and Els! I have played with the ideas a bit further and have now ended up with this. I feel the site is beginning to take shape and provides an excellent building platform. I am a bit worried that the header nav still drops down. Could folks check this for me

Re: [css-d] Navigation Woes

2006-03-11 Thread Holly Bergevin
From: Richard Brown [EMAIL PROTECTED] I am a bit worried that the header nav still drops down. Could folks check this for me please? http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/coachworks/ style.css The problem you're having in IE is that you've

[css-d] Navigation Woes

2006-03-10 Thread Richard Brown
Hi Could anybody help me please or maybe send me in the right direction? I am trying to build a navigation for this site: http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/coachworks/ style.css As you can see it is a bit of a mess! What I would like to do

Re: [css-d] Navigation Woes

2006-03-10 Thread Els
Richard Brown wrote: Hi Could anybody help me please or maybe send me in the right direction? I am trying to build a navigation for this site: http://www.theoldcoachworks.org.uk/ http://www.theoldcoachworks.org.uk/wp-content/themes/coachworks/ style.css As you can see it is a bit of a

Re: [css-d] Navigation Woes

2006-03-10 Thread Don - htmlfixit.com
As you can see it is a bit of a mess! What I would like to do is to produce a small photo with a word underneath. The whole to be contained within a border and to be the link. Is it possible to do this please and if so how? Here is the right direction ... perhaps. I note that the menu

Re: [css-d] Navigation Woes

2006-03-10 Thread Don - htmlfixit.com
Richard Brown wrote: I am trying to build a navigation for this site: http://www.theoldcoachworks.org.uk/ Following up on my earlier answer where your menu was dropping ... it is a total width issue that triggers the problem in ie6. You can easily fix the width issue: #sidebar{ /*width:

  1   2   >