Re: [css-d] MacIE problems

2005-10-07 Thread Mike Davies
On Fri, 2005-10-07 at 02:25, Philippe Wittenbergh wrote: Actually, My Firefox doesn't look OK. Your footer is constrained in height (75px), but the text overflows the container (delete that height and it will expand as needed, depending on the user's font size. ) And at the bottom of

Re: [css-d] First full CSS site

2005-10-07 Thread Felix Miata
Felix Miata wrote: body {font-family: Geneva, 'nimbus sans', 'luxi sans', Arial, sans serif;} Can't believe I did that. The reason I replied in the first place was to fix the fallback by including the required hyphen: body {font-family: Geneva, 'nimbus sans', 'luxi sans', Arial, sans-serif;}

Re: [css-d] Could The Stylesheet Be Crashing Firefox?

2005-10-07 Thread Peter-Paul Koch
I have a page that actually crashes Firefox and Netscape 8.0 (at least, via Windows XP - I just found out about it and need to test on other platforms). The page is http://sesius.com/Products/Manufacturing.htm - do a Print Preview, then when the Close button is clicked Firefox dies. None of

[css-d] Menu test

2005-10-07 Thread tedd
Hi: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. Thank you. tedd -- http://sperling.com/

Re: [css-d] Menu test

2005-10-07 Thread Al Sparber
From: tedd [EMAIL PROTECTED] Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h The CSS seems in order. The menus themselves are difficult to use because they snap shut so fast and there is no timing mechanism to allow them to remain open or allow

Re: [css-d] Menu test

2005-10-07 Thread Marcus Williams
On 07/10/2005 13:27, tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h Work well in FF - perhaps you could change your #menu ul ul rule to something like: #menuh ul ul { position:absolute; z-index:500;

Re: [css-d] Menu test

2005-10-07 Thread curson
On (07/10/05 08:27), tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h As far as I could see, everything working 100% perfectly with Opera 8.5 on GNU/Linux. Menu are lined up as desired, no margin/padding problem, and the dropdown are

Re: [css-d] Menu test

2005-10-07 Thread Marcus Williams
On 07/10/2005 14:21, Marcus Williams wrote: Work well in FF (Deer Park beta 1) -- Marcus Williams -- http://www.cad-schroer.co.uk CAD Schroer UK, 39 Newnham Road, Cambridge, UK __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Michael Landis
On 10/6/05, Thierry Koblentz [EMAIL PROTECTED] wrote: Christian Heilmann wrote: I do understand the idea, however, I dislike the idea of adding a JavaScript containing document.write and mixing structure and behaviour layer I don't see how we're mixing structure and behavior here... I

[css-d] problem aligning DIV tags

2005-10-07 Thread praveen vejandla
Dear All, I have a document with multiple DIV tags as below. div class=t a class=m href=book1.htmlBook1/a ul lia class=s href=/1.htmlchapter1/a lia class=s href=/2.htmlchapter2/a /ul /div div class=t a class=m href=book2.htmlBook2/a ul lia class=s

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread David Laakso
cody h wrote: i am hoping to get a little help fixing a glitch i don't really understand. the site in question is here: http://www.evergreen.edu/ cody This will center it in ie. body {text-align: center;} #pagecontainer {text-align: left;} aside: Slow load. Image not appearing in ie.

[css-d] problem aligning DIV tags

2005-10-07 Thread praveen vejandla
Dear All, I have a document with multiple DIV tags as below. div class=t a class=m href=book1.htmlBook1/a ul lia class=s href=/1.htmlchapter1/a lia class=s href=/2.htmlchapter2/a /ul /div div class=t a class=m href=book2.htmlBook2/a ul lia class=s

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread David Laakso
David Laakso wrote: cody h wrote: i am hoping to get a little help fixing a glitch i don't really understand. the site in question is here: http://www.evergreen.edu/ cody This will center it in ie. body {text-align: center;} #pagecontainer {text-align: left;} aside: Slow load. Image

Re: [css-d] problem aligning DIV tags

2005-10-07 Thread Kristina Floyd
praveen vejandla wrote: I have a document with multiple DIV tags as below. Hi Praveen Do you have a URL that we can look at, to help you? Also a screenshot of what you're trying to achieve is helpful. Regards Kristina __

Re: [css-d] Menu test

2005-10-07 Thread tedd
Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. IE6 XPsp2 - Appears to function perfectly, all menu elements were aligned with pixel precision even with changing the font size. What are you calling this?

Re: [css-d] First full CSS site

2005-10-07 Thread Tom Livingston
On Thu, 06 Oct 2005 22:23:48 -0400, Benjamin Rossen [EMAIL PROTECTED] wrote: I stand corrected. Thanks. Benjamin Rossen. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Al Sparber
From: Michael Landis [EMAIL PROTECTED] I think we're getting very close to a debate on personal beliefs and preferences (the importance of browser support versus the importance of clean code). Perhaps it would suffice to add a note in the article mentioning that, using your techniques,

Re: [css-d] Menu test

2005-10-07 Thread tedd
Having some minor problem with Firefox 1.0.6 on GNU/Linux, concerning some empty pixels that seem to appear random between some of the dropdown menu. For example on the orizontal one I see them among Sub1.1-Sub1.2, Sub1.4-Sub1.5 and on some of the others SubX.X. Seems like there is a border of

Re: [css-d] Menu test

2005-10-07 Thread tedd
From: tedd [EMAIL PROTECTED] Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h The CSS seems in order. The menus themselves are difficult to use because they snap shut so fast and there is no timing mechanism to allow them to remain open or allow

Re: [css-d] Menu test

2005-10-07 Thread tedd
On 07/10/2005 13:27, tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h Work well in FF - perhaps you could change your #menu ul ul rule to something like: #menuh ul ul { position:absolute; z-index:500;

Re: [css-d] Menu test

2005-10-07 Thread David Laakso
tedd wrote: Hi: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. Thank you. tedd XP_SP2 IE6/FF/Moz?Opera Both are fine on my end with and without zoom @ 1280, Ted. Nice job. (BTW, slow catching up with

Re: [css-d] Menu test

2005-10-07 Thread David Laakso
David Laakso wrote: tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. tedd XP_SP2 IE6/FF/Moz?Opera Both are fine on my end with and without zoom @ 1280, Ted. Nice job. (BTW, slow catching up with

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Michael Landis
On 10/7/05, Al Sparber [EMAIL PROTECTED] wrote: From: Michael Landis [EMAIL PROTECTED] I think we're getting very close to a debate on personal beliefs and preferences (the importance of browser support versus the importance of clean code). Perhaps it would suffice to add a note in the

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Thierry Koblentz
Michael Landis wrote: I don't see how we're mixing structure and behavior here... I think we're getting very close to a debate on personal beliefs and preferences (the importance of browser support versus the importance of clean code). Clean code? I'll mention the pros and cons of this

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Ben Curtis
On Oct 6, 2005, at 9:19 AM, Thierry Koblentz wrote: I would appreciate your feedback so I can improve this article: http://www.tjkdesign.com/articles/branching.asp You might want to add tips on where and how to place alternative stylesheets, or those for other media such as for print or

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Al Sparber
From: Michael Landis [EMAIL PROTECTED] My point is that everyone's point of view in this discussion is right, from their perspective. I agree with you that Netscape 4's embedding of the styling in the behavior layer makes the behavior-versus-presentation argument moot for it, and I also agree

[css-d] LI's Line Up in IE but not FF

2005-10-07 Thread Thomas Hall
Appreciate any help on this. This page - http://www.dolphincoveinn.com/manzanillo-tourism-attractions.asp has a list of links for various pages in the site. I set a background on the UL with icons (you will see) but in IE they line up perfectly but on Firefox the alignment is off. I have played

[css-d] Opacity in Suckerfish

2005-10-07 Thread Arno @ Raketnet
Hi, I'm using a son of suckerfish dropdown and I want to use a transparent background. Below is the snip of the css. #nav li ul { position: absolute; width: 130px; left: -999em; background-color: #fff; filter: alpha(opacity=40); opacity: 0.4; }

[css-d] Print style sheet problem

2005-10-07 Thread John Goodwyn
I'm having print problems with the site www.alasave.com/default.aspx?id=98. The page is set with everything displaying none, which is fine, but the content, which is set to auto displays all the way at the bottom of the page. Below is my css - any hints? /* Alasave Print CSS Document */ body

ADMIN: Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Adam Kuehn
Thierry Koblentz wrote: Clean code? I'll mention the pros and cons of this important issue when others will stop using the box model hack ;) I understand that this is humor, and I don't mind to sound like I'm against a little levity, but let's take the thread off-list now, please, and spare

Re: [css-d] Opacity in Suckerfish

2005-10-07 Thread Andrew Gregory
On Sat, 08 Oct 2005 00:07:37 +0800, Arno @ Raketnet [EMAIL PROTECTED] wrote: #nav li ul { position: absolute; width: 130px; left: -999em; background-color: #fff; filter: alpha(opacity=40); opacity: 0.4; } Problem is that if I do it like this,

[css-d] IE Win Questions

2005-10-07 Thread Lorin Rivers
I've got a couple issues on my site that I just can't figure out. One: the (very) top menu does not display the selected class (but the side menu does, using very similar markup) http://harvestclassic.org/rally/index.html css: #topnav a:link, #topnav a:visited { color: #fff;

[css-d] background image in layers.....

2005-10-07 Thread Trevor Boult
Hi All, Is their an elegant way of specifying a different background image in a layer if the layer co-rds etc are the same, only the background image changes? snip. #landscape2 { background:#ffE6B5 url(../images/web_design_base.jpg) no-repeat bottom;

[css-d] 100% width with margins

2005-10-07 Thread Andreas Håkansson
Hi! My previous (and first) post to this list was a great success so I’m keeping my fingers crossed for a repeat :-) I want to have a 100% wide div on my page which also has a 20 pixel padding as well as a 2px border. Now if I add the margin to the body and the width and border to my div it

Re: [css-d] background image in layers.....

2005-10-07 Thread Ricky Zhou
Is their an elegant way of specifying a different background image in a layer if the layer co-rds etc are the same, only the background image changes? If only the background image will change, you can probably make a class .landscape with all non-image styles and have an ID for each landscape

Re: [css-d] background image in layers.....

2005-10-07 Thread Thierry Koblentz
Trevor Boult wrote: Hi All, Is their an elegant way of specifying a different background image in a layer if the layer co-rds etc are the same, only the background image changes? You could try this: whateverGetYouToAllTheElements { background:#ffE6B5 no-repeat bottom; position:relative;

Re: [css-d] 100% width with margins

2005-10-07 Thread David Laakso
Andreas Håkansson wrote: My previous (and first) post to this list was a great success so I’m keeping my fingers crossed for a repeat :-) Me too. Any ideas on how to pull this one off? It’s late and I’m a bit tired so I wont paste any css/html tonight (need to simply it as well as tidy

Re: [css-d] Say no to CSS hacks with branching techniques

2005-10-07 Thread Ben Curtis
On Oct 7, 2005, at 9:30 AM, Duckworth, Nigel wrote: Since I do not put IE 6 into quirks mode, this means that I do need to use hacks to separate the box model IE 5 stuff from the box model IE 6 standards stuff. Don't you mean you do not do not? If IE6 is in stds mode as you say, wouldn't

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread Holly Bergevin
From: cody h [EMAIL PROTECTED] http://www.evergreen.edu/ the outermost container's (#pagecontainer) side margins are set to auto, but the container refuses to center in ie6. strangely, it used to work fine, but i can't figure out what might have been done to break it.

RE: [css-d] Opacity in Suckerfish

2005-10-07 Thread Sebastian Schimpf
I'm using a son of suckerfish dropdown and I want to use a transparent background. Problem is that if I do it like this, the text in the ul also has the opacity applied. That's not supposed to happen. How do I have to change it so that the text remains opacity 1.0/alpha=100?

Re: [css-d] Could The Stylesheet Be Crashing Firefox?

2005-10-07 Thread Holly Bergevin
From: George L Smyth [EMAIL PROTECTED] I have a page that actually crashes Firefox and Netscape 8.0 (at least, via Windows XP - I just found out about it and need to test on other platforms). The page is http://sesius.com/Products/Manufacturing.htm George, I seem to recall having a problem

[css-d] problem with layout tables in divs

2005-10-07 Thread jim dryden
I have a layout table positioned within container divs, displaying some images. When the browser (IE 6 / Windows) window is pulled down to a small enough dimension to force horizontal scrolling to see the table, the table jumps down, leaving about 250 pixels of white space between the table and

[css-d] IE wierdness + sitecheck

2005-10-07 Thread Rick F.
hi all.. I've been working to get some oddities squared away for IE on my site and fixing a few doctype validation issues, etc. I've got a working login for you to try and hopefully provide some newbie feedback since i'm still a relative newcomer to the world of CSS. I'm currently having a

[css-d] jumping page content (IE)

2005-10-07 Thread Smith, Sarah
If this isn't a CSS issue, I apologize in advance. I have a set of Homework Center pages, all with the same formatting/styles. On 2 of the pages, the main content jumps down the page in IE when the window is resized smaller. I can't figure out why it's happening on some pages and not all. I used a

Re: [css-d] LI's Line Up in IE but not FF

2005-10-07 Thread Jim Davis
Thomas, Since you are not using individual images for your icons it may be difficult to ever get the adjacent text to align across all browsers using margins, padding and line-height. I would use an individual image for each icon and place each icon and related text in a div. This will also allow

Fwd: [css-d] vanishing content in IE6

2005-10-07 Thread Christian Collins
I read by accident on the positioniseveryting site that IE has problems with floated and unfloated divs. My #main div had the vanishing content. It was an unfloated div resting up against my left floating #navigation div. I made the #main div another left float and the text is now displaying,

[css-d] Flash and css

2005-10-07 Thread Arno @ Raketnet
I tried using a flash movie as a background (just experimenting away) in the wrapper div. I set an extra div id=background where the movie's playing. Then I start in a new div with the menu and content. I think I tried everything, absolute positioning, relative, float, z-index, but the flash

Re: [css-d] Flash and css

2005-10-07 Thread Jesse Skinner
I tried using a flash movie as a background (just experimenting away) in the wrapper div. I set an extra div id=background where the movie's playing. Then I start in a new div with the menu and content. I think I tried everything, absolute positioning, relative, float, z-index, but the

Re: [css-d] problem with layout tables in divs

2005-10-07 Thread Gunlaug Sørtun
jim dryden wrote: http://www.nmsu.edu/~ucomm/jp/indescs.html The following is not a nice trick, but it'll work. #navigation-container {margin-bottom: -1px;} It is basically the same as 'position: absolute', without positioning. Georg -- http://www.gunlaug.no

Re: [css-d] Second-Cousin-of -Suckerfish dropdown menu

2005-10-07 Thread Carmen Carter
In theory, Javascript is great. But over the last year my company has actually started avoiding javascripted menus because of the problems that are inherent in client-based code. When a browser can't handle javascript, the results can be an unreachable site; the worse thing that happens when a

Re: [css-d] 100% width with margins

2005-10-07 Thread Christian Montoya
I can't both have a 20px margin for the 100% wide body, and an auto margin for the centered div, both on the same time on my body. If I move the 20px margin to the 100% wide div, then it will be pushed out 20px of the screen and giving me a horrible horizontal scrollbar (yuck). Give the

[css-d] Background opacity

2005-10-07 Thread Joanne
I have this code (below) and I want this particular container to have an opacity of less than 100 so you can see bits of what's in the background. I've been searching and can't seem to find it. What do I add to this code to make the transparency/opacity of #content 80%? Joanne #content {

Re: [css-d] Background opacity

2005-10-07 Thread David Laakso
Joanne wrote: I have this code (below) and I want this particular container to have an opacity of less than 100 so you can see bits of what's in the background. I've been searching and can't seem to find it. What do I add to this code to make the transparency/opacity of #content 80%? Joanne

Re: [css-d] 100% width with margins

2005-10-07 Thread Gunlaug Sørtun
Andreas Håkansson wrote: If I move the 20px margin to the 100% wide div, then it will be pushed out 20px of the screen and giving me a horrible horizontal scrollbar (yuck). Not sure if I understand this one right. I usually solve problems with full-width block-elements that have margins