Re: [css-d] list problem - undefined

2007-01-03 Thread Admin at AK
Dear people, I am new to this list, having just started my webdesign activities again. I have a small problem which I hope is very easy to solve. On a webpage I want to have a piece of text with in between a few lists. Now, with my current design and stylesheet make-up, I have the lists

[css-d] Horizontal list menu misbehaves in IE 6 - update - Firebug lite

2007-01-03 Thread Mark Baber
Hello and thank-you for replying, Zoe ... please skip to the bottom of this message for a continuation I did get a reply from francky, but unfortunately I've not accomplished anything with francky's input yet ... Mark Baber wrote: In order to reproduce a client site, I've used ul li

[css-d] iewin/5-7 mac/ie5.2 issue

2007-01-03 Thread ~davidLaakso
On this page http://www.chelseacreekstudio.com/ca/cg/cg.html the google custom search box is dropped /approximately/ 14px lower than it should be in win/ie5 through 7; and mac/ie5.2. What to do? Thanks. ~dL -- http://chelseacreekstudio.com/

[css-d] IE bug nightmare - links destroying layout - advice appreciated

2007-01-03 Thread pavi
Hi, This is my first post to this forum - hello everyone. I'm not a complete CSS beginner, but am new to trying to debug inexplicable IE bugs. I've been struggling with IE bugs for 2 months now on a site I'm developing. It validates fine, and works perfectly on other browsers but I simply

Re: [css-d] floating divs

2007-01-03 Thread Gunlaug Sørtun
Andrew Wallace wrote: I've been looking at the archives, and haven't really found the answer to my problem, so Look for expand to contain or containing floats. http://pcg.diamondw.net/ I have rounded corners on the big container, but the floats push outside of that... I have

Re: [css-d] iewin/5-7 mac/ie5.2 issue

2007-01-03 Thread James Leslie
Hi David, div#secondary form { margin-top: 0px; } Sorts it out locally for me in IE7, I seem to remember hitting a similar wall myself recently and discovering IE puts top margin on the form. I haven't got any lower versions to hand at the moment but hopefully that will sort it out. James

Re: [css-d] CSS Style Sheet/In-Line Style Conflict

2007-01-03 Thread Zoe M. Gillenwater
Jay Stevens wrote: When I include a body {margin:0px} in a linked CSS style sheet, the margin style is not applied, and the next DIV {width:100%) has a top margin of approx. 5px and side margins of approx. 10px. When included in the body tag body style=margin:0px} the DIV has zero margins.

Re: [css-d] floating divs

2007-01-03 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: Andrew Wallace wrote: I've been looking at the archives, and haven't really found the answer to my problem, so Look for expand to contain or containing floats. Andrew, Since you said you're a newbie, I recommend you check out our wiki page on the

Re: [css-d] Printing question

2007-01-03 Thread Zoe M. Gillenwater
Russ Peters wrote: One of our sites using frames. The top frame is the menu/navigation bar/logo area. The bottom frame is where all the magic happens. What I need is a way to force the bottom frame to print always and hide or do not display the top frame at all. I can't give you a url as

[css-d] floats not clearing properly in IE7?

2007-01-03 Thread Web Developer
Hello all, I think some things aren't being cleared properly in a webpage I made for a friend, it works in FF, and i rmemeber it worked in IE6. Seems like IE7 is goofing? Not sure where my mistake is, I manually clear the floats with a div whose class=clearFloat you can see if you inspect the

Re: [css-d] iewin/5-7 mac/ie5.2 issue

2007-01-03 Thread ~davidLaakso
Ingo Chao wrote: ~davidLaakso wrote: On this page http://www.chelseacreekstudio.com/ca/cg/cg.html the google custom search box is dropped /approximately/ 14px lower than it should be in win/ie5 through 7; and mac/ie5.2. What to do? Thanks. ~dL Hi David, add margin:0 to the form.

Re: [css-d] Getting 'Alpha(Opacity=80)' to work in IE

2007-01-03 Thread Zoe M. Gillenwater
Andre Dubuc wrote: Hi, I'm new to the list. I'm having all sorts of trouble to get an Alpha(Opacity) to work in IE. I've tried all sorts of combinations in my css body{} file. It works fine in Firefox, Opera, and Konqueror, but IE either renders only the background with no text on top,

Re: [css-d] [SOLVED] 3 pixel gap in IE I can't figure this one out

2007-01-03 Thread Mark Wheeler
On Jan 2, 2007, at 11:50 AM, Mark Wheeler wrote: Hi all, Happy New Year... now back to work. :) I've run across a 3 pixel IE bug(?) I can't seem to squash. It comes between the #left_container (float: left) and the #main_content. It only shows up in IE6 (I haven't checked IE7 yet)

[css-d] Problem overlap in IE7

2007-01-03 Thread Scott Povlot
I need some help on IE7. I have a website that works well on IE6, FF and Opera. But on IE7, the content text overlaps the sidebar on the right. The content area has a 13em right margin. And the sidebar (Upcoming Events) is positioned absolutely at the right on 0. Website:

Re: [css-d] IE7 Button width Fix

2007-01-03 Thread Bill McAvinney
On Jan 3, 2007, at 12:37 AM, Hari Kumar G wrote: What I see is, IE7 does honour width and padding on button elements. Well not quite. It seems both IE6 IE7 obey just the width in terms of the overall size of the button. If you add padding on the left, the text will be offset to the left,

Re: [css-d] Getting 'Alpha(Opacity=80)' to work in IE

2007-01-03 Thread Andre Dubuc
On Wednesday 03 January 2007 01:03 pm, Zoe M. Gillenwater wrote: Andre Dubuc wrote: Hi, I'm new to the list. I'm having all sorts of trouble to get an Alpha(Opacity) to work in IE. I've tried all sorts of combinations in my css body{} file. It works fine in Firefox, Opera, and

[css-d] forms not displaying correctly

2007-01-03 Thread Phil Turner
Happy new year to all working this week can someone check my site as I'm on a mac in Firefox, checked in latest IE on a pc but I have been told the sign up boxes aren't displaying correctly help please http://www.yourplanetneedsyou.org/ Kind Regards Phil Turner FREELANCE CREATIVE TEL:

Re: [css-d] forms not displaying correctly

2007-01-03 Thread Jens Brueckmann
Hi Phil, the sign up boxes aren't displaying correctly http://www.yourplanetneedsyou.org/ I did not check in IE7 but IE6 SP1, Opera 9.10 and Firefox 2.0.0.1 on Windows 2000. I am not quite sure how the boxes should be displayed, but on a related issue, in Opera and Firefox the page is

Re: [css-d] CSS Style Sheet/In-Line Style Conflict

2007-01-03 Thread David Dorward
On 29/12/06, Jay Stevens [EMAIL PROTECTED] wrote: When I include a body {margin:0px} in a linked CSS style sheet, the margin style is not applied, and the next DIV {width:100%) has a top margin of approx. 5px and side margins of approx. 10px. When included in the body tag body

Re: [css-d] forms not displaying correctly

2007-01-03 Thread Sasha Gerrand
On 04/01/07, Phil Turner [EMAIL PROTECTED] wrote: can someone check my site as I'm on a mac in Firefox, checked in latest IE on a pc but I have been told the sign up boxes aren't displaying correctly How are the input elements, in the form on the left hand side of the layout, meant to be

[css-d] Loading Graphics

2007-01-03 Thread Donna [EMAIL PROTECTED] Business Connection
For the life of me I can't find the code that you add so that all graphics will load first? I know there is such a thing. I want the background to load first when open a webpage. How can I do that? I hope this is not off topic. Any help is greatly appreciated. Donna Light Pfledderer Virtual

Re: [css-d] IE bug nightmare - links destroying layout - advice appreciated

2007-01-03 Thread Ingo Chao
pavi wrote: Hi, This is my first post to this forum - hello everyone. Welcome! ... http://www.theshamanskitchen.com/testproper/recipes.main2.php and uses JS routines to populate the bottom-level menu and make some smooth scrolling features. Works fine in browsers other than IE, where

[css-d] IE6 One True Layout issue

2007-01-03 Thread Matt Ryan
Hi. Another first post... Anyway, I ran into an issue in IE6 while I tried to implement the One True Layout [1] and it's been bugging me. When I place elements inside the floated divs that make up the layout columns and give those elements padding or borders the layout starts falling apart --

[css-d] A problem in Foxfire

2007-01-03 Thread [EMAIL PROTECTED]
Hello, I'm very new at css, trying to understand and apply the concepts little by little but far from mastering it! I have a problem with the below site. It's in the very beginning stages, just trying to get the basic format in place and having some struggles. It looks okay in IE 6 as far as I

[css-d] Is there a fix for this

2007-01-03 Thread Donna [EMAIL PROTECTED] Business Connection
Is there a fix for this for the Mac http://www.distrips.net/index_dlp.html Screen Shot http://browsershots.org/png/full/1e/1e8ca7db97e455681dd8e1d7966d6e07.png I'm using a specific font for the headers and text and Mac doesn't like it. http://www.distrips.net/CSS/style_imp.dlp.css Thanks!

[css-d] (1st post) Please help me fix a DIV's position vertically but not horizontally.

2007-01-03 Thread Christian Kavanagh
Dear list, In this fledgling page (code pasted below): http://www.polarissc.com/csstest/dummy.html ...I'd really like to position the DIV called menu so it were: (a) 6px right of the left edge of the DIV called content, and (b) 75px below the top edge of the viewport. (I'm going

[css-d] CSS Validation error

2007-01-03 Thread Mike NA
Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

Re: [css-d] Is there a fix for this

2007-01-03 Thread Matt Ryan
Donna wrote: I'm using a specific font for the headers and text and Mac doesn't like it. When I look at the css ( http://www.distrips.net/CSS/style_imp.dlp.css ) I see: .disneyPrint{ font-family:Disney Print; font-size: 24px; } .disneyScript{

Re: [css-d] IE6 One True Layout issue

2007-01-03 Thread Matt Ryan
Solution, add... * html #content, * html #related, * html #navigation {overflow-x: hidden;} * html .foo {position: relative;} Thanks! That did the trick. Matt __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Problem - Large Space in Internet Explorer but Not Firefox

2007-01-03 Thread Sasha Gerrand
On 03/01/07, Greg Farries [EMAIL PROTECTED] wrote: A design that works fine in Safari, Opera and Firefox is causing me some problems in Internet Explorer (any version below 7.0). Please view: http://www.thepolitic.com/ In IE, the navigation bar has a big space below it, and the first column

Re: [css-d] CSS Validation error

2007-01-03 Thread Sasha Gerrand
On 03/01/07, Mike NA [EMAIL PROTECTED] wrote: Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[css-d] repeating background problem in IE6

2007-01-03 Thread Tom Dell'Aringa
I have a fairly simple page structurally where, at the top, I use a simple horizontally repeating image to create a colored bar. The problem comes in IE6 when the page is viewed and then reloaded, or when you app switch back and forth, the very same background appears lower in the page, behind

Re: [css-d] Is there a fix for this

2007-01-03 Thread Sasha Gerrand
On 04/01/07, Donna [EMAIL PROTECTED] Business Connection [EMAIL PROTECTED] wrote: Is there a fix for this for the Mac http://www.distrips.net/index_dlp.html Screen Shot http://browsershots.org/png/full/1e/1e8ca7db97e455681dd8e1d7966d6e07.png I'm using a specific font for the headers and

[css-d] shorthand css

2007-01-03 Thread Ross Hulford
Hi, I have a selector #page1 #container-inside, #page2 #container-inside, #page3 #container-inside { } is there a way to shorten this to combine the target divs or something? #page1, #page2, #page3 #container-inside __

[css-d] Overflow problem in IE

2007-01-03 Thread Mike Davies
Hi all, I am resending this request as it doesn't seem to have been received. First sent Sunday 31 Dec 2006, notice of non-delivery received but still trying to deliver, then nothing. I am in process of redesigning a site for a client and have more or less got the basic layout sorted. However,

[css-d] IE Browser check please

2007-01-03 Thread Phil Turner
Happy new year to all working this week can someone check my site as I'm on a mac in Firefox, checked in latest IE on a pc but I have been told the sign up boxes aren't displaying correctly help please http://www.yourplanetneedsyou.org/ Kind Regards Phil Turner FREELANCE CREATIVE TEL:

[css-d] Internet explorer tests vary - screen resolutions, page sizes, fixed positioning, % or px?

2007-01-03 Thread Christopher Blake
Hi all, I am building a site for a politician and having some problems when checkin in other browsers. Firefox - ok, safari - ok http://www.neilparishmep.org.uk/new/index.html I use a mac so can only get i.e.5 on it. Everything works ok on this except the left hand navigation. It does not

Re: [css-d] Is there a fix for this

2007-01-03 Thread Christian Kavanagh
Matt Ryan wrote: When someone views your web page they are limited to the fonts installed on their computer. So someone who does not have the Disney script font installed will see the text in another font -- probably browser's default. So probably it's not a Mac issue per se -- instead it's

[css-d] Problems with 3col snd 2 col layout in IE 6

2007-01-03 Thread David Roberts
Hi, This is my first post . Problem is : Both 3 cols layout on the home page and the 2 cols layout on the other pages are not rendering correctly in IE 6. The second column is not lining up with the first column (i.e. 'News' should be level with 'The Picture House') in IE 6 and the third

Re: [css-d] IE6 One True Layout issue

2007-01-03 Thread Matt Ryan
Oops. My first post, and somehow I manage to leave off the 2nd half of the email. How embarrassing. Here's the full email: === Hi. Another first post... Anyway, I ran into an issue in IE6 while I tried to implement the One True Layout [1] and it's been bugging me. When I place

Re: [css-d] Problems with 3col snd 2 col layout in IE 6

2007-01-03 Thread Sasha Gerrand
On 04/01/07, David Roberts [EMAIL PROTECTED] wrote: Problem is : Both 3 cols layout on the home page and the 2 cols layout on the other pages are not rendering correctly in IE 6. The second column is not lining up with the first column (i.e. 'News' should be level with 'The Picture House') in

Re: [css-d] CSS Validation error

2007-01-03 Thread ~davidLaakso
Mike NA wrote: Hello I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! The actual code is !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[css-d] Border-spacing workaround for IE? Dynamic Properties?

2007-01-03 Thread Alex Kirmse
Hi folks, Unfortunately I noticed recently that IE (even 7) doesn't support border-spacing:8px. I'm wondering what the best workaround for IE is? While googling this topic I found something called dynamic properties (something I had never heard of before), where you basically inject javascript or

Re: [css-d] CSS Validation error

2007-01-03 Thread ~davidLaakso
~davidLaakso wrote: Mike NA wrote: I am getting this error message when I try to vadidate my CSS... Lexical error at line 1, column 3. Encountered: D (68), after : ! Whoops. Or is it, simply: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [css-d] IE7 Button width Fix

2007-01-03 Thread Hari Kumar G
On Tue, 02 Jan 2007 23:52:06 +0530, Bill McAvinney [EMAIL PROTECTED] wrote: Jehiah's solution is to give the button a very narrow width. This seems to cancel out IE's proportional padding and works because IE7 expands the button to fit the content so you can then apply your own padding that

[css-d] CSS Stops Working

2007-01-03 Thread Steve LaBadie
I have a .js document in a folder called js. This script calls on a css script to format a page for a friendly print. It works if I go 1 level down only, after that it doesn't style the text correctly. Any ideas? root - js (script inside) css (script inside) aboutus (folder)

[css-d] text-decoration

2007-01-03 Thread Steve LaBadie
text-decoration: none; doesn't work in FF? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.esu.edu http://www3.esu.edu

Re: [css-d] IE6 One True Layout issue

2007-01-03 Thread Gunlaug Sørtun
Matt Ryan wrote: Hi. Another first post... Welcome. [...] When I place elements inside the floated divs that make up the layout columns and give those elements padding or borders the layout starts falling apart -- but only at smaller window widths.

Re: [css-d] CSS Validation error

2007-01-03 Thread Matt Ryan
On 1/2/07, Mike NA [EMAIL PROTECTED] wrote: Lexical error at line 1, column 3. Encountered: D (68), after : ! I get that error when I try to validate a css file that has a doctype declaration at the top of the file. Is it possible that you are trying to validate an html file by upload or direct

Re: [css-d] shorthand css

2007-01-03 Thread Sasha Gerrand
On 02/01/07, Ross Hulford [EMAIL PROTECTED] wrote: I have a selector #page1 #container-inside, #page2 #container-inside, #page3 #container-inside { } is there a way to shorten this to combine the target divs or something? #page1, #page2, #page3 #container-inside I assume that there

Re: [css-d] text-decoration

2007-01-03 Thread Sasha Gerrand
On 04/01/07, Steve LaBadie [EMAIL PROTECTED] wrote: text-decoration: none; doesn't work in FF? Indeed it does, as a CSS declaration. Do you have an example of what you are referring to? -- Cheers, Sasha __ css-discuss [EMAIL

Re: [css-d] IE6: content-div is pushed to bottom

2007-01-03 Thread Martin Krumme
Wow - that is marvellous. What a neat solution. Thank you deeply for that - and best wishes for 2007! Martin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] list

2007-01-03 Thread Marjo
And the solution was: Margin-bottom of p. Increasing that selector seperated the main text from the lists. Worth reading for me: CSS; the missing manual by Mc Farland. Marjo schreef: Dear David and Roger, Thanks for your input. Valuable suggestions but it didn't completely work. I'm now

Re: [css-d] (1st post) Please help me fix a DIV's position vertically but not horizontally.

2007-01-03 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: Now, I've restyled your page into a more complete example here... Correction (to on-line document): http://www.gunlaug.no/tos/alien/test_07_1040.html That's what I get from having on-line and off-line tabs side by side in my browser :-) Georg --

Re: [css-d] Getting 'Alpha(Opacity=80)' to work in IE

2007-01-03 Thread Ingo Chao
Andre Dubuc wrote: Hi, I'm new to the list. I'm having all sorts of trouble to get an Alpha(Opacity) to work in IE. I've tried all sorts of combinations in my css body{} file. It works fine in Firefox, Opera, and Konqueror, but IE either renders only the background with no text on

[css-d] hovering line gaps Safari/IE7 / jumping navigation in IE6

2007-01-03 Thread Beate De Nijs
Dear list, I have two problems, sample page is here: http://www.fabian-helmich.de/seiten/portrait_1/ p1_1_sun_angelika_1.html stylesheets: http://www.fabian-helmich.de/css/fabian_base.css http://www.fabian-helmich.de/css/fabian_p1.css 1. hovering over the thumbnails at the bottom of the page

Re: [css-d] Overflow problem in IE

2007-01-03 Thread Gunlaug Sørtun
Mike Davies wrote: www.deveron-arts.com/new/artists.htm [...] I have used overflow:auto on the #coretop div and a width on the #content div inside it which exceeds the page width. IE doesn't respect the overflow rule but just puts a horizontal scroll bar on the whole page. Can anyone

Re: [css-d] list

2007-01-03 Thread Mark Wheeler
On Jan 1, 2007, at 11:30 AM, Marjo wrote: Worth reading for me: CSS; the missing manual by Mc Farland. I second that. I'm two-thirds through the book, and am loving it! Mark __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Loading Graphics

2007-01-03 Thread Paul Novitski
At 12/31/2006 09:46 AM, Donna [EMAIL PROTECTED] Business Connection wrote: For the life of me I can't find the code that you add so that all graphics will load first? I know there is such a thing. I want the background to load first when open a webpage. How can I do that? If you can ensure that

[css-d] test

2007-01-03 Thread Substance Digital Media
Hi, This is just a test mail to see if i have set myself up on the list properly. The name is Andy by the way. Pleased to meet you all. Andy -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: [css-d] list

2007-01-03 Thread Marjo
Dear David and Roger, Thanks for your input. Valuable suggestions but it didn't completely work. I'm now reading a bit more into the basics of css and why it doesn't work. I'll let you know what it was. Thanks. Marjo Roger Roelofs schreef: Marjo, On Dec 28, 2006, at 3:58 PM, Marjo

Re: [css-d] iewin/5-7 mac/ie5.2 issue

2007-01-03 Thread Ingo Chao
~davidLaakso wrote: On this page http://www.chelseacreekstudio.com/ca/cg/cg.html the google custom search box is dropped /approximately/ 14px lower than it should be in win/ie5 through 7; and mac/ie5.2. What to do? Thanks. ~dL Hi David, add margin:0 to the form. Ingo --

[css-d] hows the health of css-d list? no messages recently and my message never posted.

2007-01-03 Thread Web Developer
got a bounce back. happened once be4. anything wrong with server guys? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

[css-d] Border-spacing workaround for IE? Dynamic Properties?

2007-01-03 Thread Alex Kirmse
Hi folks, Unfortunately I noticed recently that IE (even 7) doesn't support border-spacing:8px. I'm wondering what the best workaround for IE is? While googling this topic I found something called dynamic properties (something I had never heard of before), where you basically inject javascript or

Re: [css-d] repeating background problem in IE6

2007-01-03 Thread Gunlaug Sørtun
Tom Dell'Aringa wrote: [...] The problem comes in IE6 when the page is viewed and then reloaded, or when you app switch back and forth, the very same background appears lower in the page, behind some boxes - but it isn't actually there or being applied.

[css-d] 3 pixel gap in IE I can't figure this one out

2007-01-03 Thread Mark Wheeler
Hi all, Happy New Year... now back to work. :) I've run across a 3 pixel IE bug(?) I can't seem to squash. It comes between the #left_container (float: left) and the #main_content. It only shows up in IE6 (I haven't checked IE7 yet) - FF and Safari are fine. What I noticed was that the