[css-d] help positioning

2005-09-11 Thread Bram & Vera
hello all, i'm trying to make csszengarden template, well right now i'm lil bit frustated with positioning between IE and Firefox anyone can give me a clue please take a look on this screenshot http://www.bramvera.com/positioning.jpg #quickSummary .p2 { position: absolute; top: 110px; width: 2

[css-d] Help with floats in IE mac

2005-09-11 Thread Officelink
Hi everyone, I wondered if someone could help me find a fix for floats in internet explore for the mac. On the following two pages: http://www.officelinkonline.com.au/gwh/frames.htm and http://www.officelinkonline.com.au/gwh/services.htm ...the floats won't float to where they're supposed

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 {

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] 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

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

2005-09-11 Thread Sue Forrester
This is my first post here, so I hope it's clear and following the rules. And I just know some very basic CSS, but know it's what I want to use 'cause it's best. I'm working on http://www.oldpinefootwear.com. I don't know enough so far to figure out what I've gotten wrong or need to add, but my me

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'. (NS)

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

2005-09-11 Thread David Laakso
[EMAIL PROTECTED] wrote: 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 On the contrary, it is *you* are driving them MENTAL! Work with the Web rath

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 something

[css-d] site check please

2005-09-11 Thread Tanya Renne
at http://nolarelief.orchidsuites.net I'm having the following issues: (all browsers) nav on the left - color should go to the top of the footer (NS) the whole middle content area slips down below the nav. - the top red part of the page is in table (sorry) and when I remove the dummy "option"

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 case

[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

[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] http://www.css-discuss.or

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 support

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

2005-09-11 Thread Peter Williams
> From: 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? > Frames would be a way to do that, although not "in a div" as you request. -- Peter Williams

[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] 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 >

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

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] 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, c

[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 m.

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 i

[css-d] Toggle between fixed and liquid layouts

2005-09-11 Thread II Site Design Gmail
I would like to know how to toggle between fixed and liquid layouts like as www.simplebits.com does. Any pointers? -Aaron __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

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

2005-09-11 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: http://www.blue-fly.co.uk/test/test2.htm FYI: That page doesn't survive in any browser I can get up on my screens-- including Firefox-- on win and Mac. Thus I have no idea where to start fixing things. Advice: have another go at those dimensions and font-sizes you are

Re: [css-d] NOLA Backgrounds and such

2005-09-11 Thread Tanya Renne
Thanks Ingo that put me on the right path anyway - several other small fussy problems with the design but I think I can handle it. -Tanya Ingo Chao wrote: Tanya Renne wrote: http://nolarelief.orchidsuites.net The DeerPark (Fx 1.5) Java Script Console is a nice tool, you can click on th

[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 go

[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] htt

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 di

[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: 'css-d@list

[css-d] Cubecart

2005-09-11 Thread Software Options
Hello 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? Your help would be much appreciated Ronnie

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: 3