[css-d] IE Windows is playing tricks on me!

2007-12-20 Thread patrick mattison
I'm having problems with IE Win rendering my page. Can anyone offer me a clue??? The whole content section gets bumped below the menu, so i tried adding a style sheet for IE and added: #content {margin-left: 0;} that brought it up to where it's supposed to be except It looks like the #cont

Re: [css-d] Picture flopping out of div box

2007-12-20 Thread Philippe Wittenbergh
On Dec 21, 2007, at 12:11 PM, Bob Cohen wrote: > http://3mb.mojotools.com/pub/services/services.html > > This layout has a liquid center. As I expand the view port, the box > created by the shrinks up past the image. I'm not really sure > what needs doing to remedy this problem. Any help woul

Re: [css-d] Direction: rtl inverting an image?

2007-12-20 Thread Holly Bergevin
From: "Anne E. Shroeder" <[EMAIL PROTECTED]> >Right, well I've just figured out the fix - just don't know WHY it made the >graphics behave that way. By removing >margin: 10px 2px 0 0; >from the code I mention below, the graphics right themselves. Anyone >encountered this strange behavior before

[css-d] Picture flopping out of div box

2007-12-20 Thread Bob Cohen
Please take a look at this: http://3mb.mojotools.com/pub/services/services.html This layout has a liquid center. As I expand the view port, the box created by the shrinks up past the image. I'm not really sure what needs doing to remedy this problem. Any help would be appreciated. Bob B

Re: [css-d] Direction: rtl inverting an image?

2007-12-20 Thread Anne E. Shroeder
Right, well I've just figured out the fix - just don't know WHY it made the graphics behave that way. By removing margin: 10px 2px 0 0; from the code I mention below, the graphics right themselves. Anyone encountered this strange behavior before, and is there a rational explanation for it? Ann

[css-d] Direction: rtl inverting an image?

2007-12-20 Thread Anne E. Shroeder
This is too strange. In IE5.5, some background images that are contained in a div defined with direction:rtl are being inverted and in some cases even turned inside out. I want to know how CSS can corrupt an actual image file!?! The screen caps showing the correct and incorrect image placemen

Re: [css-d] Need footer assistance please

2007-12-20 Thread Gunlaug Sørtun
Big Moxy wrote: > url - http://projects.missioninternet.com/proweb/index.php > 1) This occurs on both IE 7 and FF ...and most other browsers. > I have a curved bottom border that I want to place right after the > footer text. The border graphic consists of 3 files - left curve, > right curve an

Re: [css-d] Centering a div with an image

2007-12-20 Thread Gunlaug Sørtun
Jan Erik Moström wrote: > So my question is: Is it possible to center the photobackground > without knowing the size of the image? If so, can anyone please > give me an hint on how to do it? Centering an element is easy enough, but the actual solution depends on whether you want to center only

Re: [css-d] ie6 select and z-index bug

2007-12-20 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of sandy> > does anyone a somewhat simple fix for the select element that ignores > z-index in ie6 and always remains on top of the stacking order? > _

[css-d] ie6 select and z-index bug

2007-12-20 Thread sandy
does anyone a somewhat simple fix for the select element that ignores z-index in ie6 and always remains on top of the stacking order? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] Need footer assistance please

2007-12-20 Thread Big Moxy
url - http://projects.missioninternet.com/proweb/index.php css - http://projects.missioninternet.com/proweb/css/proweb.css The page validates as HTML 4.01 strict. 1) This occurs on both IE 7 and FF - I have a curved bottom border that I want to place right after the footer text. The border gr

Re: [css-d] A little border dispute

2007-12-20 Thread Michael Adams
On Thu, 20 Dec 2007 14:26:27 + Andrew Frazier wrote: > On Thu, 20 Dec 2007 13:21:03 -, Trevor Nicholls > <[EMAIL PROTECTED]> wrote: > > > > What I want is to see a single pale line above the copyright block, > > but the > > black border from a normal "table" appears to be trumping the

[css-d] Centering a div with an image

2007-12-20 Thread Jan Erik Moström
OK, this is probably really, really simple but I can't for the life of me figure out how to do it, my only excuse is that I'm no CSS expert. The effect I'm trying to achieve is a photo page. It should have a dark background color, a "photo background" in a lighter color with the image and capt

Re: [css-d] (no subject)

2007-12-20 Thread Fora
Hi Juliann, I'm not sure why you would want to make so many different stylesheets in the first place, since you can make an almost 100% accurate stylesheet with one file to cover all browsers, but that's a different thing. Anyway... I think your css is in the wrong directory... You're using rel

Re: [css-d] (no subject)

2007-12-20 Thread Jim Davis
Hi, The validator is reporting a number of errors in your mark-up. Go to: http://validator.w3.org/ and enter your URL to see the results of the validation test. Jim On Dec 20, 2007 1:33 PM, juliann wheeler <[EMAIL PROTECTED]> wrote: > > > Does anyone know why this page is not picking up the css

Re: [css-d] (no subject)

2007-12-20 Thread Susan Grossman
> > Does anyone know why this page is not picking up the css style sheet like > the javascrip is telling it to? > > http://www.pcg-advisors.com/new/theteam/brent.html > > > It looks like you're not calling the correct path to the css - you're calling it at: http://www.pcg-advisors.com/new/thet

[css-d] (no subject)

2007-12-20 Thread juliann wheeler
Does anyone know why this page is not picking up the css style sheet like the javascrip is telling it to? http://www.pcg-advisors.com/new/theteam/brent.html It is supposed to look like this one which happens to be working: http://www.pcg-advisors.com/new/index.html I can't tell why it's work

Re: [css-d] CSS Hacks

2007-12-20 Thread David Laakso
Prashant Jadhav wrote: > Hi, > > I am interested in knowing CSS hacks. > Can anybody provide me resources for the same. > > Regards, > PJ > > Determination, practice, and infinite patience can often lead to relatively complex sites being achieved without hacks. This is a noble goal. However,

Re: [css-d] How to contain floats without structural markup

2007-12-20 Thread Thierry Koblentz
> Likewise, if you need to "hack the dead," what's the difference > between using a leading underscore and using the "star html" aka. > Tan hack? (And since when has the universal selector been invalid?) Hi David, I think Alan meant the star (*) property hack, not universal selector. -- Regard

Re: [css-d] Revisit our navigation layout semantic.

2007-12-20 Thread David Hucklesby
On Thu, 20 Dec 2007 02:33:59 -0800, Mark wrote: > Recently, David Hucklesby offered us a problem with fitting list based > navigation to > design intentions. His article was titled, "Spreading list items across total > width". > I'm sure I didn't. Cordially, David -- __

Re: [css-d] How to contain floats without structural markup

2007-12-20 Thread David Hucklesby
Thierry Koblentz wrote: >>> I'd appreciate any comment that would help me improve this article: >>> >>> > asp> > [...] Alan Gresley said (Re:

Re: [css-d] Kadabra collapsible menus not working in IE6

2007-12-20 Thread Susan McCaslin
Tim, Not the navigationthe titles of the radio shows. Clicking on "Home for the Holidays? Is Everything as You Remember?(+/-)" should reveal two links "Part 1" & "Part 2" Clicking again should hide them. Susan On Dec 20, 2007, at 11:28 AM, Big Moxy wrote: > Susan, > > Which part of the pag

Re: [css-d] How to contain floats without structural markup

2007-12-20 Thread Thierry Koblentz
>> I'd appreciate any comment that would help me improve this article: >> >> >> >> The demo: >> >> > > Hi Thierry, I hope your not advocatin

Re: [css-d] Border troubles - Mea culpa

2007-12-20 Thread Trevor Nicholls
Apologies for this question appearing twice today; I carelessly submitted it the first time in HTML and then when I realised my mistake I resent it in plain text. And of course my coding problem was just a simple question of carelessness, to boot. As you were Cheers T Trevor Nicholls Casting th

[css-d] Border troubles

2007-12-20 Thread Trevor Nicholls
Hi I am having problems formatting a copyright footer on my pages. A minimal page and CSS file may be seen at http://trevor.freehomepage.com/copy.html and http://trevor.freehomepage.com/test.css (sorry about the advertising). The browser is IE as my pages are delivered through an IE com

Re: [css-d] Kadabra collapsible menus not working in IE6

2007-12-20 Thread Big Moxy
Susan, Which part of the page has the expanding menu? The navigation bar across the top? I see mouse over effects. Is it the list of broadcasts? If the latter, the broadcast hyperlinks do not work on IE 7 either. Could you please clarify? Thank you, Tim -Original Message- From: [EMAIL P

[css-d] [ADMIN - TOTALLY OUT OF ORDER] Re: Revisit our navigation layout semantic.

2007-12-20 Thread Alex Robinson
>Recently, David Hucklesby offered us a problem with fitting list based >navigation to design intentions. His article was titled, "Spreading list >items across total width". No he didn't. It was Niels Matthijs who asked the question about "Spreading list items across total width" and said that

Re: [css-d] CSS Hacks

2007-12-20 Thread Gabriele Romanato
Hi. Hacks involve CSS parsing. there are tow kind of hacks: valid hacks (which validate) and invalid hacks (which don't validate). 1. * html element Match IE6, 5. 2. *+html element Match IE7 3. element {property /**/: value} avoid IE6 to see the rule. These are valid hacks. Note that a css scan

Re: [css-d] Revisit our navigation layout semantic.

2007-12-20 Thread James Leslie
Firstly, I feel that the attack on David is wholly unjustified, and the general tone of the mail is unlikely to endear your views to the "mindless majority" (of which I appear to be one), however I do not wish to be in any way involved in a flaming war, and do have a couple of questions about your

Re: [css-d] A little border dispute

2007-12-20 Thread Andrew Frazier
On Thu, 20 Dec 2007 13:21:03 -, Trevor Nicholls <[EMAIL PROTECTED]> wrote: > What I want is to see a single pale line above the copyright block, but > the > black border from a normal "table" appears to be trumping the colour > setting > I have applied to a ".copyright table". > > > If

[css-d] CSS Hacks

2007-12-20 Thread Prashant Jadhav
Hi, I am interested in knowing CSS hacks. Can anybody provide me resources for the same. Regards, PJ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.c

[css-d] Revisit our navigation layout semantic.

2007-12-20 Thread Mark
Recently, David Hucklesby offered us a problem with fitting list based navigation to design intentions. His article was titled, "Spreading list items across total width". I hate to sound like a doctor, correcting semantic. But what is a total width? What composite of measurements is used to cal

[css-d] Kadabra collapsible menus not working in IE6

2007-12-20 Thread Susan McCaslin
I am new to CSS. I used the code on page 78 of the CSS Cookbook for Collapsible Menus. http://www.thehealthyagingshow.com/NEW/shows.php It works well in Safari & Firefox but in IE 6, the menus open but will not close again. Can anyone tell me how to get around this? Thanks, Susan McCaslin _

Re: [css-d] How to contain floats without structural markup

2007-12-20 Thread Alan Gresley
Thierry Koblentz wrote: > Hi all, > > I'd appreciate any comment that would help me improve this article: > > > > The demo: > > > > Thanks > --

Re: [css-d] IE Mac doesn't like Georgia

2007-12-20 Thread Bruno Fassino
On Dec 20, 2007 2:43 AM, Thierry Koblentz <[EMAIL PROTECTED]> wrote: >> It looks like in IE Mac, "display:inline-block" and "float" fail to >> enclose floats if "Georgia" is used as font-family (a couple of >> other fonts seem to create the same issue). >> >> http://tjkdesign.com/articles/block-f

Re: [css-d] CSS Drop Shaow for Div techiques

2007-12-20 Thread Luis Speciale
ROHITKUMAR a écrit : > There is a technique at > http://webcharkha.blogspot.com/2007/10/these-days-when-there-are-innumerable.html > > , which shows drop shadows, rounded corners and fluid design in CSS > without the use of javascript. I had invented the wheel again ;) Noy yet, really. I'm sti

Re: [css-d] A little border dispute

2007-12-20 Thread Rees, Mark
I am having problems formatting a copyright footer on my pages. A minimal page and CSS file may be seen at http://trevor.freehomepage.com/copy.html and http://trevor.freehomepage.com/test.css The browser is IE as my pages are delivered through an IE component inside another application. What I wa

[css-d] A little border dispute

2007-12-20 Thread Trevor Nicholls
Hi I am having problems formatting a copyright footer on my pages. A minimal page and CSS file may be seen at http://trevor.freehomepage.com/copy.html and http://trevor.freehomepage.com/test.css (sorry about the advertising). The browser is IE as my pages are delivered through an IE component in