[css-d] IE div height glitch due to floats!

2006-10-26 Thread Alex Leonard
Hey (double posting - sorry accidentally posted the wrong title!!), I have a strange glitch that I can't suss out (as per usual between IE and Firefox) I've set up a blogger account and the css is a bit all over the place. The blog is here: http://ebauchemusic.blogspot.com/ the problem is reason

Re: [css-d] Online course to learn CSS?

2005-09-28 Thread Alex Leonard
Donna French wrote: Can someone recommend an online course to learn CSS? I have picked up enough to be dangerous and would like to redesign the company web site to fully take advantage of CSS. www.westciv.com - i highly recommend their course. i bought the whole package, stylemaster and th

[css-d] Site Check!

2005-08-09 Thread Alex Leonard
It really has been a very long day. Can't even control my email abilities. Um. Yeah, Site up at: www.pixelapes.com We've only been able to check it in Firefox 1.06, IE6, and Opera 8.0. All on windows xp. Fearing that it will be all over the place in IEmac, safari and IE5.. but at this stage j

[css-d] Site Check!

2005-08-09 Thread Alex Leonard
Ok. It's been a very very long day. But the site is up before I go on holiday, in um, 10 hours. Would love to hear feedback on our new website: __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] site check

2005-08-09 Thread Alex Leonard
I have only had a chance to have a quick look (needed a break from the current work) The thing that i almost check first is what happens when I resize the text in firefox (i do that a lot on sites) the top nav bar starts to collide with the side bar on the second text-size increase. Probably

Re: [css-d] Simple question

2005-08-09 Thread Alex Leonard
I think this is it. Someone correct me if i am wrong! #id img.class over-rides #id img over-rides img.class over-rides img Ric & Jude Raftis wrote: This may well answer a question I have been confused about for a while. Does img override #id img which overrides .imgclass? Regards,

Re: [css-d] Simple question

2005-08-09 Thread Alex Leonard
Cheers to Nick, Ian and Erik for your instantaneous responses! #content img.subhead has sorted it. i actually have the #content for a reason, the images in the header outside of content are borderless. i could probably have thought this through a little more carefully from the start. definite

[css-d] Simple question

2005-08-09 Thread Alex Leonard
i applied a general style to all img on site eg #content img { border: 2px solid #424133; margin: 20px 10px;} then in some cases within the #content div, i have been trying to over-ride the general img style with say no border or a different margin, but it does not seem to allow it ie, img.s

Re: [css-d] Is it possible - Image scaling with CSS in liquid layout

2005-08-08 Thread Alex Leonard
Here is an idea that has actually been scrapped now, but i was interested in the results anyway http://www.pixelapes.com/pixelapes_test/test8/ the image scaling works quite well, not the best quality, but alright. One of the problems seems to be that IE sometimes misinterprets this and initially

Re: [css-d] 1px Div Height in IE

2005-08-08 Thread Alex Leonard
Christian Heilmann wrote: On 8/8/05, Jan Brasna <[EMAIL PROTECTED]> wrote: As I recall there is a simple solution to this. Can someone enlighten me? Maybe overflow: hidden ? yes, can you explain why you arent doing this with a border colour, or maybe send a link example? A