Re: [css-d] Positioning form elements

2008-05-01 Thread Andrew Doades
Now, I can see what the problem is from your screen print, I can only think of trying to add some padding a margin in to see if that works?? But I think this is perhaps a job for some of the more pro css people ;) Andrew [EMAIL PROTECTED] wrote: > display: line is not a CSS rule. Again, though.

[css-d] conflict with suckerfish dropdowns and Flash in IE

2008-05-01 Thread Chris Kavinsky
I'm having trouble with an IE problem that I'm hoping someone here can help with. I'm building a site using suckerfish dropdowns on the navigation, and also using sIFR for the headlines, and have a rotating Flash using slideshow on the home page. The problem with IE is that the dropdown (far right

Re: [css-d] conflict with suckerfish dropdowns and Flash in IE

2008-05-01 Thread vincent pollard
have you put wmode="transparent" in the EMBED tag? that usually is what's missing. 2008/5/1 Chris Kavinsky <[EMAIL PROTECTED]>: > I'm having trouble with an IE problem that I'm hoping someone here can > help with. I'm building a site using suckerfish dropdowns on the > navigation, and also using

Re: [css-d] conflict with suckerfish dropdowns and Flash in IE

2008-05-01 Thread Chris Kavinsky
That did it. I can be a dumbass sometimes. Thanks. On Thu, May 1, 2008 at 9:21 AM, vincent pollard <[EMAIL PROTECTED]> wrote: > have you put wmode="transparent" in the EMBED tag? that usually is what's > missing. > > > 2008/5/1 Chris Kavinsky <[EMAIL PROTECTED]>: > > > > > > > > > I'm having troub

[css-d] Margin (?) issue in IE6

2008-05-01 Thread Paul Jinks
Yet another "it looks fine in FF but all messed up in IE" request for help, I'm afraid. I have a page generated by a "Word to Web" tool with this structure: Always h2 here etc. I've put background images on #header and #main-content-notoc and positioned them just so. In Firefox, it's as I

Re: [css-d] Margin (?) issue in IE6

2008-05-01 Thread David Laakso
Paul Jinks wrote: > Yet another "it looks fine in FF but all messed up in IE" request for > help, I'm afraid. > > > > http://www.pauljinks.co.uk/itc/literacyTest/page_01.htm > http://www.pauljinks.co.uk/itc/literacyTest/cg.css > > > Paul Jinks > > > > h1 {margin:0;} img {display:block;}

[css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Daniel Kessler
I'm trying to replicate a table and really am not very good at it yet. It has one column, Department, than can be quite long. I gave it a max width so that it would wrap to multiple lines. Then it is followed by another column, Status. Status isn't multi-lines, so what it does is contin

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Valerie Wininger
Well, I would say this counts as tabular data, which would call for you to actually use a table. It would make sense and solve your problem. Valerie On Thu, May 1, 2008 at 11:34 AM, Daniel Kessler <[EMAIL PROTECTED]> wrote: > I'm trying to replicate a table and really am not very good at it > y

[css-d] Floated ULs & Disappearing Margins in IE7

2008-05-01 Thread Elli Vizcaino
Hello, I have been going crazy over the last 2 days trying to figure out why in IE7 the bottom margins on the s that are placed to the right (blue & green backgrounds) have collapsed. Even if I wrap a div around them they still refuse to budge. Meanwhile the ULs that are sitting left seem to retai

Re: [css-d] Floated ULs & Disappearing Margins in IE

2008-05-01 Thread Valerie Wininger
Maybe I'm missing something...but they look the same to me in IE7 as they do in FF. Valerie On Thu, May 1, 2008 at 12:58 PM, Elli Vizcaino <[EMAIL PROTECTED]> wrote: > Hello, > > I have been going crazy over the last 2 days trying to > figure out why in IE7 the bottom margins on the s > that are

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Mauricio (Maujor) Samy Silva
Hi Daniel, You are presenting data in you document. The content on the page isn't a list of items. The semantic HTML element to present data is the TABLE element. Tables are suppose for data presentation is the mantra. So, use a table. Regards, Mauricio Samy Silva http://www.maujor.com Author do l

Re: [css-d] div problem - children not displaying as children

2008-05-01 Thread Gunlaug Sørtun
Jeff Blaine wrote: > Interesting. I wish I understood why 'overflow: hidden' solves the > problem. I don't like adding things that I don't fully understand. > What overflow am I hiding? Why is 'overflow: hidden' the magic that > states, "these children belong to the enclosing div". It just seem

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Daniel Kessler
alright. I dunno if it's actually tabular data and I have a difficult time determining if it is or isn't. It's a list of records from a database and that list is presented here to choose which record to edit. but I know how to use tables fine, so that's easy enough. thank you daniel

[css-d] Trying again...It's got to be a CSS thing

2008-05-01 Thread Theresa Mesa - MDH
http://mdh-test.com/Quiel/index.shtml http://mdh-test.com/Quiel/quiel.css http://mdh-test.com/Quiel/includes/navigation.html http://mdh-test.com/Quiel/includes/rtSide.html http://mdh-test.com/Quiel/includes/quiel_js.js (the navigation uses JS) I'm recoding this site so my client can work with it

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Mark Lundquist
On May 1, 2008, at 10:49 AM, Daniel Kessler wrote: > alright. > > I dunno if it's actually tabular data and I have a difficult time > determining if it is or isn't. It is. > It's a list of records from a > database and that list is presented here to choose which record to > edit. It does

[css-d] list nav not working as needed

2008-05-01 Thread Cory Shubert
Trying again, looking for a few ideas on where to go... I am having a problem and can't seem to see the elegant solution. I have a simple ul list nav with rollover states. I need to have the selected state show without any background, just white, to blend in with the content below it. The na

Re: [css-d] list nav not working as needed

2008-05-01 Thread Jim Davis
Cory, Can you upload your page to a server and send us the URL? Jim On Thu, May 1, 2008 at 12:58 PM, Cory Shubert <[EMAIL PROTECTED]> wrote: > Trying again, looking for a few ideas on where to go... > > I am having a problem and can't seem to see the elegant solution. I > have a simple ul list

Re: [css-d] list nav not working as needed

2008-05-01 Thread Cory Shubert
Yes, but it won't be until tomorrow... no server set up for this at present... I will have to stick it on my personal one and then send the link. Thank you, Cory From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 3:15 PM To: Cory Shubert C

[css-d] new design, horizontal menu issues

2008-05-01 Thread Ray Leventhal
Hi folks, I'm using a nice drop-down menu from Project7 on a new project. When viewing at 1280x1024 or greater, all works as expected (for a very early markup draft). However at resolutions like 1024x768, I'm getting menu wrapping which is definitely affecting the usability of the site, not t

Re: [css-d] new design, horizontal menu issues

2008-05-01 Thread Al Sparber
From: "Ray Leventhal" <[EMAIL PROTECTED]> To: "css-d" Sent: Thursday, May 01, 2008 5:00 PM Subject: [css-d] new design, horizontal menu issues > Hi folks, > > I'm using a nice drop-down menu from Project7 on a new project. > > When viewing at 1280x1024 or greater, all works as expected (for a ve

[css-d] vertical spacing problem in IE7, and sizing fonts

2008-05-01 Thread mattjal
I'm stumped by a CSS layout problem I'm having and hope someone can help me solve this. On this page, http://www.cahealthadvocates.org/2008/cmc/index.html css: http://www.cahealthadvocates.org/2008/_css/normal.css in the upper right, I have this text: Font size: Small - Large The problem I'm ha

[css-d] table width problem in Firefox, or in every browser except FF.

2008-05-01 Thread Sandy
So this works in all the other browsers (thats ie 6+7 and Safari) but not in any firefoxes. http://sandygonzales.com/test/calendar.htm I am trying to get the fancy curve lines at the bottom but in order to do that the table needs to be exact width by the pixel. That width is 743px. Thats 10

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Mark Henderson
Erik Harris wrote: > > Interesting. This one doesn't work at all in IE6 (at least not in > IE6-Standalone), despite supposedly being a way to make fixed > positioning work in IE6. Then Holly Bergevin wrote: > Just for the record, in a "native installation"

Re: [css-d] table width problem in Firefox, or in every browser except FF.

2008-05-01 Thread L. David Baron
On Thursday 2008-05-01 16:31 -0700, Sandy wrote: > So this works in all the other browsers (thats ie 6+7 and Safari) but > not in any firefoxes. > > http://sandygonzales.com/test/calendar.htm > Why wont is stay at 743pixels! Why is it off by only 1 pixel? Two guesses (that I haven't verified)

Re: [css-d] table width problem in Firefox, or in every browser except FF.

2008-05-01 Thread Philippe Wittenbergh
On May 2, 2008, at 8:31 AM, Sandy wrote: > So this works in all the other browsers (thats ie 6+7 and Safari) but > not in any firefoxes. > > http://sandygonzales.com/test/calendar.htm > > I am trying to get the fancy curve lines at the bottom but in order to > do that the table needs to be exact

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Erik Harris
On 5/1/2008 8:40 PM, Mark Henderson wrote: > Erik Harris wrote: >> >> Interesting. This one doesn't work at all in IE6 (at least not in >> IE6-Standalone), despite supposedly being a way to make fixed >> positioning work in IE6. > > Then Holly Bergevin wrot

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Benjamin White
I hadn't seen this suggested, but is there any reason you couldn't do something like this? #sidebar { float: left; } #footer { clear: left; } __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] vertical spacing problem in IE7, and sizing fonts

2008-05-01 Thread David Laakso
mattjal wrote: > http://www.cahealthadvocates.org/2008/cmc/index.html > css: http://www.cahealthadvocates.org/2008/_css/normal.css > > > What I want to do is get the alignment of the text to appear in IE7 as it > does in Firefox and Safari. > This will make it approximately the same cross-bro

Re: [css-d] center an image horizontally inside an overflow: hidden

2008-05-01 Thread David Hucklesby
On Wed, 30 Apr 2008 18:50:04 +, Martin Sammtleben wrote: > At 14:35 -0400 30/4/08, S. Woodside wrote: >> Thanks for the link. I tried using background-image center center -- >> unfortunately >> this method doesn't meet my second criteria which is that the image be >> scaled to fit >> vertical