Re: [css-d] Safari navigation problem

2007-04-02 Thread Vicki Stebbins
At 03:08 PM 3/04/2007, Gunlaug Sørtun wrote: >Vicki Stebbins wrote: >>What she sees is here:http://www.seco.com.au/safari.html Here's the >>page: http://www.seco.com.au/index.php > >Here's what I see in Firefox on win2K... > >...so I would worry mor

Re: [css-d] Safari navigation problem

2007-04-02 Thread Gunlaug Sørtun
Vicki Stebbins wrote: > What she sees is here:http://www.seco.com.au/safari.html Here's the > page: http://www.seco.com.au/index.php Here's what I see in Firefox on win2K... ...so I would worry more about the list-construction as a whole than abou

Re: [css-d] loading separate CSS files via conditional comments - HOW?

2007-04-02 Thread Gunlaug Sørtun
Matt Nathan wrote: > The subject of using conditional comments to load separate > browser-specific CSS files has come up in response to several > questions, e.g. > [...] In fact, though my sense is that loading separate > browser-specific CSS files is the right approach, I haven't yet been > a

[css-d] loading separate CSS files via conditional comments - HOW?

2007-04-02 Thread Matt Nathan
The subject of using conditional comments to load separate browser-specific CSS files has come up in response to several questions, e.g. >Zoe M. Gillenwater wrote: >...you're probably best off just feeding that rule to all versions >of IE via a separate sheet hidden from other browsers through

[css-d] styling ordered lists

2007-04-02 Thread Shelly
I saw the neatest list the other day on a site I can't remember, and I'd like to try to do the same thing on a site I'm working on. Basically they had - somehow - taken the list numbers and set them as sort of a large background. It wasn't an image - it was the actual number from the ordered l

[css-d] Safari navigation problem

2007-04-02 Thread Vicki Stebbins
Hi everyone, I've been working with a graphic designer on the redevelopment of a website and she's using Safari on a Mac. When she views the navigation menu, the spacing of the aren't the same as in Firefox and IE on the PC (win2k) and the opacity filter isn't working. Can anyone give me some

[css-d] Selectors to cover wide range of IDs for Firefox

2007-04-02 Thread jono
This is a long shot...in the dark, but here goes: I have a td that has an ID on it, it is part of a Content Management System. Every time a new template is created in the CMS the td's ID changes to a different value. template one: text here template two: text here template two: text here My que

[css-d] Small IE7 problem: undesired 1px margin/border beneath s, simple test case provided

2007-04-02 Thread D. D. Brierton
Hi everyone. I've been subscribed to the list for a long time now, but don't often have the time to read it as attentively as I'd like to. However, searching the list, both on the web and in my email client, hasn't helped so far. Here is a very simple test case: http://www.w3.org/TR/xhtml1/DTD/xht

Re: [css-d] 2 small IE7 issues with site design

2007-04-02 Thread Dave M G
David, Thank you for responding. > Does this article help? - > > The issue in that article seems to be with the AlphaImageLoader filter, which I am not using. > As a beginner with scripting, I'll have to pass on this one. > Try asking on the JavaScript list Thank

[css-d] [CSS2.1 Footer Bugs in IE, Need IE Hack]

2007-04-02 Thread Thomas Thomas
Hi all, I am hopeless on this problem and I hope I can find some help here I have a problem with my footer in IE6 In IE7 and Mozilla it works ok. I display the footer at the bottom of the *viewport* if content is less high than viewport, I display the footer at the bottom of the *content* i

Re: [css-d] Some trouble with Wrapper Div

2007-04-02 Thread Mauricio Samy Silva
Hi John, It seems to be a 'clearing floats' issue. Try add the following: # wrapper { overflow: auto; width: 100% ...others actual rules... } I suggest you the following links: http://annevankesteren.nl/2005/03/clearing-floats http://www.456bereastreet.com/archive/200502/efficient_css_w

Re: [css-d] Some trouble with Wrapper Div

2007-04-02 Thread david
John Moynihan wrote: > Hi Everyone, > > I am working on a site and it utilizes a wrapper as a container for the > sites divs. I am having trouble with the wrapper following the length of the > website. In other words some pages have longer content areas than others and > on some pages the wrapper

[css-d] Some trouble with Wrapper Div

2007-04-02 Thread John Moynihan
Hi Everyone, I am working on a site and it utilizes a wrapper as a container for the sites divs. I am having trouble with the wrapper following the length of the website. In other words some pages have longer content areas than others and on some pages the wrapper has cut off the content are with

Re: [css-d] ie/5.01 float drop

2007-04-02 Thread ~davidLaakso
Bruno Fassino wrote: > David Laakso wrote: > > >> Removing the comment in the hack selector list corrects IE5.5 >> >> Removing the comment has had no effect in IE5.0 >> > > > Yes, now I remember that IE5.01 does not apply many properties (like padding > and borders) to inline elements, unl

[css-d] does anyone know ...

2007-04-02 Thread Melinda Odom
Hi, Is there a tutorial on how to do the dropdown menu like: http://www.microsoft.com/windows/default.mspx Thanks! Sincerely, Melinda Odom Design Hosting, Inc. www.designhosting.biz 479-471-0891 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus

Re: [css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Duane Nelson
Elli Vizcaino wrote: > Seems like you are telling all your links to have a > bottom border. Use a descendant selector to just > target the links within your paragraphs like so: > > p a:link { > color: #010181; > text-decoration: none; > border-bottom: 1px #010181 dashed; > fon

Re: [css-d] ie/5.01 float drop

2007-04-02 Thread Bruno Fassino
David Laakso wrote: > Removing the comment in the hack selector list corrects IE5.5 (the > border-bottom is now solid not dashed). > (xp::ie/5.5 confirmed in browercam win/2000) > > Removing the comment has had no effect in IE5.0 (there still is no > border-bottom). > (xp::ie/5.01 confirmed in bro

Re: [css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Elli Vizcaino
Seems like you are telling all your links to have a bottom border. Use a descendant selector to just target the links within your paragraphs like so: p a:link { color: #010181; text-decoration: none; border-bottom: 1px #010181 dashed; font-weight: bold; } p a:visited {

[css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Duane Nelson
Good afternoon. I've formatted my hyperlinking the following way: a:link { color: #010181; text-decoration: none; border-bottom: 1px #010181 dashed; font-weight: bold; } a:visited { color: #010181; text-decoration: none; border-bottom: 0; font-weight: bold

Re: [css-d] 2 small IE7 issues with site design

2007-04-02 Thread David Hucklesby
On Tue, 03 Apr 2007 01:01:30 +0900, Dave M G wrote: > > http://formever.org/ > > 1. The logo graphic in the top left corner does not appear to be > clickable, at least not with IE7 running on my friend's laptop. It is > clickable in FireFox. > Does this article help? -

Re: [css-d] question regarding MaintainableCss page on the wiki

2007-04-02 Thread Michael Stevens
That's because it's working like it's supposed to... :) If you have: .redbold {color: #ff; font-weight: bold;} Here is some text and a link. The will inherit the properties from the browser's style sheet since it is not explicitly formatted in the supplied style sheet. Mike -Origina

Re: [css-d] ie/5.01 float drop

2007-04-02 Thread ~davidLaakso
Bruno Fassino wrote: > On 4/2/07, ~davidLaakso <[EMAIL PROTECTED]> wrote: >> Trivial Pursuits: >> >> IE7.0 and compliant browsers correctly render dotted borders under the >> links. >> IE6.0 buys the hack and /correctly/ renders solid borders under the >> links. >> Seems to me 5.5 and 5.01 should

Re: [css-d] question regarding MaintainableCss page on the wiki

2007-04-02 Thread David Hucklesby
> On Fri, 30 Mar 2007, k9d wrote: > > [...] >> I think I am confused because while I've been hacking around with CSS for a >> while and >> manage to get things done, my understanding of inheritance is poor. >> On Mon, 2 Apr 2007 14:55:33 +0300 (EEST), Jukka K. Korpela helpfully suggested: > > The

Re: [css-d] ie/5.01 float drop

2007-04-02 Thread Bruno Fassino
On 4/2/07, ~davidLaakso <[EMAIL PROTECTED]> wrote: > Trivial Pursuits: > > IE7.0 and compliant browsers correctly render dotted borders under the > links. > IE6.0 buys the hack and /correctly/ renders solid borders under the links. > Seems to me 5.5 and 5.01 should follow suit (render solid borders

[css-d] 2 small IE7 issues with site design

2007-04-02 Thread Dave M G
CSS-d, I have two small issues with the way that IE7 is rendering my site. The site in question is here: http://formever.org/ 1. The logo graphic in the top left corner does not appear to be clickable, at least not with IE7 running on my friend's laptop. It is clickable in FireFox. The clicka

Re: [css-d] IE7 Window Resize

2007-04-02 Thread ~davidLaakso
Mark Gutberlet wrote: > I am sure I am overlooking something simple...[trimmed] > The page is currently live at: > http://www.rhcbuilds.com/home.php > > The first place to begin with html/css problem solving is to provide valid files to the list. Your css is valid. And that is all good. The

Re: [css-d] ie/5.01 float drop

2007-04-02 Thread ~davidLaakso
Gunlaug Sørtun wrote: > ~davidLaakso wrote: > >> , the sidebar >> float drops in ie/5.01 /only/. >> > > Have no idea what IE5.01 does or why it does it, but the following > addition shouldn't hurt...[Trimmed] > > > regards > Georg >

Re: [css-d] CSS color names values versus accessibility

2007-04-02 Thread Jens Brueckmann
On 30/03/07, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > If you use the shortcuts _only_, you are limiting yourself to > 256 colors, which often isn't very restrictive but doesn't mean > actual benefits either. Actually 16×16×16 = 4096 colours are possible. Cheers, jens -- Jens Brueckmann h

Re: [css-d] question regarding MaintainableCss page on the wiki

2007-04-02 Thread Jukka K. Korpela
On Fri, 30 Mar 2007, k9d wrote: > It is suggested to "Always put your classname on the outer most > element on which it makes sense and Don't Repeat Yourself (DRY)" and > shows the following as an example: > > > ... > ... > ... > Looks adequate indeed, but please note that depending on the cont

[css-d] question regarding MaintainableCss page on the wiki

2007-04-02 Thread k9d
On this page It is suggested to "Always put your classname on the outer most element on which it makes sense and Don't Repeat Yourself (DRY)" and shows the following as an example: ... ... ... but does not indicated what css would go al

[css-d] IE7 Window Resize

2007-04-02 Thread Mark Gutberlet
I am sure I am overlooking something simple, but I need help to resolve this issue. The layout looks great in all of my targeted browsers, except 1 problem in IE 7. When I resize the IE 7 browser window, the #bottom div does not move with the layout as desired. I have spent way too much time web

Re: [css-d] Site check for formever.org [COMPLETED]

2007-04-02 Thread Dave M G
David, Thank you for responding. > IE6 on Windows xp. > I keep getting pop-up "Internet Explorer" alerts (five of 'em) saying > "Press OK to continue loading the content of this page." I can't verify that this behavior happens with anyone else. It has been suggested to me that this might be the

Re: [css-d] Embedded Fonts

2007-04-02 Thread Robert O'Rourke
Conyers, Dwayne wrote: > Dino CSS ink wired: > > >> Can I embedded ttf font inside my website through css so that any >> browser can open and view the font ? >> > > There is a Microsoft API for that... it isn't CSS and it isn't very > reliable either... > > > -- > I made magic once. Now,

Re: [css-d] h1 border bottom

2007-04-02 Thread Gunlaug Sørtun
Joanne wrote: > http://www.netperceptions.com.au/mynetrades/ > > I just uploaded the page, there must be something else in the > stylesheet that's causing the h1 border-bottom not to show in IE6. > Any clues? IE/win's old 'stacking/painting' bug. Add... h1 {position: relative;} ...to make IE6 beh

Re: [css-d] h1 border bottom

2007-04-02 Thread Jukka K. Korpela
On Mon, 2 Apr 2007, Joanne wrote: > http://www.netperceptions.com.au/mynetrades/ > > I just uploaded the page, there must be something else in the stylesheet > that's causing the h1 border-bottom not to show in IE6. Any clues? There are many oddities in the style sheets, including the fact that t

Re: [css-d] Absolute positioned img, z-index problem safari

2007-04-02 Thread Ellen O'Neill
Sent by Philippe Wittenbergh on 2 April 2007 01:01 > On Apr 2, 2007, at 2:35 AM, Ellen O'Neill wrote: > >> Hi, >> >> I can't figure this out. My portfolio site: http://ellenoneill.nl/ >> uses >> absolute positioned images with z-indexes. No problems in IE6, IE7 and >> Firefox, only Safari 2.0.4 ig

Re: [css-d] h1 border bottom

2007-04-02 Thread Joanne
http://www.netperceptions.com.au/mynetrades/ I just uploaded the page, there must be something else in the stylesheet that's causing the h1 border-bottom not to show in IE6. Any clues? I know I can get around it by creating a div for the h1 tag and putting a border bottom on that, but I thought t