Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 11:31 PM, francky [EMAIL PROTECTED] wrote: So I guess it must be some margin or padding in the inner parts of the #sidebar, for when we make the width of the #sidebar some 10px smaller, it's ok. I'm reluctant to even respond at this late hour when my head is mush, but I don't see

Re: [css-d] Help broke my template

2007-02-05 Thread francky
Diane Ross schreef: On 2/4/07 11:31 PM, francky [EMAIL PROTECTED] wrote: So I guess it must be some margin or padding in the inner parts of the #sidebar, for when we make the width of the #sidebar some 10px smaller, it's ok. I'm reluctant to even respond at this late hour when my

Re: [css-d] Border help - Browser compatibility issues

2007-02-05 Thread francky
hiptojive @hotmail.com wrote: Hi, I'm having a rought time here getting the borders to match up in all the browsers. Ideally I want the page to look like what it does in IE for the PC. It's all wonky looking in Firefox (and i presume it's looking like this on the Mac. I have yet to

Re: [css-d] Border help - Browser compatibility issues

2007-02-05 Thread Douglas Fraser
At 23:18 -0500 4/2/07, hiptojive @hotmail.com wrote: Hi, I'm having a rought time here getting the borders to match up in all the browsers. Ideally I want the page to look like what it does in IE for the PC. It's all wonky looking in Firefox (and i presume it's looking like this on the Mac. I

Re: [css-d] Border help - Browser compatibility issues

2007-02-05 Thread Gunlaug Sørtun
hiptojive @hotmail.com wrote: I read that borders in Firefox display on the inside, and in IE on the outside, so I presume this is part of the problem, but I'm sure there's something else happening here in my code. http://www.thestudioformovement.com/ Any insight on how to solve this

[css-d] Content crossing div boundries? How is this possible?

2007-02-05 Thread Michael Netherton
I found a css template on oswd.org called goflexiblepro, that I liked and which worked well for the layout of my site. I made a few changes to the layout and to the css. But now I'm seeing a very strange artifact on the pages that display the sponsor's list such as:

[css-d] content not contained within wrapper

2007-02-05 Thread Mandy Covington
Hi I'd really appreciate your help. Why does the content in my links div run outside of its container? www.hypertextproductions.co.uk/equalitydda.html Thank you. Mandy __ css-discuss [EMAIL PROTECTED]

[css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
I'm using the Suckerfish drop-down menu method (http://alistapart.com/articles/dropdowns) which uses a JS file to create the pseudo hover classes instead of the csshover.htc behavior call. My problem seems to be the obverse of recent posts where drop-downs didn't appear. For me, they

[css-d] Problem with menus (again)

2007-02-05 Thread Anne Pennington
Dear all Every time I start a new redesign I have problem with menus as I have not been using CSS layouts all that long! I started this one yesterday: http://www.digitalplot.co.uk/flatratetelecom/ with menus from Stu Nicholls CSS Play http://cssplay.co.uk/menus/pointer.html The trouble is

Re: [css-d] Content crossing div boundries? How is this possible?

2007-02-05 Thread Gunlaug Sørtun
Michael Netherton wrote: http://www.projectresponder.com/showindex.asp At the bottom of the center column, the last link from the sponsor's (right) column ends up being displayed. It looks like one of IE's many 'duplication' bugs, but I wouldn't dream of looking for a fix before the

Re: [css-d] content not contained within wrapper

2007-02-05 Thread Gunlaug Sørtun
Mandy Covington wrote: I'd really appreciate your help. Why does the content in my links div run outside of its container? www.hypertextproductions.co.uk/equalitydda.html Because... 1: you have declared a 'height: value' on #contentwrapper, and only IE6 and older IE/win-versions have the

[css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Michael Netherton
The css style for the images worked like a charm. Thank you. Michael -- Forwarded message -- From: Gunlaug Sørtun [EMAIL PROTECTED] Date: Feb 5, 2007 9:37 AM Subject: Re: [css-d] Content crossing div boundries? How is this possible? To: Michael Netherton [EMAIL PROTECTED] Cc:

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
Pam, I understand your restriction. I'll have to keep working on it and watching this space. Tim On 05/02/2007 15:27, Pamela Corey wrote: Unfortunately I'm not allowed to install IE7 here at work so I can't test it for you. Hope you figure it out! Pam At 10:19 AM 2/5/2007, you

[css-d] Empty span problem

2007-02-05 Thread Julia Ccc
Hello everyone, I have aproblem with empty span element, which I can't take out of my layout unfortunately. Th eproblem is that when I give it a fixed pixel width, it shows well. Althought if I give him the 100% width (as it was supposed to be to show a black underline). What could be the

Re: [css-d] Empty span problem

2007-02-05 Thread Barney Carroll
Julia Ccc wrote: Hello everyone, I have aproblem with empty span element, which I can't take out of my layout unfortunately. Th eproblem is that when I give it a fixed pixel width, it shows well. Althought if I give him the 100% width (as it was supposed to be to show a black

[css-d] IE7, Overflow Background Image....

2007-02-05 Thread Bill Kelm
We have an interesting phenomenon going on with a background image in IE7, with the style sheet value overflow set to auto it displays fine, but when set to visible it is chopped off only on pages which we have a left side bar displaying. See this in IE7, with left side bar it is chopped:

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Gunlaug Sørtun
http://www.projectresponder.com/showindex.asp ...and now that the source-code is fine (almost), we can hunt down that IE 'duplicate' bug. The trigger is... .hide { display: none; } ...but I have not encountered this bug-version before so I have no idea why. (IE/win behaves in mysterious

[css-d] quadrant layout

2007-02-05 Thread Maziak, Peter
Anyone have some advice for the following layout? --|-- #tree_menu| #page_ menu W=240px | W=fluid H=30px| H=30px scroll=none | scroll=none --|-- #tree_content | #page_content W=240px | W=fluid H=fluid | H=fluid

[css-d] background image not appearing

2007-02-05 Thread jeffrey morin
hi everyone, i am working on a site and trying to apply a background image placed in the right corner of all my h1 and h2 tags. for some reason the image isn't showing up. i'm working in firefox so i'm surprised it isn't working. i put the image on the page as not a background and it shows up.

Re: [css-d] quadrant layout

2007-02-05 Thread Brian Riley
Maziak, Peter wrote: Anyone have some advice for the following layout? --|-- #tree_menu| #page_ menu W=240px | W=fluid H=30px| H=30px scroll=none | scroll=none --|-- #tree_content | #page_content W=240px | W=fluid

Re: [css-d] background image not appearing

2007-02-05 Thread david
jeffrey morin wrote: hi everyone, i am working on a site and trying to apply a background image placed in the right corner of all my h1 and h2 tags. for some reason the image isn't showing up. i'm working in firefox so i'm surprised it isn't working. i put the image on the page as not a

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Michael Netherton
I would love to know how you figured this out. I never would have been able to determine that the .hide class was the cause. Thank you very much for your help. I have been cleaning up my code across the site and I sincerely thank you for your assistance. Regards, Michael On 2/5/07, Gunlaug

Re: [css-d] quadrant layout

2007-02-05 Thread Maziak, Peter
Thanks for the suggestion Brian. But that won't work since I need the bottom two divs to scroll independently, AND I need the left side in a wrapper div so I can toggle it's visibility (hide/show tree view). -Original Message- From: Brian Riley [mailto:[EMAIL PROTECTED] Maziak, Peter

Re: [css-d] background image not appearing

2007-02-05 Thread jeffrey morin
yes that path is correct. i can't think of what the problem would be. other bg images are working fine from the same path. this is confusing! On 2/5/07, david [EMAIL PROTECTED] wrote: jeffrey morin wrote: hi everyone, i am working on a site and trying to apply a background image placed in

Re: [css-d] background image not appearing

2007-02-05 Thread Brian Riley
jeffrey morin wrote: yes that path is correct. i can't think of what the problem would be. other bg images are working fine from the same path. this is confusing! Can you send us a link to look at? We might be able to figure out the problem there. At the very least, send us the html and css

Re: [css-d] background image not appearing

2007-02-05 Thread jeffrey morin
here is how the code looks. i don't have a server for it yet. div id=mainContent h1Some Text/h1 pMore text here/p /div CSS: #mainContent h1 { background: transparent url(styles/background-images/leaf.gif) no-repeat center right; font-family: verdana; font-size:

Re: [css-d] background image not appearing

2007-02-05 Thread Brian Riley
jeffrey morin wrote: here is how the code looks. i don't have a server for it yet. div id=mainContent h1Some Text/h1 pMore text here/p /div CSS: #mainContent h1 { background: transparent url(styles/background-images/leaf.gif) no-repeat center right;

Re: [css-d] background image not appearing

2007-02-05 Thread jeffrey morin
wow i can't believe i forgot to do that. i've been driving myself nuts. thanks so much On 2/5/07, Brian Riley [EMAIL PROTECTED] wrote: jeffrey morin wrote: here is how the code looks. i don't have a server for it yet. div id=mainContent h1Some Text/h1 pMore text

Re: [css-d] background image not appearing

2007-02-05 Thread jeffrey morin
setting height and width doesn't work either. On 2/5/07, jeffrey morin [EMAIL PROTECTED] wrote: wow i can't believe i forgot to do that. i've been driving myself nuts. thanks so much On 2/5/07, Brian Riley [EMAIL PROTECTED] wrote: jeffrey morin wrote: here is how the code looks. i

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread francky
Tim Dawson wrote: Pam, I understand your restriction. I'll have to keep working on it and watching this space. Tim On 05/02/2007 15:27, Pamela Corey wrote: Unfortunately I'm not allowed to install IE7 here at work so I can't test it for you. Hope you figure it out! Pam Hi Tim,

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Ingo Chao
Gunlaug Sørtun wrote: http://www.projectresponder.com/showindex.asp ...and now that the source-code is fine (almost), we can hunt down that IE 'duplicate' bug. The trigger is... .hide { display: none; } ...but I have not encountered this bug-version before so I have no idea why.

Re: [css-d] background image not appearing

2007-02-05 Thread francky
jeffrey morin wrote: setting height and width doesn't work either. here is how the code looks. i don't have a server for it yet. div id=mainContent h1Some Text/h1 pMore text here/p /div CSS: #mainContent h1 { background: transparent

Re: [css-d] background image not appearing

2007-02-05 Thread jeffrey morin
i will look at it more on my end but it's great to know that the code works. i was literally going carazy. thanks! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] background image not appearing

2007-02-05 Thread francky
jeffrey morin wrote: i will look at it more on my end but it's great to know that the code works. i was literally going carazy. thanks! O, forgotten to mention the possibility: the code you wrote us is correct, but the one in your page has a typo; maybe a check with the html- /or

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Ingo Chao
Tim Dawson wrote: I'm using the Suckerfish drop-down menu method (http://alistapart.com/articles/dropdowns) which uses a JS file to create the pseudo hover classes instead of the csshover.htc behavior call. My problem seems to be the obverse of recent posts where drop-downs didn't appear.

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
On 05/02/2007 20:54, francky wrote: Tim Dawson wrote: Pam, I understand your restriction. I'll have to keep working on it and watching this space. Tim On 05/02/2007 15:27, Pamela Corey wrote: Unfortunately I'm not allowed to install IE7 here at work so I can't test it for you.

[css-d] Div overflow not being seen in IE6

2007-02-05 Thread Mark Wheeler
Hi, I have a div (#links_corner), floated left, negatively positioned, with a background image in it that is not showing up outside it's container div (#links_title). This happens when there is no width set on the container div. But when I set a width to the container div (which of course

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Gunlaug Sørtun
Ingo Chao wrote: I made a quick test case on this [1], and IE XP SP2 (including IE7, didn't they [2] say they have fixed it?) shows duplicated characters triggered by HTML comments, input type=hidden, and display:none content. [1] http://www.satzansatz.de/cssd/tmp/dupcharbug.html Nice

Re: [css-d] IE7, Overflow Background Image....

2007-02-05 Thread Ingo Chao
Bill Kelm wrote: We have an interesting phenomenon going on with a background image in IE7, with the style sheet value overflow set to auto it displays fine, but when set to visible it is chopped off only on pages which we have a left side bar displaying. See this in IE7, with left

[css-d] floated div expanding in Safari and IE5.2

2007-02-05 Thread bill scheider
On this page there's a floated div containing an image and a caption. Displays as wanted in most browsers on Windows. On macs though, in all versions of Safari, the div is floated right but the div is roughly twice as wide as the img and the img placement is to the left withing that div. I'm sure

[css-d] aphafilter and background-position

2007-02-05 Thread Phillip Cavaco
Hi everyone, this is my first post: For example imagine that you have a 600px square div with a 100px square png inside of it. #divwrapper{ width:600px; height:600px; background:url(path_to_100px.png) no-repeat 100% 0%; } How do I filter(alphafilter) this png maintaining the 100% 0% position?

Re: [css-d] floated div expanding in Safari and IE5.2

2007-02-05 Thread Philippe Wittenbergh
On Feb 6, 2007, at 9:06 AM, bill scheider wrote: On this page there's a floated div containing an image and a caption. Displays as wanted in most browsers on Windows. On macs though, in all versions of Safari, the div is floated right but the div is roughly twice as wide as the img and

[css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Blake
Hi guys, I just got a very strange CSS error when validating http://www.blakehaswell.com/blog/. The CSS Validator comes up with the following error: Target: http://www.blakehaswell.com/blog/ Please, validate your XML document first! Line 1 Column 1

Re: [css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Peter Hyde-Smith
- Original Message - From: Blake [EMAIL PROTECTED] Hi guys, I just got a very strange CSS error when validating http://www.blakehaswell.com/blog/. The CSS Validator comes up with the following error: Target: http://www.blakehaswell.com/blog/ Please, validate your

Re: [css-d] Div overflow not being seen in IE6

2007-02-05 Thread Gunlaug Sørtun
Mark Wheeler wrote: http://www.tonedeafstudios.com/test/cornertest.html Try adding... #links_corner { position: relative;} ...so IE gets the stacking right. regards Georg -- http://www.gunlaug.no __ css-discuss [EMAIL

Re: [css-d] CSS Validation Error: Content is not allowed in prolog.

2007-02-05 Thread Blake
On 2/6/07, Peter Hyde-Smith [EMAIL PROTECTED] wrote: Google gives, http://www.ozzu.com/ftopic68872.html It may be you browser or text editor that's causing the problem. Cheers, Peter www.fatpawdesign.com Wonderful. Changed encoding in Notepad++ to UTF-8 without BOM. Everything validates

Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 8:40 PM, ~davidLaakso [EMAIL PROTECTED] wrote: I think it may be markup rather than css issue. Compare the order in which the divisions are closed in Ryan Brill's layout with yours. It is a tricky layout-- very easy to get the division closings out of order. I thought I was being

Re: [css-d] Div overflow not being seen in IE6

2007-02-05 Thread Mark Wheeler
On Feb 5, 2007, at 5:41 PM, Gunlaug Sørtun wrote: Mark Wheeler wrote: http://www.tonedeafstudios.com/test/cornertest.html Try adding... #links_corner { position: relative;} ...so IE gets the stacking right. regards Georg -- http://www.gunlaug.no LOL. OK... 2 months ago,

Re: [css-d] floated div expanding in Safari and IE5.2

2007-02-05 Thread bill scheider
On Feb 6, 2007, at 9:06 AM, bill scheider wrote: On this page there's a floated div containing an image and a caption. Displays as wanted in most browsers on Windows. On macs though, in all versions of Safari, the div is floated right but the div is roughly twice as wide as the img and the

[css-d] flyout menu with images

2007-02-05 Thread Marian Rosenberg
So, I've basically got my html validated and I've fixed the column errors I had before. Now I'm working on building a menu. I found this menu: http://cssplay.co.uk/menus/flyoutt.html which works cross browser in firefox and IE and I'm trying to alter it so that I can have big pretty images for

Re: [css-d] Border help - Browser compatibility issues

2007-02-05 Thread hiptojive @hotmail.com
Hi, First off, thank you all for helping me. I've read all your comments and suggestions and I of course want to apply all of them in some way, and learn along the way. Let me see if I understoond this right (bare with me as I am still very much a beginner)... So from Francky's solution,

Re: [css-d] flyout menu with images

2007-02-05 Thread Devon
The problem I'm coming up with is that to size the first level menu so I can have my image (which is 150px wide by 80px) I end up with all the sub-levels also being 80px high even when there is only one line of text. Without seeing your code or site, it sounds like you probably just need