Re: [css-d] NOLA Backgrounds and such

2005-09-11 Thread Ingo Chao
Tanya Renne wrote: http://nolarelief.orchidsuites.net The DeerPark (Fx 1.5) Java Script Console is a nice tool, you can click on the error and it will jump to the relevant lines. Error: Expected ':' but found '{'. Declaration dropped. Source File: http://nolarelief.orchidsuites.net/ Line:

[css-d] FW: form layout problems

2005-09-11 Thread Graham Cox
Hi, This is fixed now.I accidentally had an extra # on the end of #form_guide #lab_sel, ie #form_guide #lab_sel# so the rule wasn't being used. Best Regards, Graham Cox -Original Message- From: Graham Cox [mailto:[EMAIL PROTECTED] Sent: 10 September 2005 17:36 To:

Re: [css-d] Cubecart - OFF TOPIC

2005-09-11 Thread Bob Easton
Software Options wrote: I wonder if anyone knows anything about Cubecart? I have a client who is being persuaded to use this system following the failure of another system. Is it easy for a relative novice to handle without a significant amount of knowledge? This list is for questions and

[css-d] massive gap in ie layout

2005-09-11 Thread ross
Can someone expalin to me why this is happening?? http://www.blue-fly.co.uk/test/test2.htm http://www.blue-fly.co.uk/test/ecurry.css It is fine in firefox. Browsers drive me MENTAL R. __ css-discuss [EMAIL PROTECTED]

[css-d] I don't want to casscade

2005-09-11 Thread ross
I have the following dropdown, the problem is I do not want the style (home_button) to cascde down to the other list items. Is there a way of having sub styles of cascading for example li.1, li.2 which I could define seperate styles for and not have the rollover image. An example would be

Re: [css-d] massive gap in ie layout

2005-09-11 Thread Paul Debban
http://www.blue-fly.co.uk/test/test2.htm Primary problem: 3px margin bug on #images. http://www.positioniseverything.net/explorer/threepxtest.html Ideas: 1. Elements on the page are over constrained. The 200px height on #main_container doesn't make sense. The combined height of its children

[css-d] site check please

2005-09-11 Thread Mark Mckee
hi all i was wondering if i could get a site check please. any of you see any problems with my code or problems i may run into in the fututre site http://sixfoottwo.gotdns.com/~sixfoottwo/_test/index.html css http://sixfoottwo.gotdns.com/~sixfoottwo/_test/style.css thanks in advance mark

Re: [css-d] Toggle between fixed and liquid layouts

2005-09-11 Thread Bob Easton
II Site Design Gmail wrote: I would like to know how to toggle between fixed and liquid layouts like as www.simplebits.com does. Any pointers? The toggling is done by switching style sheets. The code is pretty simple. Note the links for stylesheets, esp the alternate stylesheet. Then,

Re: [css-d] site check please

2005-09-11 Thread Keith Burgin
Mark Mckee wrote: site http://sixfoottwo.gotdns.com/~sixfoottwo/_test/index.html Mark - The site doesn't validate, but all of the problems are minor and easy to fix. I would suggest validating it before chasing any bugs. Given what you have up, it seems fine. Looks good in Safari, and

Re: [css-d] site check please

2005-09-11 Thread Jono
On 9/11/05 2:17 PM, Keith Burgin [EMAIL PROTECTED] wrote: Mark Mckee wrote: site http://sixfoottwo.gotdns.com/~sixfoottwo/_test/index.html On my Mac running 10.4.2: -- Looks good in IE 5.2.3*, Opera 8, Safari 2.0, and Firefox 1.0.6 * In IE 5/Mac, the red first-letter is appearing

Re: [css-d] I don't want to casscade

2005-09-11 Thread Jono
On 9/11/05 10:24 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have the following dropdown, the problem is I do not want the style (home_button) to cascde down to the other list items. Is there a way of having sub styles of cascading for example li.1, li.2 which I could define seperate

[css-d] importing html code (and its respective css file)

2005-09-11 Thread Patrick Roane
Is there a way to import an html file (with is respective css file)into an existing html document w/in a div element? Is there something like an 'includes' statement. I am aware of the 'object' html statement, but from what i here, it is not well supported. Thanks- PDR Patrick Roane Web design

Re: [css-d] importing html code (and its respective css file)

2005-09-11 Thread Steve Clason
On 9/11/2005 3:32 PM Patrick Roane wrote: Is there a way to import an html file (with is respective css file)into an existing html document w/in a div element? Is there something like an 'includes' statement. I am aware of the 'object' html statement, but from what i here, it is not well

[css-d] firefox pushed menu down

2005-09-11 Thread ross
http://www.blue-fly.co.uk/test/test.php Can someone tell me why this menu is pushed from the top yellow box in firesfox but is flush in IE and a suggestion for a fix? R. __ css-discuss [EMAIL PROTECTED]

[css-d] Variation on off-site links - need help

2005-09-11 Thread John Huetz
We're developing a site content management process which separates the content from the presentation, what a novel idea. The designers want to be able to indicate within a list of links which link may be new by displaying a NEW graphic after the link text. What I'm trying figure out is how

Re: [css-d] firefox pushed menu down

2005-09-11 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: http://www.blue-fly.co.uk/test/test.php Can someone tell me why this menu is pushed from the top yellow box in firesfox but is flush in IE and a suggestion for a fix? Default-margins are not standardized across browser-land. Fix: style your own margins. In this

Re: [css-d] Toggle between fixed and liquid layouts

2005-09-11 Thread David Laakso
II Site Design Gmail wrote: I would like to know how to toggle between fixed and liquid layouts like as www.simplebits.com does. Any pointers? I guess you might look up style sheet switchers or something like that in A List Apart. Or use min-max width instead which might give you

Re: [css-d] site check please

2005-09-11 Thread Gunlaug Sørtun
Tanya Renne wrote: http://nolarelief.orchidsuites.net (all browsers) nav on the left - color should go to the top of the footer Background can only go as far down as the '#nav2' itself. You'll have to add a suitable background-image (faux column) to 'div#sitecontainer' behind '#nav2'.

Re: [css-d] Variation on off-site links - need help

2005-09-11 Thread Ingo Chao
John Huetz wrote: ... The designers want to be able to indicate within a list of links which link may be new by displaying a NEW graphic after the link text. What I'm trying figure out is how to make that happen within the style sheet only, such that the programmers only have to add a

Re: [css-d] Centering my menu - IE fine - Firefox not

2005-09-11 Thread Sam Leathers
the problem is firefox doesn't recognize text-align: center for div elements (this is because they aren't text, and css has better methods for centering that text-align, so really it's IE that's rendering it wrong) Anyways try this: #menu { position: relative; text-align: left; width: 820px;

RE: [css-d] Centering my menu - IE fine - Firefox not

2005-09-11 Thread Peter Williams
From: Sue Forrester Here's what I have in the stylesheet: #menu { border-top: medium solid black; border-bottom: medium solid black; margin: 0; padding: 10px; text-align: center; } You are very close to having it also centered in FF. #menu {