Re: [css-d] absolutely positioned menu vanishes with IE

2005-08-01 Thread rupert
On 31 Jul 2005, at 12:11, Ingo Chao wrote: rupert schrieb: http://www.rupespad.com/test3.php your bug trigger is similar to case #2 in Bruno Fassino's great test page: http://www.brunildo.org/test/IE_raf3.html #2 float - ap - clearer: Thanks Ingo - hadn't seen Bruno's page - looks

[css-d] Suckerfish Dropdown Problem

2005-08-01 Thread jordan WOLLMAN
Hello all, I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE, but not in FF or Safari. Any help would be appreciated. Link to site: http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac e/ Sincerely, Jordan WOLLMAN

[css-d] Odd boxing with html form

2005-08-01 Thread Keith Sader
Greetings, I've got a strange layout issue with IE 6.0 and a form. When I layout a form ala Man in Blue: http://www.themaninblue.com/experiment/InForm/margin.htm, I get really strange box sizing. The red-outline shows that the box for the labelinput/ is huge. It's much larger than a plain old

[css-d] gap on right side of page

2005-08-01 Thread Scot Schlinger
Hi all, I have a small gap, looks to be 1 px or 2 at most) on the entire right side of my layout when viewed in ie 6.x (xp) but is correct when viewed in ff. Page: http://www.rell.com/test/index.html CSS: http://www.rell.com/test/style/default.css Once again I would like to thank

[css-d] Absolute position problem in Safari? Was: Strange float? problem in IE6

2005-08-01 Thread Tracy Shorrock
Hi Gunlaug, Sorry I didn't get back to you sooner. I've implemented your suggestion, and it seems to have corrected things in IE6. Thank you for the link, it lead me to a page which helped solve my IE 5.2 problem as well. And to Gunlaug and CSS List Gurus: I don't suppose you have any

[css-d] Q: Son of a Suckerfish

2005-08-01 Thread Tanya Renne
I'm using son of a sucker fish foldouts here: http://www.orchidsuites.net/aham ... in IE 6.0 (gasp) they are flashing/blinking as you roll over them (top navigation) ... any suggestions? Thanks, Tanya __ css-discuss [EMAIL

[css-d] Float Problem in IE Mac... display:inline-block

2005-08-01 Thread Tracy Shorrock
Spoke too soon... I've fixed the problem in IE 5.2 where the right floated content dropped below the left floated content when you resized the window using * htmlbody div.floatbox {float:none; display:inline-block} However, I'm now getting this problem (screenshot):

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
On 8/1/2005 7:41 AM jordan WOLLMAN wrote: I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE, but not in FF or Safari. Any help would be appreciated. http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac e/ The problem

[css-d] IE7 beta 2 Expected CSS Support

2005-08-01 Thread Pringle, Ron
Originally posted by Aardvark on TheList, but I felt it was helpful and appropriate to this list as well. Note that the list below pertains to BETA 2, which has not been released yet. However, a few of the bug fixes apparently are in Beta 1. Regards, Ron the IEblog has the following post:

Re: [css-d] Scroll bars show through absolutely positioned background images

2005-08-01 Thread Justin Makeig
This does, in fact, appear to be a Mac OS X-only bug in Firefox. I've posted a test case at http://www.makeig.com/lineDetails/ Firefox on Suse and Windows as well as Safari 2.0 seem to render fine. It doesn't look to be fixed in the nightly build of DeerPark that I downloaded yesterday.

Re: [css-d] Odd boxing with html form

2005-08-01 Thread Adam Kuehn
Keith Sader wrote: I've got a strange layout issue with IE 6.0 and a form. When I layout a form ala Man in Blue: http://www.themaninblue.com/experiment/InForm/margin.htm, I get really strange box sizing. The red-outline shows that the box for the labelinput/ is huge. It's much larger than a

Re: [css-d] gap on right side of page

2005-08-01 Thread David Laakso
Scot Schlinger wrote: Hi all, I have a small gap, looks to be 1 px or 2 at most) on the entire right side of my layout when viewed in ie 6.x (xp) but is correct when viewed in ff. Page: http://www.rell.com/test/index.html CSS: http://www.rell.com/test/style/default.css Scot Hi Scot, I'm old

[css-d] Floated, Two-Column, Liquid Layout IE Woes

2005-08-01 Thread Matt Harris
I have a two-column liquid layout with a header and footer. The columns are floated and defined with a 70% / 30% width. All works well except for one small problem... If I open up my layout ( http://publicinterest.eresources.ws/) in Internet Explorer and slowly drag the window smaller, the

[css-d] full height tables - what's the best way?

2005-08-01 Thread CJ Larson
I'm using an xhtml doctype on my pages and am not able to have table height be 100%. When I change the doctype to an html traditional with no url, though, the table displays correctly at the full page height. According to the chart on http://hsivonen.iki.fi/doctype/ however, my no-url, html

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Tanya Renne
Thanks Steve - I fixed the markup but the menus are still jumpy in IE ... is there anything I can to do the styles? Tanya Steve Clason wrote: On 8/1/2005 7:41 AM jordan WOLLMAN wrote: I¹m working on an interface for my company¹s new CMS, and my Suckerfish dropdowns work just fine in IE,

[css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
I am trying to update my functional albeit very ugly HTML site and trying to implement CSS. I am doing this in baby steps so bear with me. I have posted the in progress page to this URL http://www.advancedscrollsawpatterns.com/indexwithdiv.htm I am having problems with the z-indexed div

[css-d] Forcing a footer to the bottom

2005-08-01 Thread Juanita
Thanks to all who answered my page - jumping problem ( scroll bars came went depending on length of page content.) I decided to use height:100% margin-bottom 1px to make the pages to a length that would require a scroll bar regardless of content length, so pages wouldn't 'jump.' This has

[css-d] FF impossible resize bug

2005-08-01 Thread Michiel van der Blonk
Hi, I have a problem in FireFox on this page: http://www.cbaruba.org/cba/do/category/4/type/NEWS/getArticleList.html When starting out the page looks fine. Then, when you resize below 70% (or somewhere around the figure) of the browser width, suddenly the select boxes become wider. After

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Steve Clay
Monday, August 1, 2005, 2:52:32 PM, [EMAIL PROTECTED] wrote: http://www.advancedscrollsawpatterns.com/indexwithdiv.htm I get *nothing* in Opera8. The page is invalid: body bgcolor=#FF Move this to your CSS so you have body Steve -- http://mrclay.org/ : http://frenchhorns.mrclay.org/

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Steve Clason
On 8/1/2005 11:44 AM Tanya Renne wrote: Thanks Steve - I fixed the markup but the menus are still jumpy in IE ... is there anything I can to do the styles? http://extranet.ariamedia.com/projects/ariamedia/extranet/conductor/interfac I guess I don't understand jumpy. The menus act like

[css-d] Problem with lists in IE

2005-08-01 Thread Michelle Tarby
I'm having a problem with the way my list looks in IE: ul id=soclist LIHuman Services/LI LIResearch and Theory/LI LICriminology and Criminal Justice/LI LIEducation/LI /UL Seems like it is displaying inline in IE 6. Here's the snip from my stylesheet: #soclist { display: block;

Re: [css-d] Suckerfish Dropdown Problem

2005-08-01 Thread Thierry Koblentz
Tanya Renne wrote: Thanks Steve - I fixed the markup but the menus are still jumpy in IE ... is there anything I can to do the styles? Jumpy? Do you mean flickering? http://www.fivesevensix.com/studies/ie6flicker/ HTH, Thierry | www.TJKDesign.com

Re: [css-d] IE Background-Image Problem

2005-08-01 Thread Ingo Chao
Richard Garbutt schrieb: http://www.gemmastokes.co.uk/demos/demo1.htm The problem is that the background images for the links at the top of the 2nd and 3rd columns (next to the text Black and Blue and Octopussy) seem to be repeating vertically and also overflowing their container. This happens

Re: [css-d] Problem with lists in IE

2005-08-01 Thread Schalk Neethling
Michelle If all you want is a normal displaying list and merely changing the padding and list-style. You can safely remove the display:block. Also I saw in your stylesheet that you have: #soclist { display: block; list-style: square; padding-left: 0; margin-left: 0; width: 400px; padding:

Re: [css-d] Hovering on text links but not images

2005-08-01 Thread Steve Clay
Monday, August 1, 2005, 4:49:35 PM, Lst Recv wrote: Is there a simple way (without having to give each link a class) of using CSS to change the background color on text links but not images? CSS can't do it (selectors can't look down the document tree)... OFFTOPIC ...but JS can give those

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
I figured out my problem with the help of some of you wonderful folks! my problems were: xhtml wasn't validated I didn't have the [cdata[ ... ]] around my style element I also had a misformed attribute in my body tag and it seems the netscape resize script that my editor added

[css-d] Issue with Safari

2005-08-01 Thread Jeetu Mahtani
Hello - We had a designer create the following site for us - http://www.locobazooka.com. Unfortunately he is on vacation right now and we seem to have run into an issue with Safari. In Safari the menu items (Home, Info, Who's Playing?, etc) are not visible at all. I am not a CSS expert but I

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Scrlsawportraits
One more thing It seems I created this problem on my own. If I had linked the style sheet in the first place I wouldn't have had to bother you folks. When I fixed the embedded style so the page would validate, it knocked everything out of all the browsers except IE. Once I removed the

[css-d] block element padding ?

2005-08-01 Thread Timothy Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 List, I searched the archives... but the number of hits just overwhelmed me. I thought it best to check with the collective mind on this. I'm coding my theme for blojsom (blojsom.sf.net) and I'm having a pixel-perfect moment, mentally really,

[css-d] Windows font sizes vs. Mac

2005-08-01 Thread Brad Cathey
Hello all, Can someone steer me in the direction of a good discussion of the problem I'm having with the larger rendering of fonts in Windows? I build everything in BBEdit on the Mac and Safari and then have to resize everything for Windows. Thanks!

Re: [css-d] Forcing a footer to the bottom

2005-08-01 Thread Juanita
Schalk - Thanks alot - it worked! Juanita [EMAIL PROTECTED] on Monday, August 01, 2005 at 12:56 PM -0800 wrote: Juanita Have a look at the following article: http://www.sitepoint.com/forums/showpost.php?p=1239966amp;postcount=3 Juanita wrote: This has created another issue - how can I force

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Mark Lundquist
On Aug 1, 2005, at 12:30 PM, Steve Clay wrote: I get *nothing* in Opera8. The page is invalid: body bgcolor=#FF Move this to your CSS so you have body What Steve means is that you should have body { background-color: white; } in your CSS. :-) —ml—

[css-d] IE6 Rendering Wierdness

2005-08-01 Thread Tatham Oddie \(Fuel Advance\)
Guys n' gals, Having some weird issues with http://testdrive.fueladvance.com/vve/ that I can't seem to fix. (Of course, they are IE6 specific.) Basically, the Navigation and Useful Links boxes get rather screwed up the first time the page is loaded. Borders missing, header bars duplicated,

Re: [css-d] Hovering on text links but not images

2005-08-01 Thread Jon Trelfa
On 8/1/05, Steve Clay [EMAIL PROTECTED] wrote: Monday, August 1, 2005, 4:49:35 PM, Lst Recv wrote: Is there a simple way (without having to give each link a class) of using CSS to change the background color on text links but not images? CSS can't do it (selectors can't look down the

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Jon Trelfa
On 8/1/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I figured out my problem with the help of some of you wonderful folks! my problems were: xhtml wasn't validated I didn't have the [cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never use that

Re: [css-d] Import alternate stylesheet

2005-08-01 Thread Michael Landis
On 7/28/05, Mr. Kim Siever [EMAIL PROTECTED] wrote: Is there a way to indicate in an import statement that a particular style sheet is and alternate style sheet. I know how to do it using a link tag. I want to know if it can be down using import statements. Hi, Kim, You can try the title

Re: [css-d] IE6 Rendering Wierdness

2005-08-01 Thread Matthew Ohlman
Tatham Oddie (Fuel Advance) wrote: Basically, the Navigation and Useful Links boxes get rather screwed up the first time the page is loaded. Borders missing, header bars duplicated, etc. This is fixed if you highlight the region, or better still press Ctrl-A to select the whole page. Is

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Matthew Ohlman
Jon Trelfa wrote: I didn't have the [cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never use that an my documents validate just fine...? Correct me if I'm wrong, but I think It's optional. That does the equivalent of what !-- does in Java

Re: [css-d] Cross-Browser Issues

2005-08-01 Thread Andrew Gregory
On Tue, 02 Aug 2005 11:22:42 +0800, Matthew Ohlman [EMAIL PROTECTED] wrote: Second, in Opera 8 it looks like it's not applying the margin properties in the body declaration correctly. Opera uses padding on body, not margin. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL:

Re: [css-d] Absolute position problem in Safari? Was: Strange float? problem in IE6

2005-08-01 Thread Roger Roelofs
Tracy, On 8/1/05, Tracy Shorrock [EMAIL PROTECTED] wrote: Hi Gunlaug, I don't suppose you have any idea why the absolute-positioned photo of the couple (#couple) is appearing differently in Safari (v1.0.3) than the other browsers: http://www.vandevelde.co.uk/WebAlbum/index.html

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Mark Lundquist
On Aug 1, 2005, at 7:51 PM, Matthew Ohlman wrote: Jon Trelfa wrote: I didn't have the [cdata[ ... ]] around my style element UmmmI don't think that's necessary, is it? I never use that an my documents validate just fine...? Correct me if I'm wrong, but I think It's optional. That

Re: [css-d] Newbie needs help PLEASE

2005-08-01 Thread Matthew Ohlman
Mark Lundquist wrote: Actually no, that's not what it does! :-) The contents of a CDATA section are declared to have no XML metacharacters. So for instance, you can just write '' instead of 'lt;' inside a CDATA section, or '' instead of 'amp;'. That's it. It has nothing to do with hiding

Re: [css-d] only half of the drop downs work in IE6

2005-08-01 Thread shlomi asaf
Hi Richard have you fixed the problem? I'm using IE and i don't see any problem in your menu, besides a little design issue: from my opinion, u should margin:7px 0 0 10px your drop-downs so they will align to the text and not sit so close to the text at the menu. Yours Shlomi Asaf. On 8/1/05,

Re: [css-d] Cross-Browser Issues

2005-08-01 Thread Gunlaug Sørtun
Matthew Ohlman wrote: Hey List: I've run into a problem with cross-browser compatibility on a new design I am working on. You can view it here: http://pictures.ohlman.com/cross/index.html I've put the CSS inline so it will be easier to debug. In IE6, the footer bar is not lining up on the