Re: [css-d] extra space after div in IE

2006-10-12 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: If you go to the url below you will see the problem in IE. Everythng is zeroed so I'm clueless. http://www.cherylamato.com/trusted/ As usual: IE-win doesn't understand that an empty div is empty, so it adds a space with line-height to it. IE6 (and older) doesn't

Re: [css-d] extra space after div in IE

2006-10-12 Thread Jens Nedal
Hi, .deco has no content and IE will simply assume the standard line-height/font-size when there is no content and that is the reason why the div grows bigger. Either put a simple !-- -- inside of div class=deco!-- --/div or declare a font-size smaller than the height of the div. regards, Jens

[css-d] Column problems

2006-10-12 Thread Amy Ostrom
Dear CSSers: My design is very flawed, and the right column in particular is causing me the most grief. I am not able to rearrange the layout of the html page, so it needs to be done with CSS. I need the right column to line up next to the little article on the left. Does anyone have any

[css-d] Max-Width

2006-10-12 Thread Steve Craig
Hi I soon have too make a start on a new site for a client and they want to use max-width to limit the expansion of the site. Just wondering if there is a definitive or good example anywhere of implementing this correctly for IE etc? Thanks for any pointers. Cheers

[css-d] IE vertical resizing window madness

2006-10-12 Thread Gavin Sharon
Hi there Great list, it's amazing what you pick up lurking on this list, however I've not come across this one and would love someone to help with a fix. A test case has been created at: http://homepages.ihug.co.nz/~thejacksons/testcase/ The page displays fine in FF however using IE6, when

Re: [css-d] form fieldset legend in Safari

2006-10-12 Thread Roger Roelofs
Suzanne, On Oct 9, 2006, at 8:03 AM, Suzanne Goodwin wrote: Hi, can someone please help me figure out how to get rid of this big vertical gap from the legend down to the first div class=row in my form on Safari? http://www.outlooksoft.com/kc-about_us/contact_us.htm All other browsers I've

Re: [css-d] extra space after div in IE

2006-10-12 Thread Roger Roelofs
Cheryl, On Oct 9, 2006, at 8:22 AM, [EMAIL PROTECTED] wrote: Sorry I didn't put up a url the first time. If you go to the url below you will see the problem in IE. Everythng is zeroed so I'm clueless. http://www.cherylamato.com/trusted/ Sorry, I've lost the original message, and the page

Re: [css-d] strikouts on style sheets

2006-10-12 Thread Gary Williamson
Hi Jens See attached - the screen tip is also captured in the screen shot which refers to inheritance. Thanks Gary -Original Message- From: Jens Nedal [mailto:[EMAIL PROTECTED] Sent: 09 October 2006 16:55 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d]

Re: [css-d] strikouts on style sheets

2006-10-12 Thread Jens Nedal
Hi, margin: 0cm and margin: 0.0001pt is not valid, that's why margin and margin-bottom are marked this way. The values can be: em, % or px. Microsoft Word Generator is not compliant with valid HTML, so its not recommendable to use it at ALL, if you want larger cross browser comptability. More

[css-d] site check: dropdown menu display

2006-10-12 Thread Suzanne Goodwin
Please have a look at the home page: http://www.outlooksoft.com/index-new.htm I'm using Eric Meyer's dropdown menus as you can see, but there's a small display problem in standards-compliant browsers (on PC and Mac): when you mouse over a dropdown item that has sub-items under it (for

Re: [css-d] Suckerfish Dropdown question

2006-10-12 Thread Arian Hojat
seems like the css list is down, didnt get a confirmation for this post yesterday? On 10/9/06, Arian Hojat [EMAIL PROTECTED] wrote: I was messing around with the Suckerfish code, on this page: http://www.htmldog.com/articles/suckerfish/dropdowns/example/ and i was a little confused by

[css-d] dropdown menu check, iCab Opera

2006-10-12 Thread Tribou, Eric
I'm trying to create a super-compatible dropdown menu system. Please give it a go and let me know (off-list please) of any bugs that you observe. The demo is at http://webhost.bridgew.edu/etribou/layouts/rmenu/ I've run into a few bugs in working on it that I was hoping someone might be able to

[css-d] gap under image in FF - resolved

2006-10-12 Thread clamato
I've fixed the problem of the gap under the banner image. Thanks Cheryl __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

[css-d] Weird empty space

2006-10-12 Thread Daniel Hammond
Why is there empty space above the content_text div at www.objectivedesigns.com/2/? I can't seem to get rid of it. (I have colored the background of the content div green so you can easily see what I'm talking about.) Daniel Hammond www.objectivedesigns.com

[css-d] IE adding 1 px of white to right margin

2006-10-12 Thread Rose Thorn
I have a collection of pages using the same css and the same basic xhtml code throughout the site. However, IE (I'm using version 6) is adding a 1 px column of white to the right margin of, I think, the main container div. Oddly, it's only doing it on one page. Firefox doesn't reflect this.

[css-d] Universal selector

2006-10-12 Thread Jørgen Farum Jensen
Is there any difference at all between * #leftcol {font-family:arial,sans-serif;} and #leftcol * {font-family:arial,sans-serif;} -- Med venlig hilsen Jørgen Farum Jensen http://www.webdesign101.dk __ css-discuss [EMAIL

[css-d] Problem with Scrolling Div

2006-10-12 Thread Dean Champeau
Hi Everyone. I have a head-scratcher on my hands. Can anyone help? I created a div that contains variable-height content (a big table that will expand and contract as the visitor changes type size). I'd like it to scroll while taking up the entire height of the browser window. So I created

[css-d] IE-bug

2006-10-12 Thread Stefan Nagtegaal
Hi list! i hope some/one of you guys can help me out. I'm struggling with this for weeks now.. have a look at http://istyledthis.nl/ and see that the middle left corner is misplaced. It looks like there is some kind of margin set, but I (re)checked everything for several times, but imo

[css-d] IE7 issue about font-size, li, img

2006-10-12 Thread Felix Brill
In an earlier post Fontsize changes li elements with imgs only you figured out, that I have to set the display of img els inside LI elements to display:inline. That works in all browsers I've testet so far. But since I installed IE7 beta3 on a laptop the same issue arises again. So people with

Re: [css-d] Problem with Scrolling Div

2006-10-12 Thread Dean Champeau
[I'm sending this again, because I failed to get a confirmation from the list server that I sent the original message. Plus the URL that included in the first message has changed.] Hi Everyone. I have a head-scratcher on my hands. Can anyone help? I created a div that contains

[css-d] Float and MSIE6

2006-10-12 Thread Martin Cetkovsky
Hi, I am in a combat with MSIE 6 currently and I still do not have any idea why it is wrong. Url: http://alik.vhost.cz/martin/ Browser: MSIE 6 SP1 Problem: The page header starts after the language list (on the right top). Expected: The language list is floating on the right and the page header

Re: [css-d] extra space after div in IE

2006-10-12 Thread ross
IE likes to have things inside divs. Try some html comments inside the div div!--this is jsut some filler--/div - Original Message - From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, October 09, 2006 1:22 PM Subject: [css-d] extra space after div in IE Sorry I

[css-d] test, please ignore

2006-10-12 Thread Stefan Nagtegaal
__ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] minimum height on a box in IE?

2006-10-12 Thread sam foster
I had to rule out overflow: hidden as this box sometimes has content, so needed a flexible height range from 1+px. The suggestion to insert a comment did what I needed, but it seemed unintuitive and prone to error/confusion. So I opted to add an extra .empty class instead in the end - to make it

[css-d] fluid layout

2006-10-12 Thread iorhael
Hi, I am trying to give this site a fluid look rather than in a container (per the client's request)...I removed the container and for a time, the content and copyright were fluid (stretched across the screen) but somehow it has gone back to the container look (see the block outline in

Re: [css-d] float clearing problem

2006-10-12 Thread Matt Tibbits
Thanks for your help and your explanation. It all makes sense to me, but why is it that on this page: http://easterseals.nb.ca/about_contact.php when I use the br / tag to clear the floated form elements they do NOT clear down below the left floated menu? Shouldn't the same behaviour be exhibited

[css-d] Please help, IE 6 not displaying correctly

2006-10-12 Thread GypsiiRose Baptiste
Sorry I already posted this a while ago, we just can't seem to figure this out! it is driving us nuts! The page I am working on is here: http://www.iskippedlunch.com/z_test/index_2.php and the style sheet is here: http://www.iskippedlunch.com/z_test/styles/shfb_basic.css I am using php to import

Re: [css-d] Please help, IE 6 not displaying correctly

2006-10-12 Thread GypsiiRose Baptiste
oops, well, the lower levels aren't displaying correctly in that browser either :( It seems to be when there is a lot of content in that area. any help will be appreciated! On 10/11/06, GypsiiRose Baptiste [EMAIL PROTECTED] wrote: Sorry I already posted this a while ago, we just can't seem to

[css-d] FF on windows, help fix please

2006-10-12 Thread Scott Haneda
http://staging.newgeo.com/ I don't have immediate access to Firefox 1.5.07 on Windows, but the screenshots I have seen mess this layout up a bit, can someone point out some suggestions to me? -- - Scott Haneda

[css-d] Yellow input fields

2006-10-12 Thread iorhael
Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow. http://www.figureskatersonline.com/parkerpennington/contact.php http://www.figureskatersonline.com/parkerpennington/css/parker_form.css

[css-d] Layout differences in IE/FireFox (Win) gasp WRT Fieldset

2006-10-12 Thread Glenn E. Lanier, II
I have a page [1] that works solidly (as far as I can tell) in FireFox (Windows XP, v1.5.0.7) but when viewed in IE the third fieldset seems to float much farther left than it should. Also, the vertical spacing of the input fields aren't consistent from FF to IE (I don't care about exact pixels --

Re: [css-d] float clearing problem

2006-10-12 Thread Gunlaug Sørtun
Matt Tibbits wrote: Thanks for your help and your explanation. It all makes sense to me, but why is it that on this page: http://easterseals.nb.ca/about_contact.php when I use the br / tag to clear the floated form elements they do NOT clear down below the left floated menu? Shouldn't

[css-d] IE7 not clearing properly

2006-10-12 Thread morten fjellman
Hi, I've been getting some complaints from users using IE 7 RC1 on this site: www.nettavisen.no It seems IE7 are having problems clearing floats. I've read an [1]article on how to make the [2].clearfix solution work for IE7 also, but I don't really understand it. Could someone have a look at the

[css-d] IE6 and 7 expanding header

2006-10-12 Thread Chris Recknell
Hello All, The following page has some strange behavior in IE6 and IE7. Where Firefox and Opera are happy to sit the navigation bar on top of the wrapper, IE puts in double the space. Please can anyone shed some light? http://www.redwood.com/css/test.html Many thanks, Chris Recknell - Web

Re: [css-d] float clearing problem

2006-10-12 Thread Gunlaug Sørtun
Follow-up... Confirmation received [off-list] from Philippe W. Yes, fieldset establishes a new block formatting context in Gecko, Opera, IE Mac, WebKit (but *not* Safari 2.0 or lower) and Konqueror. But that is not the case in iCab. That is how it should be ... ALL form controls should

Re: [css-d] extra space after div in IE

2006-10-12 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: Sorry I didn't put up a url the first time. If you go to the url below you will see the problem in IE. Everythng is zeroed so I'm clueless. http://www.cherylamato.com/trusted/ TIA Cheryl I don't think you need the clear thing and add a comment in the class so

Re: [css-d] form fieldset legend in Safari

2006-10-12 Thread Philippe Wittenbergh
On Oct 9, 2006, at 9:03 PM, Suzanne Goodwin wrote: Hi, can someone please help me figure out how to get rid of this big vertical gap from the legend down to the first div class=row in my form on Safari? http://www.outlooksoft.com/kc-about_us/contact_us.htm Works correctly with WebKit

[css-d] Resolved: IE and Negative Margins

2006-10-12 Thread L. Robinson
David Hucklesby wrote: Hi Lori, On Thu, 28 Sep 2006 13:26:35 -0400, you wrote: I have a background image on nav headings which I wanted to pop outside the container a bit and used a negative margin, thinking that should be plenty. Half the little footprint disappears in IE6, however.

Re: [css-d] div sizing problem

2006-10-12 Thread Alexandru E. Ungur
sender: Jens Nedal date: Mon, Oct 09, 2006 at 12:58:17PM +0200 EOQ Since the hack did not work for you, you might be testing this on IE7? For IE 7 this hack has been fixed. Nope, IE6 (on Linux under Wine emulator) but I might have mispelled height or something :) The conditional 'hack' works

[css-d] Input boxes in Safari

2006-10-12 Thread Eoin Maguire
Hi, Latest version of Safari on the latest Mac OS, any way in which to remove borders from around input boxes? All other browsers respect the border: 0px except Safari. I've had a look online and my hopes aren't high but I thought I'd ask here first. If this isn't possible and with it's

[css-d] Column problems

2006-10-12 Thread Amy Ostrom
Dear CSSers: (I sent this out two hours ago and it's still not showing up, so I apologize for anyone who receives it twice. I have to get this design done in two days, and it's driving me nuts.) My design is very flawed, and the right column in particular is causing me the most grief. I am not

[css-d] Organising my CSS styles

2006-10-12 Thread Ian Piper
Hi all, I'd appreciate your guidance on how best to organise my CSS styles. I am designing a site that has an overall design with some variations on some pages. For example, I have this for a page banner style: #page_banner { background: url(../images/banner_page_name.gif) no-repeat;

[css-d] One for the Wow, if only everyone did this category...

2006-10-12 Thread Tom Livingston
View this in WebKit browsers only (hence the subject line): http://decaffeinated.org/archives/projects/multibg/background-image.html -- Tom Livingston | Senior Multimedia Artist | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com

Re: [css-d] strikouts on style sheets

2006-10-12 Thread Jens Nedal
I don't use DW8, so i can't really tell or see what you mean with the strike-through. Screenshot would be helpful, rather than the word generated HTML, which is produces HTML that does not contain errors, but at least some warnings. regards, Jens On 10/9/06, Gary Williamson [EMAIL PROTECTED]

Re: [css-d] IE6.0 - left division appears below wrapper[Scanned by MAIL]

2006-10-12 Thread Mims, Jane K.
Mims, Jane K. wrote: http://www.uhv.edu/bus/smbao/defaulta.asp However, now I have a page that looks essentially the way I intend it to in all of the browsers I've tested so far except for IE,...] Jane David Laakso wrote: Jane, it will /not/ solve the problem, but it is a good idea

[css-d] Suckerfish Dropdown question

2006-10-12 Thread Arian Hojat
I was messing around with the Suckerfish code, on this page: http://www.htmldog.com/articles/suckerfish/dropdowns/example/ and i was a little confused by something... when you hover over the list items, the backround color changes with this simple rule: #nav li:hover, #nav li.sfhover {

Re: [css-d] nesting / specificity problem

2006-10-12 Thread sam foster
No ambiguity at all, imho. Both selectors have the same specificity. Both target the same element: a p that is a descendant of a div (this can be div p or div div p or div div div p). Descendant is the keyword here. The second selector wins, because it comes last in the stylesheet. CSS does

Re: [css-d] Positioning of a container DIV containing images andtext

2006-10-12 Thread Jens Nedal
Hi, mixed sizes in px and % don't go to well together. This would help: div#navigation { color: white; background-color: red; width: 15%; float: left; padding-bottom: 300px; } div#pagetext { color: black; background-color: #f0;

[css-d] annoying space between 2 divs

2006-10-12 Thread clamato
I'm having problems again and have no idea why this isn't working properly. I have a div w/ an image that takes up the entire div. Under that is a basic 2 column layout. I can't seem to get the 2 divs to butt against each other. Everything has been zeroed. I know it sill needs styling but right

[css-d] One div is pushing content down page in following div in IE

2006-10-12 Thread GypsiiRose Baptiste
Here is the page in question: http://www.iskippedlunch.com/z_test/index_2.php It correctly displays in Firefox. In several versions of IE 6 (at least Windows XP and 2000 Pro) the green sidebar content pushes all the way down the page when I have the client story section included. I just can't

[css-d] extra space after div in IE

2006-10-12 Thread clamato
Thanks to several people the space is gone. There are actually 2 solutions - add a comment inside the html, or add a font-size smaller than the actual image. Thanks to all. Cheryl __ css-discuss [EMAIL PROTECTED]

[css-d] IE7 issue about font-size, li, img

2006-10-12 Thread Felix B.
Hopefully this is not a doublepost. In an earlier post Fontsize changes li elements with imgs only you figured out, that I have to set the display of img els inside LI elements to display:inline. That works in all browsers I've testet so far. But since I installed IE7 beta3 on a laptop the

[css-d] Weird empty space

2006-10-12 Thread Daniel Hammond
You guys will be proud of me. I'm reconstructing my site to be pure CSS. No tables and no iframes. URL: www.objectivedesigns.com/2/index.htm CSS: www.objectivedesigns.com/2/index.css But I'm having some problems: Why is there empty space above the content_text div? I can't seem to get rid of

[css-d] Any problems with list?

2006-10-12 Thread Eoin Maguire
Hi, Anyone know if there's a problem with the list? I've only started getting emails again today (Thursday) and previously haven't got any since Monday. Same for everyone or just me? Cheers, Eoin. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 /

Re: [css-d] Opera collapsing contentbox on input hover

2006-10-12 Thread Gunlaug Sørtun
James Leslie wrote: That works a treat in opera 7.54, but it still has the same fault in opera 9.02 and I know that some of our clients are using the latest opera browser. I thought I had the latest versions covered since I used 9.01 while testing. Must have made an error though. I'm still

Re: [css-d] Max-Width

2006-10-12 Thread Manuel Razzari
I soon have too make a start on a new site for a client and they want to use max-width to limit the expansion of the site. Just wondering if there is a definitive or good example anywhere of implementing this correctly for IE etc? Hello Steve, Dean Edwards' IE7 supports this, but I found it

Re: [css-d] Max-Width

2006-10-12 Thread Gunlaug Sørtun
Steve Craig wrote: I soon have too make a start on a new site for a client and they want to use max-width to limit the expansion of the site. Just wondering if there is a definitive or good example anywhere of implementing this correctly for IE etc? IE7 handles max-width (more or less)

Re: [css-d] site check: dropdown menu display

2006-10-12 Thread Éric Vesque
Suzanne Goodwin a écrit : Please have a look at the home page: http://www.outlooksoft.com/index-new.htm I'm using Eric Meyer's dropdown menus as you can see, but there's a small display problem in standards-compliant browsers (on PC and Mac): when you mouse over a dropdown item that has

Re: [css-d] Weird empty space

2006-10-12 Thread Ian Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Hammond Sent: 10 October 2006 18:28 To: css-d@lists.css-discuss.org Subject: [css-d] Weird empty space Why is there empty space above the content_text div at www.objectivedesigns.com/2/? I

Re: [css-d] Universal selector

2006-10-12 Thread Rimantas Liubertas
Is there any difference at all between * #leftcol {font-family:arial,sans-serif;} and #leftcol * {font-family:arial,sans-serif;} Yes, there is. The first rule will apply to the element with the id=leftcol regardless of it's position in DOM. The second rule will apply to _all elements_ which

Re: [css-d] Universal selector

2006-10-12 Thread Gunlaug Sørtun
Jørgen Farum Jensen wrote: Is there any difference at all between * #leftcol {font-family:arial,sans-serif;} and #leftcol * {font-family:arial,sans-serif;} Definitely! The first example targets #leftcol _inside_ _any_ element, but *only* #leftcol (and elements inside #leftcol). Use of

[css-d] left:auto problem in IE

2006-10-12 Thread Schalk
Greetings All, Please have a look at the following URL: www.jcislord.org The top navigation uses 'son of suckerfish' for the drop down menu. In FF all is fine however, in IE using left:auto causes the drop down to start way over to the right. Does anyone have any idea why this is happening?

Re: [css-d] Any problems with list?

2006-10-12 Thread Jens Nedal
Hi, Same here. I got a large load of mails today, all dating from this evening. Did not get any mails for a couple of days. regards, Jens On 10/12/06, Eoin Maguire [EMAIL PROTECTED] wrote: Hi, Anyone know if there's a problem with the list? I've only started getting emails again today

Re: [css-d] Yellow input fields

2006-10-12 Thread Chris Williams
'Cause you installed the google toolbar? They aren't yellow here... -Original Message- From: iorhael Subject: [css-d] Yellow input fields Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are

Re: [css-d] Yellow input fields

2006-10-12 Thread Dave Goodchild
Have you got the Google auto-complete function turned on? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

Re: [css-d] Yellow input fields

2006-10-12 Thread Glenn E. Lanier, II
From: iorhael Sent: Wednesday, October 11, 2006 4:15 PM Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow. http://www.figureskatersonline.com/parkerpennington/contact.php Debbie,

Re: [css-d] Universal selector

2006-10-12 Thread Mark J. Reed
On 10/10/06, Jørgen Farum Jensen [EMAIL PROTECTED] wrote: Is there any difference at all between * #leftcol {font-family:arial,sans-serif;} #leftcol * {font-family:arial,sans-serif;} The first one is equivalent to this version, with no * at all: #leftcol {font-family: arial, sans-serif; }

Re: [css-d] Yellow input fields

2006-10-12 Thread Michael Geary
Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow. http://www.figureskatersonline.com/parkerpennington/contact.php

Re: [css-d] Yellow input fields

2006-10-12 Thread tg-php
No yellow in my Firefox or IE. Everything's blue with a light blue/cyanish border. -TG = = = Original message = = = Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow.

Re: [css-d] Yellow input fields

2006-10-12 Thread Web Dandy Design
Hi Debbie, I believe this has something to do with the Google toolbar. There is an 'AutoFill' option on the Google Toolbar (switched on by default), that will 'helpfully' highlight form fields with certain names such as 'email' or 'name'. You can stop it from doing this by using form

[css-d] Release of IE7

2006-10-12 Thread Sebastian Dammark
Does any of you guys know how IE 7 will be released. Will it be released as an update or as a download ? // Sebastian __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Yellow input fields

2006-10-12 Thread iorhael
My guess is that you have turned on AutoFill in your Google Toolbar. Go into the Settings dialog for the Google Toolbar and turn off AutoFill, then reload the page and you should see what you expect. Thanks so much to all of you who helped me identify the problem here...I have never seen

Re: [css-d] Organising my CSS styles

2006-10-12 Thread Dave Goodchild
I tend to use link rel= etc and place the required @imports into the linked stylesheet ie on page/template: link rel=stylesheet type=text/css href=styles.css / and in styles.css for example: @import global.css @import colours.css @import filter.css etc. That way I can change which sheets I

Re: [css-d] nesting / specificity problem

2006-10-12 Thread Mark J. Reed
On 10/6/06, Dave Pierce [EMAIL PROTECTED] wrote: ..panel1 .container-type1 p { background-color: cyan; } ..panel1 .container-type2 p { background-color: blue; } ..panel2 .container-type2 .container-type1 p { background-color: pink; /* this isnt working. */ } ..panel2

Re: [css-d] Any problems with list?

2006-10-12 Thread Daniel Hammond
| Anyone know if there's a problem with the list? I've only | started getting emails again today (Thursday) and previously | haven't got any since Monday. | Same for everyone or just me? | Eoin. Same for everyone. Daniel Hammond www.objectivedesigns.com

Re: [css-d] Organising my CSS styles

2006-10-12 Thread Jens Nedal
Hi Ian, Here is one approach to take. I have used this basically when i have different skins for the same template, where just the color changes and the structure remains the same. usually the whole HTML structure is encased by one single div, that usually does not have a style associated,

Re: [css-d] Organising my CSS styles

2006-10-12 Thread Steve Clason
Ian Piper wrote: My client also wants to have colour variations within the overall them on some pages, meaning that I will have to vary background and keyline colours. The question is one of how best to organise my css files. I could have all of the styles defined in one .css file

Re: [css-d] Yellow input fields

2006-10-12 Thread Micky Hulse
iorhael wrote: Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow. http://www.figureskatersonline.com/parkerpennington/contact.php

Re: [css-d] Any problems with list?

2006-10-12 Thread Jough
Anyone know if there's a problem with the list? I've only started getting emails again today (Thursday) and previously haven't got any since Monday. Same for everyone or just me? Same with me too. Jough __ css-discuss

Re: [css-d] annoying space between 2 divs

2006-10-12 Thread Jens Nedal
Hi Cheryl, This one is easy. The p element still has its basic style, meaning a 1em top and bottom margin. Since you use floated divs inside the content wrapper the browserrendering thinks there is no content inside and applies the margin wrongly. Simply change the p margin to something like: p

[css-d] Float clearing and negative bottom margin

2006-10-12 Thread Eric Hassler
Hi all, Working on a new layout, but having a little problem in IE6. http://erichassler.com/mommytalk_v2/ The issue concerns the News and meet Lorraine boxes. They're built basically like this: div (container and bkg) div class=top/div (top curvy rect gradient bkg image)

[css-d] IE issues

2006-10-12 Thread Travis Killen
Can someone point me in the right direction with my IE problems here. http://www.tylerstrings.com I am using code from the following which seems to work in IE, but I can't find my error. http://www.chelseacreekstudio.com/ca/cssd/014.html much thx -Travis Killen

Re: [css-d] Organising my CSS styles

2006-10-12 Thread Ian Piper
All, Thanks for all the replies on this. Much appreciated and useful information. Regards, Ian. -- Dr Ian M Piper [EMAIL PROTECTED] skype: ianmpiper -- Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?

Re: [css-d] Universal selector

2006-10-12 Thread Kenny Graham
Gunlaug Sørtun wrote: Use of the universal selector makes no other sense than that it adds specificity to the plain ID-selector. Rimantas Liubertas wrote: The first rule will apply to the element with the id=leftcol regardless of it's position in DOM. The universal selector in the first

[css-d] ie vs fox vs opera - HTML 4.0 - dynamic form

2006-10-12 Thread Emily DeJoode
So I help out a local designer with coding problems. I showed her the wonders (well sorta) of CSS, and now she's an addict too. One of her current projects is a local sign/engraving company who has a 'quote' form that was created using Visual Studio for her by a relative of the company owner.

Re: [css-d] Yellow input fields

2006-10-12 Thread ~davidLaakso
iorhael wrote: Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow. http://www.figureskatersonline.com/parkerpennington/contact.php

[css-d] vertical space in text

2006-10-12 Thread Arnie
Greetings to all, I have been away for about a year. During that time I figured out how to use the programmed output from PAF (a genealogy program) to fit into the scheme of the rest of my family web site Recently they modified file names which totally messed up my genealogy page. I had 57

Re: [css-d] Yellow input fields

2006-10-12 Thread Matt Jacobson-Carroll
Perhaps because of autofill -mjc On Oct 12, 2006, at 4:30 PM, ~davidLaakso wrote: iorhael wrote: Would someone be able to tell me why these input fields have turned yellow...this just happened...its been looking fine for months but today they are yellow.

Re: [css-d] Release of IE7

2006-10-12 Thread Jim Nannery
Afternoon Sebastian You wrote Does any of you guys know how IE 7 will be released. Will it be released as an update or as a download ? // Sebastian This link to the IE Blog [1] will answer your question. Read the Oct 6th entry. [1] http://blogs.msdn.com/ie/ hth Jim Nannery

Re: [css-d] vertical space in text

2006-10-12 Thread Roger Roelofs
Arnie, On Oct 12, 2006, at 4:17 PM, Arnie wrote: Now I would like to add some vertical space and I am not sure what is the accepted way to do that. The site is a abshafer.com. Go down the menu to Genealogy. Set a larger margin on the affected elements. Assuming they are paragraph

Re: [css-d] Float clearing and negative bottom margin

2006-10-12 Thread Gunlaug Sørtun
Eric Hassler wrote: http://erichassler.com/mommytalk_v2/ [...] In FF and Safari you can scale the type and it works fine. In IE, however, the negative margin doesn't pull the bottom div up to the bottom of the photo. I hope I explained that well enough. It'll be obvious when comparing

Re: [css-d] fluid layout

2006-10-12 Thread ~davidLaakso
iorhael wrote: I am trying to give this site a fluid look rather than in a container (per the client's request)...I removed the container and for a time, the content and copyright were fluid (stretched across the screen) but somehow it has gone back to the container look (see the block

Re: [css-d] fluid layout

2006-10-12 Thread ~davidLaakso
~davidLaakso wrote: iorhael wrote: I am trying to give this site a fluid look rather than in a container (per the client's request)...I removed the container and for a time, the content and copyright were fluid (stretched across the screen) but somehow it has gone back to the container

Re: [css-d] ie vs fox vs opera - HTML 4.0 - dynamic form

2006-10-12 Thread Gunlaug Sørtun
Emily DeJoode wrote: The layout is screwed to hell. You can see the normal pages like: www.plastic-tags.com/materials.php Is there any glaringly obvious reason why the layouts are so screwed in the browsers? I can't see what's so terribly wrong with the look of that page in my browsers -

Re: [css-d] float clearing problem

2006-10-12 Thread Matt Tibbits
Thank you very much for your help and your detailed explanations. Very much appreciated. Matt -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.2/471 - Release Date: 10/10/2006

Re: [css-d] Problem with Scrolling Div

2006-10-12 Thread Roger Roelofs
Dean, On Oct 11, 2006, at 9:19 AM, Dean Champeau wrote: I created a div that contains variable-height content (a big table that will expand and contract as the visitor changes type size). I'd like it to scroll while taking up the entire height of the browser window. So I created some

[css-d] Site check and feedback requested

2006-10-12 Thread j
Hi Can Mac users please check this site? http://www.jeankorte.netfirms.com/index.html Also, my client (IE version??) says that the indigo background image in the header is showing under the pictures. It is supposed to line up and it does on my browsers (FF, IE7 and Netscape) I fixed some

Re: [css-d] IE issues

2006-10-12 Thread ~davidLaakso
Travis Killen wrote: Can someone point me in the right direction with my IE problems here. http://www.tylerstrings.com I am using code from the following which seems to work in IE, but I can't find my error. http://www.chelseacreekstudio.com/ca/cssd/014.html much thx -Travis Killen