Re: [css-d] Browser don't catch named anchors if in fixed elements...

2005-09-07 Thread David Hucklesby
On Tue, 6 Sep 2005 11:30:02 -0700, Thierry Koblentz wrote: Using a DIV rather than an anchor may create problems with tabbing navigation: http://www.juicystudio.com/article/ie-keyboard-navigation.php Wow! Thierry, reading that article makes my head hurt. Gez Lemon says: I don't use named

RE: [css-d] Cross browser CSS text shadows

2005-09-07 Thread Jakob Persson
Thanks David, I posted the very same link yesterday but it didn't reach the list. It looks like what I need. Thanks theharmonyguy for your help. I'll look at that article too. Both articles seem to be what I was looking for. Thanks, Jakob Persson -Original Message- From: [EMAIL

Re: [css-d] Disappearing items in dropdown menu

2005-09-07 Thread John Lawrence
I don't know about the Mac side of things, but the biggest problem I see with this menu system is when tabbing through the items, the sub-menus are fully expanded out, whether you've selected that submenu or not, and you are forced to tab through all the submenus before you can get to the next

Re: [css-d] Disappearing items in dropdown menu

2005-09-07 Thread Christian Heilmann
I did think about that, but the support for tabbing through the menu is mainly designed to just ease things for people using the keyboard, most of these kind of menus I've seen just won't show submenus at all when used that way. The way it works now, though not ideal, is just the same as it

Re: [css-d] MAC OSX problem with background image in hyperlink

2005-09-07 Thread Bob Easton
Antony Tennant wrote: ... There is a design requirement to have an arrow at the left of a link. I have tried to do this using css to add a background image to the link rather than having an image hard coded before each link. I have encountered a problem as illustrated at

Re: [css-d] Footer woes--charity website

2005-09-07 Thread Bob Easton
Lorin Rivers wrote: I've tried a few things suggested on the wiki, but none seem to work in my case. I want a footer. I want to have variable-length content. ... You are learning the first thing you need to know about absolutely positioned content. AP content consumes no space. It is

Re: [css-d] MAC OSX problem with background image in hyperlink

2005-09-07 Thread Jono
On 9/7/05 6:05 AM, Bob Easton [EMAIL PROTECTED] wrote: Two solutions: 1) hide from MAC IE (radpidly declining market share) with this hack: http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html 2) code the image into the html (yes I know, you want to avoid this) 2.5) NOT SURE IF THIS

[css-d] Re: Strict and Javascript

2005-09-07 Thread David Dorward
On 9/6/05, George L Smyth [EMAIL PROTECTED] wrote: I am using !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; as my doctype You might want to read: * http://www.hixie.ch/advocacy/xhtml *

[css-d] IE Style change

2005-09-07 Thread Geoff Vines
Hi folks, I have just noticed that IE6 on XP SP2 is giving some form fields a yellow background and not others. Have a look here: http://www.1ontheweb.net/enquiries.html Anyone know why this is? Regards Geoff -- No virus found in this outgoing message. Checked by AVG Anti-Virus.

RE: [css-d] IE list problem

2005-09-07 Thread Pringle, Ron
I have moved from web design to web development 18 months ago and I seem to have gotten more then a little rusty in my css. I am working on a site where I have to build 2 copies one in html using tables for layout and one using divs for layout. The only common element is the let nav that

Re: [css-d] IE Style change

2005-09-07 Thread Kristina Floyd
Geoff Have you installed the google toolbar? I expect that you have and there are general fields that the toolbar is finding that can save info and automatically fill in for you. Have you looked at your site in any other browser apart from IE6? (I'm not seeing any yellow boxes - but the

RE: [css-d] IE Style change

2005-09-07 Thread Oliver Hodgson
-Original Message- From: Geoff Vines I have just noticed that IE6 on XP SP2 is giving some form fields a yellow background and not others. Do you have the Google Toolbar installed? I have a feeling it can have that effect, but I can't remember why. Anybody?

[css-d] testing hand held style sheets

2005-09-07 Thread wendy
Other than using opera can anyone suggest a PDF emulator I could download to test a hand held device stylesheet for a site? also does anyone know whether most hand held devices have javascript enabled or not? ta Wendy __

[css-d] hand held style sheet testing

2005-09-07 Thread wendy
soz that was supposed to say pdA emulator not pdF emulator __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] IE Style change

2005-09-07 Thread Jim Nannery
Morning Geoff You wrote Hi folks, I have just noticed that IE6 on XP SP2 is giving some form fields a yellow background and not others. Have a look here: http://www.1ontheweb.net/enquiries.html Anyone know why this is? Regards Geoff I'm betting you have a google tool bar installed.

Re: [css-d] IE Style change

2005-09-07 Thread Geoff Vines
Thanks to all those who responded. Google toolbar it is! Regards Geoff -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 06/09/2005 __

Re: [css-d] testing hand held style sheets

2005-09-07 Thread Paul Debban
I have used the Microsoft Pocket Emulator included in the Microsoft Pocket PC 2003 SDK. This is a free download from Microsoft and includes Pocket IE. Nokia also has free emulators for their phone browsers. IIRC Pocket IE has the DOM and Javascript support of IE3, the xml engine from IE5, and

RE: [css-d] Strict and Javascript

2005-09-07 Thread Brownsmith, Paul
George, !-- comment the javascript -- inside the script tags. This should fix it. As for using names, you should be able to reference the element in your javascript by using id instead, however my javascript skills wont allow me to supply you with the actual solution... Regards, Paul

[css-d] dropdown problem in ie

2005-09-07 Thread Kathleen Ballard
Dear List, I have a page with a css dropdown that works fine in FF, NN and Opera on the pc. In ie, the drop down ul is forcing the the height and width of the parent li to include the menu li's. http://www.karintracy.com/clients/COS/interior.html I am also seeing a few issues with Opera in the

Re: [css-d] MAC OSX problem with background image in hyperlink

2005-09-07 Thread Ben Curtis
Hopefully when the large image (above) repeats, there will not be enough padding to reveal the small arrow in the second image that gets repeated (incorrectly) in IE5/Mac? Lemme' know if that works? The problem is much more insidious than a repeating image. Basically, when the link

[css-d] Re: Strict and Javascript

2005-09-07 Thread David Dorward
On 9/7/05, Brownsmith, Paul [EMAIL PROTECTED] wrote: !-- comment the javascript -- inside the script tags. No! He is (or was) using XHTML. Commenting out the JavaScript really does comment out the JavaScript - so it won't work in the browser (at least not if the document is treated as XHTML ...

[css-d] firefox table issue

2005-09-07 Thread Josh Owens
Hi all, First time I have used the list. I was wondering if someone could explain why firefox would push a table outside of the div that contains it. Working fine on Internet Explorer 6 7. Any help would be much appreciated. Here is a link: http://www.susdoctores.com/susdoctores.php

[css-d] test

2005-09-07 Thread Josh Owens
test __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] IE Problem (with valid code)

2005-09-07 Thread Jon Stephenson
I have removed everything extra from the code it will now validate and it still having a problem in IE here is the link to the new test file. I still have an extra space under each list item in my nav now the only thing on the test page is the nav I have removed all other elements.

Re: [css-d] Is this an IE rendering error ?

2005-09-07 Thread Tom Steenhuysen
Bob Easton wrote: Tom Steenhuysen wrote: I have 2 strange things going on in trying to design a fluid 3 and 4 column : 1) the two columns in the middle are both 50% wide - but when you change the width of IE [drag the edge], then there seems to be an intermittent 1-pixel difference which

[css-d] possible to declare multiple backgrounds on divs in CSS?

2005-09-07 Thread Bruce Gilbert
Is this possible to do? #content_wrapper{ width: 720px; margin:0; padding:0; text-align: left; height:100%; background: #fff url(../assets/images/left_bg_repeat.gif) repeat-y top left; background: url(../assets/images/right_outer_repeat.gif) repeat-y top right; } or are you only allowed

[css-d] Re: css-d] IE list problem

2005-09-07 Thread Edith Karnitsch @ TerraNetwork
Jon Stephenson wrote: I am working on a site where I have to build 2 copies one in html using tables for layout and one using divs for layout. The only common element is the let nav that is built using an unordered list but I am having trouble with it in IE. My test build is at

Re: [css-d] IE Problem (with valid code)

2005-09-07 Thread Schalk
Jon Give this a try: #leftContainer ul { margin:0; padding:0; list-style:none; } #leftContainer ul li { text-align:right; margin-left: -28px margin-right: 6px; } Jon Stephenson wrote: I have removed everything extra from the code it will now validate and it still having a

Re: [css-d] firefox table issue

2005-09-07 Thread Gunlaug Sørtun
Josh Owens wrote: Hi all, First time I have used the list. I was wondering if someone could explain why firefox would push a table outside of the div that contains it. Working fine on Internet Explorer 6 7. Any help would be much appreciated. Basically because a div is not supposed to

RE: [css-d] IE Problem (with valid code)

2005-09-07 Thread Pringle, Ron
I have removed everything extra from the code it will now validate and it still having a problem in IE here is the link to the new test file. I still have an extra space under each list item in my nav now the only thing on the test page is the nav I have removed all other elements.

RE: [css-d] possible to declare multiple backgrounds on divs in C SS?

2005-09-07 Thread Pringle, Ron
Is this possible to do? #content_wrapper{ SNIP background: #fff url(../assets/images/left_bg_repeat.gif) repeat-y top left; background: url(../assets/images/right_outer_repeat.gif) repeat-y top right; } or are you only allowed onebakground per div? I am trying to create a

Re: [css-d] possible to declare multiple backgrounds on divs in C SS?

2005-09-07 Thread Craig Cook
On 9/7/05, Pringle, Ron [EMAIL PROTECTED] wrote: Is this possible to do? Short answer: no. Longer answer: It's part of CSS3, so someday in the future it'll be possible. The only browser that supports multiple backgrounds at present is Safari, see http://webkit.opendarwin.org/blog/?p=15.

[css-d] Firefox bug?

2005-09-07 Thread Felix E. Guerrero
Hi, I have a 3-column layout but the first time it's displayed on Firefox (or after clearing the cache) there's a gap between columns and footer. As far as I can tell it only happens on FF 1.0.6. The gap is somewhat related to the image appearing on the center column as they share a similar

[css-d] Getting around Netscape 7 bugs?

2005-09-07 Thread Eric Shepherd
I don't have a live example of this, so I'll try to keep it simple and general. I run into Netscape 7 bugs quite often, as it has serious issues with background positioning and also the following scenario: I have a list of products, each with an image. They are in separate dls, given a width, and

Re: [css-d] IE Problem (with valid code)

2005-09-07 Thread Jon Stephenson
Taking out the line breaks between the list items worked but this code is going to be generated by a cms and it has to put each one on its own line is there any other way to fix it? On 9/7/05 1:14 PM, Pringle, Ron [EMAIL PROTECTED] wrote: I have removed everything extra from the code it will

Re: [css-d] Firefox bug?

2005-09-07 Thread Janet Russeau
I am running FF 1.0.5 and the gap also displayed for me. I tried to reload the page to see if it cleared it, but it did not. Sorry I don't have any tips, but thought you might be interested to know that it also displays a gap for me. Janet At 02:57 PM 9/7/2005, you wrote: Hi, I have a

RE: [css-d] IE Problem (with valid code)

2005-09-07 Thread Pringle, Ron
Taking out the line breaks between the list items worked but this code is going to be generated by a cms and it has to put each one on its own line is there any other way to fix it? add display:inline; to your #leftContainer li and move your text-align:right; to #leftContainer li a.

[css-d] form field grey out.

2005-09-07 Thread Dan McCullough
Not sure I described that correctly, but I was looking for an idea on how to have like a text box with some data in, but make it uneditable and look like its greyed out. Anyone have any suggestions? __ css-discuss [EMAIL

Re: [css-d] form field grey out.

2005-09-07 Thread Ricky Zhou
Not sure I described that correctly, but I was looking for an idea on how to have like a text box with some data in, but make it uneditable and look like its greyed out. Anyone have any suggestions? Add disabled=disabled in the input tag: input type=text disabled=disabled / Ricky

Re: [css-d] form field grey out.

2005-09-07 Thread Brian Cummiskey
Dan McCullough wrote: Not sure I described that correctly, but I was looking for an idea on how to have like a text box with some data in, but make it uneditable and look like its greyed out. input type=text readonly=readonly name=thefield / firefox will make this grey by default. for the

[css-d] IE 3px jog in simple page with three image

2005-09-07 Thread artcoder
What is your method of working-around the IE 3px jog problem as demonstrated here . http://www.webmarksonline.com/temp/test.htm It looks fine in Firefox. But problematic in IE. I want no gaps in between any picture. The standard technique of reducing the width and margin by 3px for just IE

Re: [css-d] Firefox bug?

2005-09-07 Thread James Bennett
On 9/7/05, Felix E. Guerrero [EMAIL PROTECTED] wrote: Hi, I have a 3-column layout but the first time it's displayed on Firefox (or after clearing the cache) there's a gap between columns and footer. As far as I can tell it only happens on FF 1.0.6. The gap is somewhat related to the image

[css-d] Looking for resources

2005-09-07 Thread Michael Schmidt \(Tek Systems\)
To help with RTL layouts using CSS not tables Tables are easy CSS seems to have some interesting behavior with float: left/right Any insights would be appreciated __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Glitch in IE/Mac Site Check

2005-09-07 Thread Jono
On 9/6/05 2:47 PM, Juanita [EMAIL PROTECTED] wrote: If there are any Mac users, the site looks as it should in Safari, but is not working in IE - any ideas why the content is shifted and/or how to fix it? The site css links : http://www.kcsm.org/voicesofcsm.htm This site (as well as

[css-d] IE jumping link problem

2005-09-07 Thread Evan Kutter
http://www.stanford.edu/~ejk/work/test.html the page loads and works properly in ffox... IE is the culprit in this scenario. when the page is loaded or refreshed, the text tooltip text displays at the top of the relatively positioned div.container, overlapping existing text. on mouseover,

Re: [css-d] Firefox bug?

2005-09-07 Thread Holly Bergevin
From: Felix E. Guerrero [EMAIL PROTECTED] Date: Wed, 7 Sep 2005 13:57:30 -0500 Hi, I have a 3-column layout but the first time it's displayed on Firefox (or after clearing the cache) there's a gap between columns and footer. My Mozilla does this too. The gap is somewhat related to the image

Re: [css-d] Glitch in IE/Mac Site Check

2005-09-07 Thread Roger Roelofs
Juanita, On Sep 6, 2005, at 2:47 PM, Juanita wrote: Hi - I have the makings of a small site which seems to work well in the latest browser (FF, Opera, Netscape 7 IE) if anyone has earlier browser and can let me know if it's really out of wack that would be great. If there are any Mac

[css-d] wrapping text around images

2005-09-07 Thread Scot Schlinger
Hi all, I would like to create a do it yourself page that has an image (possibly two or three) per sentence/short paragraph with multiple sentences/short paragraphs per page. I would also like the text to start at the top of the image(s), possibly 1em give or take to the left. I can get this

Re: [css-d] Firefox bug?

2005-09-07 Thread Felix E. Guerrero
Transitional and quirks mode work fine BUT only if I have the height specified. It isn't a problem changing the doctype but I still need to find a way to specify the height in images uploades with Wordpress. --Felixe __

Re: [css-d] wrapping text around images

2005-09-07 Thread Ricky Zhou
I would like to create a do it yourself page that has an image (possibly two or three) per sentence/short paragraph with multiple sentences/short paragraphs per page. I would also like the text to start at the top of the image(s), possibly 1em give or take to the left. I can get this to work

Re[2]: [css-d] wrapping text around images

2005-09-07 Thread Steve Clay
Wednesday, September 7, 2005, 10:21:12 PM, Ricky wrote: To achieve this effect, I placed the image in a span floated to the left: Or just give the IMG float:left; margin-right:1em; Steve -- http://mrclay.org/ : http://frenchhorns.mrclay.org/

Re: [css-d] 3 column format problem

2005-09-07 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: I am a bit of a newbie but I have had one successful all css design. Now I want to set up a template that I can reuse. I want it to be 3 columns with a header and a top nav row. Sounds fine... If it's possible I'd like it to be fluid enough to stretch to full

[css-d] Displays wrong in Firefox until you refresh - Hmmm...

2005-09-07 Thread Les Mizzell
Weird problem in Firefox: Page may or may not do this for everybody, but for me, it loads and the right content panel will often appear under the menu, until you refresh the page, then it display correctly. Seems to be fine in IE. http://65.36.231.94/press.cfm Ideas? -- --- Les

Re: [css-d] 3 column format problem

2005-09-07 Thread Thierry Koblentz
Since it seems like you want 'source-ordered' pages-- main content first in this case, I'll advice you to read up on the use of floats and negative margins. You can create what you want this way. See: http://www.alistapart.com/articles/negativemargins ...and study it well. A slightly