Re: [css-d] Browsers, doctypes, quirks mode and stuff

2007-07-19 Thread Fiona
I've figured out what some of the problem is - Ive had my first experience with the IE double-margin bug. IE6 was doubling the margins on both sides of the page, as I have a float right and a float left both with margins. I put display: inline into the div and it cleared it. Regards Fiona ___

Re: [css-d] Explorer bug or poor css technique?

2007-07-19 Thread Rick Lecoat
Clearly I accidentally sent that message to the list as well as to David (I forgot that I have an automatic filter to add the list's address to any email with [css-d] in the subject). Apologies if the discussion was drifting too off-topic for the list. -- Rick Lecoat -- **ORIGINAL MESSAGE** Rece

[css-d] Inline Form align problem

2007-07-19 Thread Rafael Faria
Hi list. I'm having a problem with IE6/IE7. I have a login form, in inline mode. In Firefox is working OK. But in IE 7, and IE 6, it's not. The fields need to be side by side, in one line. But in IE, they get one field each line. Firefox: http://papillon.cenadigital.com/site/firefox.jpg IE: ht

Re: [css-d] image placement bottom

2007-07-19 Thread Rick Lecoat
Fiona; A few points: 1) your markup does not currently validate, although I don't think that the errors flagged have any bearing upon your image placement issues. Still, it's always good to get the markup squared away before trying to fix other stuff, if possible. 2) your #maincontent div and yo

[css-d] problems with the footer position

2007-07-19 Thread Jordi PICART
Hello I got a problem with my footer, I would like it to be at the bottom of the page in any page, the problem is that I can't fix. It always stays a the end of all div's, and couldn't find anything to get it in a the position I want. I try with the position relative, absolute,... and nothing. Now,

[css-d] HTML and CSS Validators

2007-07-19 Thread Gillespie, Michael A
Doing most of my daily work behind a firewall and usually not having an option to "put my file" in a public place, I find myself looking for a CSS and XHTML validator that I can install behind the firewall. Currently, validation is an intensive eyeballs on the source code effort. Any suggestio

Re: [css-d] problems with the footer position

2007-07-19 Thread Fora
I think we are going to need a bit more information than just the CSS and markup of the footer. Test page online would be better. BR Arno __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 i

[css-d] Un-wanted space around images

2007-07-19 Thread faramineux
I want six thumbnails of the same size lined up horizontally to be touching each other. They do until I create a link out of each of them. A white space appears around them: 2-4px wide. How do I prevent that? I have 3 rows of 6 images and I want to create a solid block. Each individual thum

Re: [css-d] Flash banner floating issue [Firefox]

2007-07-19 Thread Martin Paton
>The problem occurred with the CMS we are using (Tridion), which outputs ID tags >which are incompatible with CSS spec such as starting class names with numbers,etc. Putting the style "inline" fixes the problem! > >Thanks, > >Martin Update on this The bug was with SWFObject, and the 'salign=left

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread Christopher Blake
What browser are you using? There are plugins for firefox and safari Chris Blake: Visit my Website at 3 Point contact | [EMAIL PROTECTED] - 07816163420 | aim - blakeybounce | msn - [EMAIL PROTECTED] On 19 Jul 2007, at 15:26, Gillespie, Michael A wrote: > Doing most of my daily work behind a fir

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread john saylor
hi On 7/19/07, Gillespie, Michael A <[EMAIL PROTECTED]> wrote: > Doing most of my daily work behind a firewall and usually not having an > option to "put my file" in a public place, I find myself looking for a CSS > and XHTML > validator that I can install behind the firewall. firefox has an ex

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Joel D Canfield
> I want six thumbnails of the same size lined up horizontally to be > touching each other. They do until I create a link out of each of > them. you may only be styling the ; if they're links, you'll need to style the as well (which would explain why it happens when you make them links) joel

[css-d] Positioning Issues with CSSPlay Simple Photo Gallery

2007-07-19 Thread J Hodge
Good morning. I'm attempting to implement Stu Nicholl's (CSSPlay) Simple Photo Gallery in my current project. Unfortunately, it does not seem to be working correctly and I have not been able to determine the exact reason, nor the fix. This is the working live example from CSSPlay: http://www.css

[css-d] IE6 bug - combo popup listbox cropped horizontally

2007-07-19 Thread Bernat Lleonart
Hi, I have a select element with a specified width of 200px. Some of the options in the listbox are wider than 200px. In Firefox the list expands and it is wider than the select element, but in IE6 the list remains 200px wide, so the list items appear cropped on the right. I have found this is a

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread Gillespie, Michael A
I use IE and FF. I use the FF plugins both at work, and at home. The problem with them is that they use the W3C vaildator, which cannot pull the sites from behind the company firewall. I am an applications developer, so all the XHTML code is rendered at runtime. Due to the sensitivity of the

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread Gillespie, Michael A
Now this I can use for an html validator. Wonder how I missed it. THANKS! M I may not have gone where I intended to go, but I think I have ended up where I intended to be. -Douglas Adams -Original Message- From: john saylor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19

Re: [css-d] Positioning Issues with CSSPlay Simple Photo Gallery

2007-07-19 Thread Arian Hojat
Hello, Somewhere those relative positioning and top/right coordinates go wrong i think. Hmmm maybe change the pics to be based on absolute positioning instead of relative. The li elements and a elements are relative, and u probably dont want to base your pic elements off of that position, but of

Re: [css-d] footer that 'sticks' at the bottom

2007-07-19 Thread Arian Hojat
Thanks all, I think these IE expression hacks are always nasty but just what I'm looking for. Thanks :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incu

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
Can u post a simple test example with just a row of (I assume floated?) and html, and styles for those 2. BUTTT be4 that, i have a feeling the whitespace is causing issue if u r not floating them. like the returns between these will cause whitespace Try this...

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread David Dorward
On 19/07/07, Gillespie, Michael A <[EMAIL PROTECTED]> wrote: > Doing most of my daily work behind a firewall and usually not having an > option to "put my file" in a public place, I find myself looking for a CSS > and XHTML > validator that I can install behind the firewall. http://validator.w3.

Re: [css-d] css organization - (divide and conquer) or not?

2007-07-19 Thread Jack Toering
>I was wondering what is best< You already know this could be a Ford vs. Chevy post, but here is what time has taught me. Unorganized is not the way to go. It will cost you even during the initial development if it isn't organized. This is what shook out from my experience: A, I have one main

[css-d] Site Check Please

2007-07-19 Thread Jon Hughes
Hey everyone, I just released my site for my design studio, if anyone is willing, can you test it out? I'm pretty much looking for visual errors. (I tested it in pretty much everything standard on a PC, but no mac or linux). I would also love any other feedback (if OT, please keep off-list) you

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
hmm seems like u didnt try the suggestion?, get rid of the whitespace between the __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 Li

[css-d] Cross-Post Accidental

2007-07-19 Thread Jon Hughes
I did not intend to cross-post "Site Check Please" - If you are replying "to all" please ensure you are only replying to the group you are on. Thank You, - Jon Hughes __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] Site Check Please

2007-07-19 Thread David Laakso
Jon Hughes wrote: > > I just released my site for my design studio, if anyone is willing, can > you test it out? > I'm pretty much looking for visual errors. > (I tested it in pretty much everything standard on a PC, but no mac or > linux). > > > http://www.phazm.com/ > > > - Jon Hughes >

[css-d] Basic CSS question

2007-07-19 Thread Julian Tulip's Licorice
Hello, I am trying to learn some of the little things i missed, so sorry if this seems like a silly question. I understand descendant selectors: #main p {color: #fff;} - inside the 'main' div the will be white. But I see this sometimes: form#search {color: #fff;} The hash is right up against

Re: [css-d] Basic CSS question

2007-07-19 Thread James Gadrow
Julian Tulip's Licorice wrote: > I am trying to learn some of the little things i missed, so sorry if this > seems like a silly question. > The list is here to answer questions for those of all walks of life so no apology necessary :) > But I see this sometimes: > > form#search {color: #fff;} >

Re: [css-d] Basic CSS question

2007-07-19 Thread Jukka K. Korpela
On Thu, 19 Jul 2007, Julian Tulip's Licorice wrote: > I understand descendant selectors: > #main p {color: #fff;} - inside the 'main' div the will be white. Yes. (Or, more exactly, inside the element with id="main", _any_ element will have white text color.) > But I see this sometimes: > > fo

Re: [css-d] Un-wanted space around images

2007-07-19 Thread faramineux
hmm seems like u didnt try the suggestion?, get rid of the whitespace between the A closing tag like ? I have never seen before. ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 infor

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
your code between 2 images looks like this: !GET RID OF THIS 'in between' SPACE!! change to: This is only easy way i know how to do it, unless u want to 'float' the images. Btw... yes image tags should be closed exactly like , what

[css-d] Drop Shadow Technique... Issues in IE7 only...

2007-07-19 Thread Jade True
Hello! I'm hoping someone has a clue for me. I'm using a drop shadow technique that is found here: http://aranea.zuavra.net/index.php/52/ I wanted an all 4 sides drop shadow that would expand/contract on a fluid site. In IE7, the SE and SW corners stick out some from the bottom, and I can'

[css-d] IE Form background problem

2007-07-19 Thread Rafael Faria
Hi. I'm new in CSS... always used table. Now I'm having a big problem with a form field, and IE 6/7. My form field (input) have a rounded background image with a text: Something like: "username: [__]" In firefox, I put the image in background, and a padding-left of 50 pixels... so the t

Re: [css-d] IE 6.02 Windows not showing style sheet

2007-07-19 Thread Tracy Lee
> On Mon, 16 Jul 2007 21:33:08 -0400, Tracy Lee wrote: >> Could someone test out the following site with IE on Windows and >> let me know if they >> are getting the style sheet to display. >> >> http://www.fitwithmichael.com >> >> If it isn't, does anyone know why it wouldn't? > > On Jul 17, 2007

[css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-19 Thread Tee G. Peng
Hi, this is the first time I stumble on margin problem in Firefox (all gecko browsers actually), although I can re-work my markup to make it work the way I wanted, but I really like to know what the problem is with this issue and if there is a fix for it. First I thought it was margin collap

Re: [css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-19 Thread Philippe Wittenbergh
On Jul 20, 2007, at 7:00 AM, Tee G. Peng wrote: > Hi, this is the first time I stumble on margin problem in Firefox > (all gecko browsers actually), although I can re-work my markup to > make it work the way I wanted, but I really like to know what the > problem is with this issue and if there is

Re: [css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-19 Thread Tee G. Peng
On Jul 19, 2007, at 6:15 PM, Philippe Wittenbergh wrote: > > It is a bug in Gecko. [1] > > Here is your list, simplified. > > The top one is wrong, the bottom one is fixed. > > li.poster {-moz-float-edge:content-box;} > does all the magic. > Philippe, t