[css-d] CSS Sheet and Links List Do-able?

2007-09-23 Thread Meg Fuller
Greetings, I Am looking for a way to take and have a links list on a css that I can just change the css and have our 50 + pages changed instead of changing each one. I am the coordinator for several GenWeb pages. I think I saw the code somewhere before but am not sure where. Is this doable and

Re: [css-d] Alternative Menu suggestions to the Suckerfish

2007-09-23 Thread Al Sparber
http://www.google.com/search?hl=enq=css+drop+down+menus -- Al Sparber - PVII http://www.projectseven.com Extending Dreamweaver - Nav Systems | Galleries | Widgets Authors: 42nd Street: Mastering the Art of CSS Design __

[css-d] I/E Problem

2007-09-23 Thread grovesdavid
Hello, I've a problem with I.E. 6 here: http://www.linkhomes2000.co.uk/index.php If you look at the small form (under the main one) in left bar, you will see the first select field is dropping down. I've tried everything I can think of, including cleared cache, but no joy. The only CSS

Re: [css-d] CSS Sheet and Links List Do-able?

2007-09-23 Thread Jukka K. Korpela
On Sat, 22 Sep 2007, Meg Fuller wrote: Greetings, I Am looking for a way to take and have a links list on a css that I can just change the css and have our 50 + pages changed instead of changing each one. You can change the _visual appearance_ of the links list using CSS. You just need to

Re: [css-d] CSS Sheet and Links List Do-able?

2007-09-23 Thread grovesdavid
Meg Fuller Wrote: Greetings, I Am looking for a way to take and have a links list on a css that I can just change the css and have our 50 + pages changed Hello, You can't do this with CSS or HTML (If I understand you correctly) You will need to use php: ?php include('file-path/file-name'); ?,

Re: [css-d] I/E Problem

2007-09-23 Thread E Michael Brandt
Setting select countysearch margin to 0 seems to do the trick in IE6. E. Michael Brandt www.divaHTML.com divaPOP : standards-compliant popup windows divaGPS : you-are-here menu highlighting divaFAQ : FAQ pages with pizazz www.valleywebdesigns.com JustSo PictureWindow JustSo PhotoAlbum --

[css-d] css and frames

2007-09-23 Thread Andrew Doades
Hello, I have been working a a website the needs a menu, I have managed to get my menu and working with css, but the main page is using frames, and the menu is listed down the left frame (on the left side) but some text is long in the buttons, is there a way I can shrink the buttons or allow

[css-d] spacing problems in IE

2007-09-23 Thread Stuart King
Menu vertical right border separating the about wine and Mailing list contact extends below the bottom of the menu text and into the body text ( ) on some systems, including the one listed above. It ends flush with the base line of the second line of text on my mac (safari, firefox and opera)

[css-d] image problem..

2007-09-23 Thread Michael Forker
Hi Put an image in my siteand its appearing as if it has watery marks around the edges, if anyone can quickly look at it, would appreciate it. Mike:) http://ijsr32.infj.ulst.ac.uk/~10300205 Portfolio page current work Please view in Mozilla

Re: [css-d] spacing problems in IE

2007-09-23 Thread Gunlaug Sørtun
Stuart King wrote: http://www.phiferpavittwine.com/pages/tasting.htm Menu vertical right border separating the about wine and Mailing list contact extends below the bottom of the menu text and into the body text ( ) on some systems, including the one listed above. IE6 doesn't respect any

[css-d] Fw: image problem..

2007-09-23 Thread Fora
Hey Mike, Not quite sure what you mean (or if it's css related), but I don't see the problem (FF 2.0.0.7). Can you elaborate a bit more? Did see that the validator sums up 19 HTML errors... Arno Put an image in my siteand its appearing as if it has watery marks around the edges, if

Re: [css-d] image problem..

2007-09-23 Thread Gunlaug Sørtun
Michael Forker wrote: http://ijsr32.infj.ulst.ac.uk/~10300205 Put an image in my siteand its appearing as if it has watery marks around the edges, if anyone can quickly look at it, would appreciate it. Checked in Mozilla, Firefox, Opera, IE/win etc. All I can see is traces of an

[css-d] container help (BB)

2007-09-23 Thread RKN Studio
Hello - I'm having a little trouble with an image being the larger portion of content within a div container.  I'm not sure why it is that text content will extend the container as necessary, but not an image.  Am I missing something? http://www.rknstudio.com/sites/bb/index1.html

Re: [css-d] container help (BB)

2007-09-23 Thread neal
the image sis floated and therefore not block - level the float needs to be cleared there are a few methods for this http://www.quirksmode.org/css/clearing.html http://complexspiral.com/publications/containing-floats/ is is the correct way for it to render without being cleared Hello - I'm

Re: [css-d] container help (BB)

2007-09-23 Thread eric cash
RKN Studio wrote: Hello - I'm having a little trouble with an image being the larger portion of content within a div container. I'm not sure why it is that text content will extend the container as necessary, but not an image. Am I missing something? #nav is floated left, used to be you

Re: [css-d] container help (BB)

2007-09-23 Thread eric cash
RKN Studio wrote: Thanks Eric - That appears to work for Moz/FF, but not IE6... :/ I'm still too groggy too test this, but if I remember correctly, the trick to getting ie6 to jive with the overflow: auto trick is to give that same element a width. Try a width on #main-text and let us know if

[css-d] Static site to fluid site

2007-09-23 Thread Ken Robinson
A friend of mine asked me to look at her site which she is working on and make it more fluid. I've been able to do almost everything, except getting the borders correct. Here is the original site http://www.dailyfortune.com/DEK/index.html and here is my revised first page

Re: [css-d] Static site to fluid site

2007-09-23 Thread Gunlaug Sørtun
Ken Robinson wrote: http://www.rbnsn.com/dek/. Can anyone give me some hints to get the left border to mimic what's on the original page. For pages with flexible width you need 2 wrappers. One for each background down the sides. Support for multiple background images isn't widespread enough

[css-d] Wrapping Long Words

2007-09-23 Thread Christian Höltje
I have a comment on my blog where they used a very long URL. http://docwhat.gerf.org/2007/05/junkmail/#comment-2116 I tried making the A element overflow: wrap, but that didn't work (I presume because it's inline, not block). Is there a good way to make this wrap when it goes past the width, if

Re: [css-d] image problem..

2007-09-23 Thread Walt F. Schaefer
Hi Put an image in my siteand its appearing as if it has around the edges, if anyone can quickly look at it, would appreciate it. Mike:) http://ijsr32.infj.ulst.ac.uk/~10300205 Portfolio page current work watery marks Please view in Mozilla I have no idea what you mean by

Re: [css-d] Wrapping Long Words

2007-09-23 Thread Gunlaug Sørtun
Christian Höltje wrote: I have a comment on my blog where they used a very long URL. http://docwhat.gerf.org/2007/05/junkmail/#comment-2116 I tried making the A element overflow: wrap, but that didn't work (I presume because it's inline, not block). The 'overflow: 'only works on block

Re: [css-d] CSS Sheet and Links List Do-able?

2007-09-23 Thread Kathy Wheeler
On 23/09/2007, at 1:59 PM, Meg Fuller wrote: Greetings, I Am looking for a way to take and have a links list on a css that I can just change the css and have our 50 + pages changed instead of changing each one. [ scratches head ... ] Could you explain it a bit more clearly please Meg?