Re: [css-d] one more for list of IE CSS nastys ?

2005-07-27 Thread Ingo Chao
Rebecca Cox schrieb: Grr IE, you know how you can use an ID & class selector together on same element? Eg .resources .stories#banner { background: #666; } .resources .know#banner { background: #ccc; } All fine & valid etc but IE6 Win will only apply the first such style in the

Re: [css-d] Strange float? problem in IE6

2005-07-27 Thread Gunlaug Sørtun
T Shorrock wrote: Rahul has kindly provided some screenshots of my Web Album site in IE 6 on XP SP2... it's not looking good, and I can't figure out why it's happening. http://www.vandevelde.co.uk/WebAlbum/webalbum3/album_index.html You may try adding this: .innerbox {_height: 0;} /* mind

Re: [css-d] stylesheets won't apply

2005-07-27 Thread Gene Falck
Hi Laura and Tim, Tim wrote: Hi Laura - I'm just guessing here, but suspect that you are previewing your site locally from the file system ... That can cause issues due to the local file reference not sending a header, but I don't think that's the problem here. ... href="/dghome6.css" what

[css-d] Strange float? problem in IE6

2005-07-27 Thread T Shorrock
Hi, Rahul has kindly provided some screenshots of my Web Album site in IE 6 on XP SP2... it's not looking good, and I can't figure out why it's happening. The shots are at: http://www.flickr.com/photos/[EMAIL PROTECTED]/28979516/ http://www.flickr.com/photos/[EMAIL PROTECTED]/28979495/ The p

Re: [css-d] stylesheets won't apply

2005-07-27 Thread Prabhath Sirisena
> I have attached an external stylesheet to HTML pages which are all saved in > the same folder. When I preview the pages on the Web (Explorer or Netscape), > the first page I view has the styles applied. (colors, positions, fonts, > etc.) But when I link to another page within the site, the style

[css-d] one more for list of IE CSS nastys ?

2005-07-27 Thread Rebecca Cox
Grr IE, you know how you can use an ID & class selector together on same element? Eg .resources .stories#banner { background: #666; } .resources .know#banner { background: #ccc; } All fine & valid etc but IE6 Win will only apply the first such style in the CSS file - so in this

Re: [css-d] Strange IE Form Behavior

2005-07-27 Thread Gunlaug Sørtun
Dave Simon wrote: http://www.rockymountainruggallery.com/new/brochure.php In IE 6 (oddly enough, not in 5.5 or 5, that I've found), the last field in the form, in this case "Comments" has the last few letters of it's label repeated and the text area moved down about 150 pixels. Try adding:

RE: [css-d] PC Firefox display issue - div class image

2005-07-27 Thread j.hodge
Zoe, After much finagling, playing, breaking, and fixing, lol... I got it. CSS used to make graphic display properly: #texas { float: left; clear: both; background: transparent url(images/texas-background.png) no-repeat; color: tra

Re: [css-d] Firefox help please

2005-07-27 Thread development
Michael, I added the doctype, and you are right it looks like it did in ff in ie right now. so the image buttons are not visible, the lowest color theme swatches are piled up, and I still get the label slightly taller than input field - Original Message - From: "Michael Landi

Re: [css-d] Firefox help please

2005-07-27 Thread Michael Landis
On 7/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need help with several problems on this page: > http://www.haroldauto.com/edit:2:43t243 > > first of all, in ie there are icons/buttons visible, I don't understand why > they don't > show up in firefox. > > also if someone could tell

[css-d] Strange IE Form Behavior

2005-07-27 Thread Dave Simon
Trying to finish up a site, and I've tried and tried to figure out what is causing this bug. I've used essentially the same code on other sites and not had any problems, so I'm dumbfounded. Here is a page it occurs on: http://www.rockymountainruggallery.com/new/brochure.php In IE 6 (oddly e

Re: [css-d] stylesheets won't apply

2005-07-27 Thread Tim Snadden
Hi Laura - I'm just guessing here, but suspect that you are previewing your site locally from the file system rather than having the pages served by a web server. When you say href="/dghome6.css" what it is saying is to look for this file in the root directory of the server. One way around this wou

Re: [css-d] Line breaks and font-weight...

2005-07-27 Thread Richard Grevers
On 7/28/05, medial | André Huf <[EMAIL PROTECTED]> wrote: > Hi List, > > I cannot come up with a solution by myself, stupid me. Maybe one can put > me in the right direction. > > I have a styled list as navigation where the text-links sit in list > items with a fixed length (which i cannot change

[css-d] help please

2005-07-27 Thread development
Hi, please have a look here: http://www.haroldauto.com/edit:1:43t243 please tell me what I must change for the image buttons that are visible in ie to show up in opera and ff. thanks very much in advance =) __ css-discuss

Re: [css-d] IE Win Drawing Problems

2005-07-27 Thread patrick mattison
Thanks Michael, your solution worked great for IE Win, but now I have issues with the #textBody displaying at the top of the page in IE Mac. Any Ideas? -- Patrick Mattison Hello, I'm a newbie here and I'm struggling with some IE Win bugs. 1) the horizontal menu bar in IE Win is off center

[css-d] Refresh needed and Jumping Div's (IE6/Win)

2005-07-27 Thread Glenn E. Lanier, II
I have a page ( http://bellsouthpwp.net/S/p/Speedy7/transcript.html (CSS inline for ease in troubleshooting)) that displays a section of a form on page load. The section displayed is a frameset with a couple of select boxes. When a selection is made in the first box (Send To:), a JavaScript functio

[css-d] stylesheets won't apply

2005-07-27 Thread laura sturman
Hi. I'm a high school teacher in California who has been put in charge of the Web pages at my site because I am a computer lab teacher. I've used DreamWeaver and FrontPage, but I would like to convert all the pages to CSS since our school site is clunky and slow and I'm tired of hearing all the

[css-d] BIR Bob Image Replacement - (z-index & stack order probs)

2005-07-27 Thread Rebecca Cox
Hi folks, A colleague has pointed me to another image replacement technique by the name of BIR (Bob's Image Replacement) - it is pretty simple and just involves giving a negative z index to the text you want to hide behind a background image. I have found it OK as long as you don't want to specif

Re: [css-d] positioning in IE

2005-07-27 Thread Michael Landis
On 7/27/05, . Berrys <[EMAIL PROTECTED]> wrote: > Hello, I'm a relatively experienced HTML coder painfully trying to make a > full transition to CSS and XHTML. I'm working on a prototype and have much of > it figured out -- but I see some inconsistencies that baffle me. Forgive me > if > these qu

Re: [css-d] center column clearing and breaking flow for no good reason

2005-07-27 Thread John Haas
That was it! Thanks. -Jack Matthew Ohlman wrote: Hi Jack: Try replacing the following section in your CSS with this: #node_teasers .node_footer { background-color:#0072BC; padding: 5px 10px; clear:none; text-align:right; color:#FF; } That one takes precedence/* */over

AW: [css-d] Question concerning use of 0px

2005-07-27 Thread medial | André Huf
After a zero length, the unit identifier is optional. http://www.w3.org/TR/2005/WD-CSS21-20050613/syndata.html#length-units > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] Im Auftrag von Kim Kruse > Gesendet: Mittwoch, 27. Juli 2005 21:38 >

[css-d] positioning in IE

2005-07-27 Thread . Berrys
Hello, I'm a relatively experienced HTML coder painfully trying to make a full transition to CSS and XHTML. I'm working on a prototype and have much of it figured out -- but I see some inconsistencies that baffle me. Forgive me if these questions have come up recently -- I did a search on "pos

AW: [css-d] Line breaks and font-weight...

2005-07-27 Thread medial | André Huf
> That's 'font-weight: bold;', isn't it? Right. I'm tired, sorry. :-) > - Manipulating letter/word spacing between states may seem to work, but > will become extremely complex and quite unpredictable across browser-land. That one wouldn’t work. With the Arial Font I have on my Firefox Win XP the

Re: [css-d] Question concerning use of 0px

2005-07-27 Thread Kim Kruse
0 is 0 and therefore 0px should be written as 0... I think :-) Kim Peach Lynda L Contr 96 CG/SCTOA wrote: What is the recommended value for setting 0 in such CSS settings as padding or margin? Should it be margin: 0px; padding: 0px; ormargin: 0; padding 0; And does it matter

Re: [css-d] Question concerning use of 0px

2005-07-27 Thread Schalk Neethling
No, you can comfortably use: padding: 3px 0 5px 0; Peach Lynda L Contr 96 CG/SCTOA wrote: What is the recommended value for setting 0 in such CSS settings as padding or margin? Should it be margin: 0px; padding: 0px; ormargin: 0; padding 0; And does it matter if it is px or no

Re: [css-d] Question concerning use of 0px

2005-07-27 Thread Schalk Neethling
Lynda As 0 is 0 is 0 is 0, it does not really matter. The general way is to just use padding:0; Peach Lynda L Contr 96 CG/SCTOA wrote: What is the recommended value for setting 0 in such CSS settings as padding or margin? Should it be margin: 0px; padding: 0px; ormargin: 0;

Re: [css-d] Question concerning use of 0px

2005-07-27 Thread Mimi Huang
> What is the recommended value for setting 0 in such CSS settings as padding > or margin? I don't believe it matters what unit you use for 0. I've always just used "0" because I'm lazy. :) Cheers, --Mimi __ css-discuss [EMAIL

Re: [css-d] Line breaks and font-weight...

2005-07-27 Thread Mimi Huang
Dear Andre, > They are supposed to have "font-size: bold;" in the a:hover pseudoclass. > Sometimes the text just sits fine in one line whilst it gets to long > during a mouseover and line breaks to two lines. > > it even occures the other way round - namely text that needs two lines > in normal s

[css-d] Question concerning use of 0px

2005-07-27 Thread Peach Lynda L Contr 96 CG/SCTOA
What is the recommended value for setting 0 in such CSS settings as padding or margin? Should it be margin: 0px; padding: 0px; ormargin: 0; padding 0; And does it matter if it is px or not when all four sides are set individually as in padding: 3px 0 5px 0; Or should it be

Re: [css-d] Line breaks and font-weight...

2005-07-27 Thread Gunlaug Sørtun
medial | André Huf wrote: I have a styled list as navigation where the text-links sit in list items with a fixed length (which i cannot change). If one entry gets longer than the size of the list item it just breaks to another line. They are supposed to have "font-size: bold;" in the a:hover

Re: [css-d] Background position in inline elements

2005-07-27 Thread Christian Heilmann
On 7/27/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > Antonio Bueno schrieb: > > Hello, all. > > > > I've found some weird behavior when using background-position of > > links. > > This test page seems to be related for the situation in IE > http://www.satzansatz.de/cssd/wrappinglinkbg.html > > But

Re: [css-d] IE Win Drawing Problems

2005-07-27 Thread Michael Landis
On 7/26/05, patrick mattison <[EMAIL PROTECTED]> wrote (about www.thecooperativemusic.com): > Hello, I'm a newbie here and I'm struggling with some IE Win bugs. 1) > the horizontal menu bar in IE Win is off center (it's flushed too far > to the left so that "HOME" hangs almost over the edge) and 2

Re: [css-d] Line breaks and font-weight...

2005-07-27 Thread Ingo Chao
medial | André Huf schrieb: I have a styled list as navigation where the text-links sit in list items with a fixed length (which i cannot change). If one entry gets longer than the size of the list item it just breaks to another line. They are supposed to have "font-size: bold;" in the a:hover p

Re: [css-d] Background position in inline elements

2005-07-27 Thread Ingo Chao
Antonio Bueno schrieb: Hello, all. I've found some weird behavior when using background-position of links. This test page seems to be related for the situation in IE http://www.satzansatz.de/cssd/wrappinglinkbg.html But only a flaw hope for a workaround in CSS. And, right or wrong? "The ti

[css-d] Line breaks and font-weight...

2005-07-27 Thread medial | André Huf
Hi List, I cannot come up with a solution by myself, stupid me. Maybe one can put me in the right direction. I have a styled list as navigation where the text-links sit in list items with a fixed length (which i cannot change). If one entry gets longer than the size of the list item it just break

[css-d] Background position in inline elements

2005-07-27 Thread Antonio Bueno
Hello, all. I've found some weird behavior when using background-position of links. I wanted to add a little icon to external links and after a few tries I used this code: a.externo { background-image: url(imagenes/externo.gif); background-position: left 0.2em; background-

Re: [css-d] IE6 and its extra pixel trick.

2005-07-27 Thread Choan C. Gálvez
Keith Bloom escribió: Hello again, Thanks all for your recently help with styling ordered lists but now I am back with another request. I have a navigation panel floated left and a content area with a margin of 155px to accommodate for it. In Firefox this works fine, but in IE6 three extra pix

Re: [css-d] IE6 and its extra pixel trick.

2005-07-27 Thread Nick Fitzsimons
> I have a navigation panel floated left and a content area with a > margin of 155px to accommodate for it. In Firefox this works fine, > but in IE6 three extra pixels have been introduced to the content > margin. Thanks IE. > A pointer in the right direction for the hack to fix this or the bug

[css-d] IE6 and its extra pixel trick.

2005-07-27 Thread Keith Bloom
Hello again, Thanks all for your recently help with styling ordered lists but now I am back with another request. I have a navigation panel floated left and a content area with a margin of 155px to accommodate for it. In Firefox this works fine, but in IE6 three extra pixels have been introduced

Re: [css-d] Questions about new clanjones.org website

2005-07-27 Thread Mimi Huang
> Thanks for the link. I really like having the left column staying in > place, that's why I used fixed. But I certainly don't like having parts > of the menu off screen and useless! That's the tradeoff with using "position: fixed;". It's a good CSS replacement for the frames effect, but unlike f

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread AntonyG
Thanks to all who've replied. I added the following code to my .clear class earlier and it may have rectified the problem: font-size: 0; height: 1px; If anyone else is kind enough to try using Firefox, could they confirm the display of the pale blue background is okay? Many thanks, Antony ---

Re: [css-d] Site Check Please: IE 6 probs

2005-07-27 Thread Rahul Gonsalves
Ask and ye shall recieve. http://www.flickr.com/photos/[EMAIL PROTECTED]/28979516/ http://www.flickr.com/photos/[EMAIL PROTECTED]/28979495/ Rahul. T Shorrock wrote: Any chance you could send me some screenshots? -- . Rahu

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread jérôme coupé
Hello Anthony, Works for me as well using FF 1.0.4 on Win XP SP2 without reload. Best regard, Jérôme Coupé -- -- Technical knowledge is not enough. One must transcend te

RE: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Shane Porter
> Hi Antony! > > It works fine for me without reloading the site! I'm using > Firefox 1.0.6 > with Windows XP. > Hi there Antony - I have the same problem running Firesoft 1.0.1 on Windows XP. > > I have a problem with a site in Firefox for Windows that > only appears upon > first loading the

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Palle Frid Svensson
Hi Antony! It works fine for me without reloading the site! I'm using Firefox 1.0.6 with Windows XP. /Palle - Original Message - From: "AntonyG" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 27, 2005 9:57 AM Subject: [css-d] Problem in Firefox on initial page load only > I have a probl

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Ingo Chao
AntonyG schrieb: http://www.trisalford.info I saw a short rearranging on the right side in DeerPark a2. Have you tried to give the img "Elite cyclists" a height? Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAI

[css-d] Problem in Firefox on initial page load only

2005-07-27 Thread AntonyG
I have a problem with a site in Firefox for Windows that only appears upon first loading the site. Refreshing the page or reloading the site clears the problem completely and doesn't seem to replicate until a new browser session is opened. I'm very puzzled as to why it happens and would apprecia

Re: [css-d] Questions about new clanjones.org website

2005-07-27 Thread david
Mimi Huang wrote: 1. Why do I have a horizontal scrollbar in my browser window (current viewport size 814px wide, 607px high)? Commenting out the "width: 100%;" in the body element worked for me. You don't really need it, as you've already set the "reporttitle" div to "width: 100%", and your