Re: [css-d] footer problem

2010-07-22 Thread tomo jacobson
thanks a lot for the tips! i didn't really do what u wrote, but it helped me to find my own old school way of doing it with tables. i know, i know, but it works and that was the only way of doing this i found, which answered all my requests. please take a look and say if it's too terrible:

Re: [css-d] footer problem

2010-07-22 Thread David Laakso
tomo jacobson wrote: i didn't really do what u wrote, but it helped me to find my own old school way of doing it with tables. i know, i know, but it works and that was the only way of doing this i found, which answered all my requests. please take a look and say if it's too terrible:

Re: [css-d] ID vs. Class

2010-07-22 Thread Reese
On 19-Jul-10 23:26, Beth Lee wrote: ...but you can use getElementsByClassName. That wasn't available in IE, the last I heard. Has that changed? Reese __ css-discuss [cs...@lists.css-discuss.org]

[css-d] new website - critics welcome

2010-07-22 Thread tomo jacobson
hi, i'm an amateur. i haven't done any website since early high-school... anyway this is what i achieved (can't post the link, sorry...): tomojacobson.art.pl/strona/ there're some things i don't feel good about: 1. footer... when u shrink the window and scroll right/left, text in the content

Re: [css-d] new website - critics welcome

2010-07-22 Thread Chris Blake
mac, safari 5 - it's all good. I think it's really cool and unique! On 22/07/2010, at 9:09 PM, tomo jacobson wrote: hi, i'm an amateur. i haven't done any website since early high-school... anyway this is what i achieved (can't post the link, sorry...): tomojacobson.art.pl/strona/

Re: [css-d] new website - critics welcome

2010-07-22 Thread David Laakso
tomo jacobson wrote: tomojacobson.art.pl/strona/ i'd be more than greatful for any kind of ctiticism. regards, As already mentioned earlier this morning, below is a suggestion rather than a criticism [ I never tire of repeating myself although I am aware others find it rather

Re: [css-d] new website - critics welcome

2010-07-22 Thread Climis, Tim
i'd be more than greatful for any kind of ctiticism. It'd be nice if there was some kind of clue that there are links on the first page. I don't know that most people will discover that a few random letters produce hover effects. ---Tim

Re: [css-d] new website - critics welcome

2010-07-22 Thread Chris Blake
On 22/07/2010, at 10:40 PM, Climis, Tim wrote: i'd be more than greatful for any kind of ctiticism. It'd be nice if there was some kind of clue that there are links on the first page. I don't know that most people will discover that a few random letters produce hover effects. I

Re: [css-d] new website - critics welcome

2010-07-22 Thread Bobby Jack
--- On Thu, 7/22/10, tomo jacobson tomojacob...@gmail.com wrote: hi, i'm an amateur. i haven't done any website since early high-school... anyway this is what i achieved (can't post the link, sorry...): tomojacobson.art.pl/strona/ I think there are three interweaving factors that

[css-d] The auto value of the top property

2010-07-22 Thread Gabriele Romanato
Hi! Just a quick reminder on a technique that I find really useful sometimes: http://onwebdev.blogspot.com/2010/07/css-auto-value-of-top-property.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

[css-d] help with z-index

2010-07-22 Thread Angela French
Hello, I just noticed a z-index problem (which you can see on my test site here: http://checkoutacollege.com:8080/ ). The issue is that when the user clicks on one of the Read animation links in the character boxes, the resulting div#overlaycontainer is hiding under the top nav bar. I believe

[css-d] z-index fixed

2010-07-22 Thread Angela French
Regarding my z-index issue that I just posted about... I removed all z-index, using the natural stacking order and it works fine. Hmmm... I wonder why I had those z-indexes in there? I must have seen some reason I needed them before, but I sure don't now. Angela French Internet Specialist

Re: [css-d] help with z-index

2010-07-22 Thread Theresa Newman
it's about context, if you add z-index:2000 to div#navcontainer you will be good, This is the same z-index as outercontentcontainer, which is in the same context. I suppose the later one in the rendering ends up on top. you can even remove all z-index of divs under the outercontentcontainer. And

Re: [css-d] z-index fixed

2010-07-22 Thread David Laakso
Angela French wrote: Regarding my z-index issue that I just posted about... I removed all z-index, using the natural stacking order and it works fine. Hmmm... I wonder why I had those z-indexes in there? I must have seen some reason I needed them before, but I sure don't now. Angela

[css-d] New website

2010-07-22 Thread Dipesh Parmar
Hello everyone, if anyone is interested i've created phase 1 of the latest site i'm working on. Any thoughts and criticism's gratefully received, as a newbie to web design feedback is essential! http://rspca-brighton.co.uk Its my biggest project to date, and luckily, i've been given a free

Re: [css-d] New website

2010-07-22 Thread David Laakso
Dipesh Parmar wrote: Hello everyone, if anyone is interested i've created phase 1 of the latest site i'm working on. Any thoughts and criticism's gratefully received, as a newbie to web design feedback is essential! http://rspca-brighton.co.uk Dipesh It seems to do well

Re: [css-d] New website

2010-07-22 Thread Lauren O'Donovan
Hello, I think you've done a good job overall to the site, which is for an excellent cause, and best of luck with future improvements. I noticed that you have text in several images, but this text is not provided in the alt attribute of the img tag. Having text in images is bad for a few reasons

Re: [css-d] new website - critics welcome

2010-07-22 Thread Duncan Hill
On Thu, 22 Jul 2010 14:09:33 +0100, tomo jacobson tomojacob...@gmail.com wrote: 2. i used TABLE and ALIGN attribute and TARGET attribute... TABLE and ALIGN appears in the footer. the footer is pretty crazy codewise, but i couldn't get it any other way... TARGET is my choice, i really

Re: [css-d] New website

2010-07-22 Thread Duncan Hill
On Thu, 22 Jul 2010 17:54:45 +0100, Dipesh Parmar dipesh.par...@ntlworld.com wrote: Hello everyone, if anyone is interested i've created phase 1 of the latest site i'm working on. Any thoughts and criticism's gratefully received, as a newbie to web design feedback is essential!

[css-d] Centering a row of images

2010-07-22 Thread Steve Caramia
I think this is a simple one: Across the bottom of this page I want a row of logos on a background that extends 100%. I was able to do it with a table. Is there a way to do it in CSS? http://www.caramiadesign.com/kemly/ and here's the css: http://www.caramiadesign.com/kemly/kemly.css

Re: [css-d] Centering a row of images

2010-07-22 Thread Tim Climis
On Thursday, July 22, 2010 8:21:40 pm Steve Caramia wrote: I think this is a simple one: Across the bottom of this page I want a row of logos on a background that extends 100%. I was able to do it with a table. Is there a way to do it in CSS? this should result in the exact same thing...

Re: [css-d] Centering a row of images

2010-07-22 Thread Tim Climis
On Thursday, July 22, 2010 9:05:29 pm Tim Climis wrote: Oops. Just one little edit. #logo a img { display: block; border: 0 none transparent; margin: 0 auto; } __ css-discuss