[css-d] A table of images using sprites...

2007-01-14 Thread Hugo Heriz-Smith
Hello - I've subscribed to this list for years - and at last have a project and a reason to post... A client of mine had a site done in Flash. http://www.stephenporterstudio.com He has decided that he now wants nothing to do with Flash, and has asked me to recreate the file in HTML. I want t

Re: [css-d] background image makes border and footer disappear

2007-01-14 Thread david
Might try setting up a unique ID for each different page, assign that to body tag of the appropriate page, then define the background for each ID in your CSS. At least I think that's how others have done it. BTW, I don't believe the list is a fan of top-posting ... Peggy Coats wrote: > Brian,

Re: [css-d] background image makes border and footer disappear

2007-01-14 Thread Peggy Coats
Brian and Rick -- thanks for the z-index solution. I always forget that! Brian, you mentioned that the backgroundimages are best left in the CSS file -- since this would normally be associated with the body tag, and there will be different backgrounds for each main page, how would the CSS be writ

[css-d] Clear: both Problem?

2007-01-14 Thread Richard Brown
Hi All Could you help me with a little problem I am having please? This site works as a home page: but as soon as I navigate to a category we get this: It is Zen-Cart based template using this design as a s

Re: [css-d] need some help - MAC IE browser (linked style sheet question)

2007-01-14 Thread Gunlaug Sørtun
hiptojive @hotmail.com wrote: > [... i feel like i've got a long, long, long way to go before i can > say i fully understand all the ins and outs of CSS, but you certainly > made me feel that with some help and feedback it is possible to get > a wee bit closer.] Give it time, and you'll get as

Re: [css-d] need some help - MAC IE browser (linked style sheet question)

2007-01-14 Thread Philippe Wittenbergh
On Jan 15, 2007, at 12:51 PM, hiptojive @hotmail.com wrote: > yet another thing i don't understand, is why a linked style sheet > would make the 'text-indent' tag not work in IE (mac)? see: > www.thestudioformovement.com. I was using a linked style sheet and > IE for Mac was not reading th

[css-d] IE6 not showing CSS rollover effects

2007-01-14 Thread Christy Sullenberger
Hi all, I'm new to CSS. I've been designing with tables since 2003, putting off the transition to CSS. In the past week, I've taken CSS to bed and woken up to first thoughts of a possible solution to all kinds of problems. This has been a rough journey - going from elation to exhausted annoyanc

Re: [css-d] Setting width on the Select element of the form (problem inIE)

2007-01-14 Thread Bojana Lalic
Ahh just found this: Warning: on IE, if the width suggested is narrower than the presentation of an option requires, the option is displayed truncated, with no possibility to see the whole text (without looking at HTML source)! http://www.cs.tut.fi/~jkorpela/forms/present.html#select :( -O

[css-d] Setting width on the Select element of the form (problem in IE)

2007-01-14 Thread Bojana Lalic
Hi all Setting the width on the select element of the form works fine in all browsers except for IE. The width that I have set the select element to is smaller than the width of the longest item in the dropdown list. In IE the dropdown values get cut off at 160px (the width that I have

Re: [css-d] need some help - MAC IE browser (linked style sheet question)

2007-01-14 Thread hiptojive @hotmail.com
[thanks Georg for your help and insight on how to approach cross-browser issues. i've compared your example to mine and learnt a great deal on how to simplify the layout. i feel like i've got a long, long, long way to go before i can say i fully understand all the ins and outs of CSS, but you

Re: [css-d] background image makes border and footer disappear

2007-01-14 Thread Brian Riley
Peggy Coats wrote: > I'm working on a revamp of a site: > > http://www.ambientglow.com/garage/DT/index.html > > Each section will have a different "dreamy" collage-type background > image -- at the > moment only the home and "Contact" page have the image on the page. > > As you can see, when there

Re: [css-d] page check please

2007-01-14 Thread Jehangir Larry
Thanks David, Georg, Matt. Except for the header roll-over (the customer is king) implemented all suggestions. Long live this great list. Comment: Georg, your email in the css was due to a hasty cut/paste. Its gone :-) Regards, Larry - Original Message - From: Matt Dawson To: Je

[css-d] background image makes border and footer disappear

2007-01-14 Thread Peggy Coats
I'm working on a revamp of a site: http://www.ambientglow.com/garage/DT/index.html Each section will have a different "dreamy" collage-type background image -- at the moment only the home and "Contact" page have the image on the page. As you can see, when there is no background image, #footer an

Re: [css-d] importing css styles into a main css file

2007-01-14 Thread Gunlaug Sørtun
Malcolm N wrote: > As I haven't seen too many other people using it I'm wondering if > there is a disadvantage I may have missed. I have used the method you describe for several years, and haven't encountered any problems. I know of only one possible disadvantage with it: IE/win (all versions) w

[css-d] Implementing navigation bars w/certain requirements, using CSS

2007-01-14 Thread David Perel
Hello -- I'm a systems administrator, not a Web developer, so please excuse any naivete'. I need to set up informational Web pages for users, which meet these Requirements : 1. Navigational links in a bar(s). 2. When the cursor hovers over a link in a navigational bar, a menu drops

Re: [css-d] Request for site check (and critique if you've got time!)

2007-01-14 Thread ~davidLaakso
Matt Dawson wrote: > http://www.thenestedfloat.com > > I'd really appreciate a site check. I'm on a mac, so I've done only limited > testing in all versions of IE/Win. > Matt re: xp Looking good in latest version of opera and ff. If it makes any difference to you, you are drawing a small horizonta

Re: [css-d] Changing the z-index of a background image

2007-01-14 Thread Richard Grevers
On 1/15/07, Christian Kavanagh <[EMAIL PROTECTED]> wrote: > Dear list, > > On this page: > http://www.polarissc.com/hr.html > > I have two "background" images (only one of which is actually a > background image in the body tag): gradient.png and greensmoke.jpg . > > Here's the relevant code: > > >

Re: [css-d] Request for site check (and critique if you've got time!)

2007-01-14 Thread Ian Young
Hi Matt > I've recently finished a redesign of my site, a blog dedicated to - what > else! - web design and web standards. > > http://www.thenestedfloat.com > > I'd really appreciate a site check. I'm on a mac, so I've done > only limited > testing in all versions of IE/Win. Let me know if you fi

Re: [css-d] page check please

2007-01-14 Thread Matt Dawson
Though I believe everything is working as you intend, I would suggest rethinking the header rollover trick. When I roll over the header image, the image extends, and thus increases the height of the page. But then if I move on to the navigation bar - in an effort to navigate to a particular section

[css-d] Request for site check (and critique if you've got time!)

2007-01-14 Thread Matt Dawson
Hi everyone - I've recently finished a redesign of my site, a blog dedicated to - what else! - web design and web standards. http://www.thenestedfloat.com I'd really appreciate a site check. I'm on a mac, so I've done only limited testing in all versions of IE/Win. Let me know if you find anythi

Re: [css-d] page check please

2007-01-14 Thread ~davidLaakso
Jehangir Larry wrote: > ~davidLaakso wrote: > > Thanks David. > Did as you said. Unable to center the various buttons in the sidebar - > despite margin 0 auto and text-align-center. > The above reference was to center the page. The page is centered now. However, the search thing is too wide

[css-d] importing css styles into a main css file

2007-01-14 Thread Malcolm N
Hi - I've been lurking here for some time and learning a lot thanks. I'm a relatively experienced with websites for societies etc., and not a professional. I have used CSS for some time to style text, tables etc., and am slowly making the move away from tables - and so my css file(s) were getting

Re: [css-d] IE crashing and Horizontal scroll bar woes!

2007-01-14 Thread Adam Frame
Hi Mark, Having 50% left margin and a width of 800px automatically makes the page wider than any screen less than 1600px in width. That's why you have the scrollbar. Just contain your design in a right aligned div and that should fix that problem. Haven't experienced crashes here in IE7 so far.

[css-d] IE crashing and Horizontal scroll bar woes!

2007-01-14 Thread Mark Finney
Hi! I am new to the world of css and have just poured two weeks into trying to fathom it all out... After several attempts I have achieved something that validates and is somewhere near what I want... however, i just noticed it crashes in IE - any advice? Also why is there a horizontal scroll ba

Re: [css-d] page check please

2007-01-14 Thread Gunlaug Sørtun
Jehangir Larry wrote: > Pls re-check for me? Also any suggestion - how to center those > 'buttons'? Change to... .center { text-align:center; width: 190px;} ...and the buttons will be centered. The '.center' will otherwise collapse to the width of two buttons, and there's no width to center with

Re: [css-d] Spanning a bg to the very bottom (cross-browser)

2007-01-14 Thread Sathish T
Hello again! I think the height : 100% made the image extend all the way to the bottom of the browser window, but not all the way to the bottom of the document because document's height > browser window's height. Specifying the height in pixels may help. I also found that a part of the links at th

[css-d] Spanning a background image beyond the visible area?

2007-01-14 Thread Jon Hughes
This is somewhat of a re-post, but I didn't realize what was happening last time. http://goonsquad.org/santini/site/index.html If you make the visible area of the website less than the whole website (allow vertical scrolling) you will notice that the left and right "borders" do not continue down.

Re: [css-d] Spanning a bg to the very bottom (cross-browser)

2007-01-14 Thread Sathish T
Hello Jon. I think the height : 100% on the div's with ids 'l' and 'r' is causing the problem. Regards Sathish __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss

[css-d] Spanning a bg to the very bottom (cross-browser)

2007-01-14 Thread Jon Hughes
http://goonsquad.org/santini/site/index.html This works fine as far as I can tell in FF2.0 and IE 7, but when I run a browsershots.org on it, the left and right "borders" don't span to the bottom of the page. Anyone know how to get them to span to the bottom? Thanks, - Jon ___

Re: [css-d] sigh, CSS and Explorer

2007-01-14 Thread Jim Nannery
Morning Ed You wrote; On 1/13/07, Jan Erik Moström <[EMAIL PROTECTED]> wrote: > + How common is Explorer 6, should I bother to try to fix this? Well unless Microsoft's "push" for IE7 is going faster than I think it's probably still the majority browser out there. > + Is there some simple

[css-d] cssmania

2007-01-14 Thread Jehangir Larry
While exploring this issue, I checked a random site show-cased - http://www.justinshattuck.com/ and it fails validation. Standards protagonists urgently need to look at this. IMHO. Larry __ css-discuss [EMAIL PROTECTED] http://w

[css-d] cssmania

2007-01-14 Thread Jehangir Larry
Funnily (or not) the HTML/CSS of the show-case http://cssmania.com do not validate! We are all human, I guess. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://cs

Re: [css-d] page check please

2007-01-14 Thread Jehangir Larry
~davidLaakso wrote: > Larry, I think it is probably working as you intend in ie7.0 and the > latest versions of ff and opera. IE 6 and down do not support position > fixed so problems are anticipated there. The flower image works on hover > but not the header image on hover. There is left column

Re: [css-d] A List Apart example doesn't work on IE7 - Help!

2007-01-14 Thread Brian Riley
André Wilms wrote: > Hey experts, > > I run a web site that makes use of a drop-down menu that was first > implemented here: > > http://www.alistapart.com/articles/horizdropdowns > -> > http://www.alistapart.com/d/horizdropdowns/horizontal2.htm > > It works very well on browsers like Firefox and I

[css-d] Changing the z-index of a background image

2007-01-14 Thread Christian Kavanagh
Dear list, On this page: http://www.polarissc.com/hr.html I have two "background" images (only one of which is actually a background image in the body tag): gradient.png and greensmoke.jpg . Here's the relevant code: body { background-image: url(images/gradient.png);background-repeat

[css-d] A List Apart example doesn't work on IE7 - Help!

2007-01-14 Thread André Wilms
Hey experts, I run a web site that makes use of a drop-down menu that was first implemented here: http://www.alistapart.com/articles/horizdropdowns -> http://www.alistapart.com/d/horizdropdowns/horizontal2.htm It works very well on browsers like Firefox and IE6/Win but I noticed that it doesn'

Re: [css-d] How to construct a 3 Column layout to a centered Page Layout

2007-01-14 Thread Gunlaug Sørtun
Kevin J Pledger wrote: > I have read extensively articles, looked at code and looked at the > websites others are building who are on this list. I am used to > doing everything in tables, but CSS looks more interesting but so > much to learn for a newbie. CSS has a pretty steep learning curve