Re: [css-d] can't figure out why this won't validate

2007-03-19 Thread david
Michael Venables wrote: Ran into an interesting something. Not sure if it's a problem, really, but it's confusing. This does not validate in CSS3: .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a closing ;. -- David [EMAIL PROTECTED]

Re: [css-d] can't figure out why this won't validate

2007-03-19 Thread Rimantas Liubertas
2007/3/19, david [EMAIL PROTECTED]: Michael Venables wrote: Ran into an interesting something. Not sure if it's a problem, really, but it's confusing. This does not validate in CSS3: .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a

Re: [css-d] can't figure out why this won't validate

2007-03-19 Thread Michael Venables
At 12:13 AM 3/19/2007, david typed out this missive: This does not validate in CSS3: .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a closing ;. The w3.org page didn't include them, but I though that, too. It doesn't validate even with the

Re: [css-d] Text Flowing around images

2007-03-19 Thread Gunlaug Sørtun
Kevin J Pledger wrote: I am presently working on this site for my company and would like to place some images within the text and have it flow or even use left or right positioning for the images. Link www.oneyed.com/mt/vendors/ideagen/index.html I know Georg, did paste have a link in

Re: [css-d] can't figure out why this won't validate

2007-03-19 Thread Jukka K. Korpela
On Mon, 19 Mar 2007, Rimantas Liubertas wrote: As for original question, for me it looks like a bug in validator. It accepts unitless values only, which is not that spec says about the column-width. Me too, but it also accepts the value auto (and inherit). So it's not completely random, just

Re: [css-d] Text Flowing around images

2007-03-19 Thread Kevin J Pledger
Hi Georg, Yes in your example 1 is that I am looking for, but instead of being on the left have it on the right. Which means by looking at your example and the code I need to create a new p class and a img class for the paragraphs on which I want the images to appear. Kind Regards, Kevin .

[css-d] Help me with this mess

2007-03-19 Thread Mário Gamito
Hi, Sorry for the kind of lame question. A colleague of mine is doing a website with CSS, but it has several glitches that i can't fix: 1) The Top Label blue header resizes if the browse resizes too; 2) The pink MENU left column doesn't go until the end of the page; 3) The yellow BOTTOM

Re: [css-d] Help me with this mess

2007-03-19 Thread francky
Mário Gamito schreef: Hi, Sorry for the kind of lame question. A colleague of mine is doing a website with CSS, but it has several glitches that i can't fix: 1) The Top Label blue header resizes if the browse resizes too; 2) The pink MENU left column doesn't go until the end of the

Re: [css-d] Help me with this mess

2007-03-19 Thread Mário Gamito
Hi Francky, Thank you for your answer. html-validator says... http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gamito.org%2FtopContainer.htmlcharset=%28detect+automatically%29doctype=Inliness=1verbose=1 Yes, i know it's shitty, but that's his problem. I'm just trying to set the

Re: [css-d] Text Flowing around images

2007-03-19 Thread Gunlaug Sørtun
Kevin J Pledger wrote: Hi Georg, Yes in your example 1 is that I am looking for, but instead of being on the left have it on the right. That's a basic right-floated image, like this... HTML: img class=flr .. / CSS: img.flr { float: right; margin: 0 0 3px 3px; } ...or something in

Re: [css-d] Text Flowing around images

2007-03-19 Thread Kevin J Pledger
Georg, Thank you for your help and very candid comments. As with anything old habits die hard and takes time to change. Regards Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Monday, March 19, 2007 21:25 PM To: Kevin J

Re: [css-d] Help me with this mess

2007-03-19 Thread francky
Mário Gamito schreef: Hi Francky, Thank you for your answer. html-validator says... http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gamito.org%2FtopContainer.htmlcharset=%28detect+automatically%29doctype=Inliness=1verbose=1 Yes, i know it's shitty, but that's his

Re: [css-d] Help me with this mess

2007-03-19 Thread ~davidLaakso
Mário Gamito wrote: Hi Francky, Thank you for your answer. html-validator says... http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gamito.org%2FtopContainer.htmlcharset=%28detect+automatically%29doctype=Inliness=1verbose=1 Yes, i know it's shitty, but that's his

Re: [css-d] setting width of a

2007-03-19 Thread Sandy
Another related question - is there a good way, once your link is nicely tucked into a li of getting the background of the container li to change colour on mouse over, instead of just the A background colour? Right now I dodge this issue by just having the text colour change on mouse over, but

Re: [css-d] setting width of a

2007-03-19 Thread Jukka K. Korpela
On Mon, 19 Mar 2007, Sandy wrote: is there a good way, once your link is nicely tucked into a li of getting the background of the container li to change colour on mouse over, instead of just the A background colour? If I understand you correctly, you just need to make the A element occupy

[css-d] Just one tiny little thing missing

2007-03-19 Thread Mário Gamito
Hi, Ok, i've managed to fix the page. There's just one glitch. How can i expand the pink left column way down ? Any help would be appreciated. Warm Regards, Mário Gamito __ css-discuss [EMAIL PROTECTED]

Re: [css-d] setting width of a

2007-03-19 Thread Paul Novitski
At 3/19/2007 06:59 AM, Sandy wrote: Another related question - is there a good way, once your link is nicely tucked into a li of getting the background of the container li to change colour on mouse over, instead of just the A background colour? No -- that would require the ability to affect the

Re: [css-d] setting width of a

2007-03-19 Thread Chris Ovenden
On 3/19/07, Jukka K. Korpela [EMAIL PROTECTED] wrote: On Mon, 19 Mar 2007, Sandy wrote: is there a good way, once your link is nicely tucked into a li of getting the background of the container li to change colour on mouse over, instead of just the A background colour? If I understand

Re: [css-d] Website Check Please - BIG IE7 Problems

2007-03-19 Thread Tracy Shorrock
Thanks Philippe, I've included your .clearfix {display:inline-block;} into the IE 7 only code on the XHMTL pages. Could some kind soul out there with IE 7 take a look for me to see if it has done the job - PurpleAlchemy.co.uk Thanks, and much appreciated, Tracy PS Can anyone suggest a

Re: [css-d] Just one tiny little thing missing

2007-03-19 Thread ~davidLaakso
Mário Gamito wrote: Hi, Ok, i've managed to fix the page. There's just one glitch. How can i expand the pink left column way down ? Any help would be appreciated. Warm Regards, Mário Gamito Your uri is: http://www.gamito.org/topContainer.html There's more than one glitch. As

Re: [css-d] Help me with this mess

2007-03-19 Thread Don - HtmlFixIt.com
I use a nice text editor called notetab (there is a free light version at http://notetab.com in addition to a low cost pro version) and it has a utility clip that will find every image tag with a missing alt and prompt you for the text to insert so that you can easily insert them. If you have

[css-d] IE 100% Width

2007-03-19 Thread Mohsen Saboorian
Hi, I have a problem with setting width to 100% for a table inside a div. Mozilla is fine, but both IE 6 and 7 have problems, showing a horizontal scroll bar. To solve this, I tried to put the following IE-specific rule: width: expression(eval(this.parentNode.offsetWidth) + 'px') so that width

Re: [css-d] IE 100% Width

2007-03-19 Thread Gunlaug Sørtun
Mohsen Saboorian wrote: I have a problem with setting width to 100% for a table inside a div. Mozilla is fine, but both IE 6 and 7 have problems, showing a horizontal scroll bar. Any workaround? Maybe. Need to see the actual page first. Georg -- http://www.gunlaug.no

[css-d] Cross-browser issues with picture box and shadow

2007-03-19 Thread Artcoder
I have constructed this picturebox with padding and shadow... http://www.gupdesigns.com/demo/template_biz/product1.html It works fine in Firefox. But I can not get it to work on IE7 and IE6 simultaneously, depsite having tried inserting various combinations of position: relative; and width:

[css-d] IE doubling padding with clear:both

2007-03-19 Thread Rory Fitzpatrick
Hi, Sorry if I've sent this multiple times - I'm not having much luck with gmail today! I'm having a problem with IE doubling the padding-top value on a div. A quick google search revealed that this happens when the div also has clear:both (which it does) and using a selector would fix it.

[css-d] Need Left Nav Footer Help (First Time Posting)

2007-03-19 Thread Elli Vizcaino
Hello To All, I recently joined the list but, have been lurking for about 2 weeks . . . I've run into some problems with a site I'm coding and well, here goes: I have a fixed height designed site (I didn't design this someone else did, I am coding only) that needs some flexibility in the height

[css-d] z-index and JavaScript combined

2007-03-19 Thread Farid Jameossanaye
Hello, On this page: http://www.cateringbyingrid.com/temp/temp.html I've used CSS z-index property to stack three images on each other. Whenever each button is clicked, the JavaScript function toTop(newTop) is fired, changing the z-index of the respective image to a higher value; hence, bringing

[css-d] body background colour showing through a div colour block element.

2007-03-19 Thread John Donovan
Hi I'm a beginner who has been using CSS for just about three weeks and I have run into a problem I don't seem able to solve. If you go to http://www.errolsimprov.co.uk/space/index.htm And look at the page on the right hand side you will see a strip of colour 20px high and 370px wide (in Mozilla

[css-d] footer clearing problem; 3 col absolute/relative positioned

2007-03-19 Thread E McMahon
Hi, I am yet another new person to this forum and can see how helpful it is to those of us learning css. Thanks to those who offer their expertise, as I have learned a lot just by reading. This is my first attempt at utilizing css. I've adapted, aka butchered, a 3 col, absolute, fluid layout

Re: [css-d] css-d Digest, Vol 52, Issue 33

2007-03-19 Thread Mark Story
At 12:13 AM 3/19/2007, david typed out this missive: This does not validate in CSS3: .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a closing ;. The w3.org page didn't include them, but I though that, too. It doesn't validate

Re: [css-d] footer clearing problem; 3 col absolute/relative positioned

2007-03-19 Thread david
E McMahon wrote: This is my first attempt at utilizing css. I've adapted, aka butchered, a 3 col, absolute, fluid layout good for compliant browsers AND ie5/6. Worked great till I started tinkering with it. I wanted a 3 col, left fixed, center right fluid source ordered layout. I'm

[css-d] Odd border display issue in IE

2007-03-19 Thread Brightgirl
I'm working on a homework assignment for school, and I've run into a strange, strange border display issue with IE. If anyone can take a look, go to: http://stu.wccnet.edu/~kdec/inp271/hw/hw5/preview.menu.html Make a selection for the typeface, border, and connector/white space. Once you

[css-d] Odd border display issue in IE (with corrected URL)

2007-03-19 Thread Brightgirl
Sorry, my bad... the first link should be: http://stu.wccnet.edu/~kdec/inp271/hw/hw5/preview_menu.html Sorry about that, Karen Begin forwarded message: From: Brightgirl [EMAIL PROTECTED] Date: March 19, 2007 4:01:06 PM EDT To: css-d@lists.css-discuss.org Subject: Odd border display issue

Re: [css-d] Website Check Please - BIG IE7 Problems

2007-03-19 Thread David Hucklesby
On Mon, 19 Mar 2007 15:07:44 +, Tracy Shorrock wrote: Thanks Philippe, I've included your .clearfix {display:inline-block;} into the IE 7 only code on the XHMTL pages. Could some kind soul out there with IE 7 take a look for me to see if it has done the job - PurpleAlchemy.co.uk Hi

[css-d] Problems with my Wrapper and Content area in my CSS Layout

2007-03-19 Thread John Moynihan
Hi Folks, I was wondering the group could help me out with a problem I'm having with a site that I'm working on. The website has a CSS layout and it seems to be working ok in IE 6 except for a long page at the bottom, but in Firefox and Opera the content area in the center of the page runs out of

[css-d] strange li strong formatting in Firefox

2007-03-19 Thread Timothy Martens
Hi all, This is one I haven't come across before, If you look at the Day of Tour section at the bottom of the page http://66.216.113.114/details/ the stuff inside strong tags in the list items looks like it has negative left padding/margin or some funky letter/word spacing. We're

[css-d] Nav bar position incorrect in IE

2007-03-19 Thread David Roberts
Thanks very much for your information, I will give those ideas ago. David On 18 Mar 2007, at 19:05, ~davidLaakso wrote: David Roberts wrote: Hi DL, As I am quite new to using CSS your comment - I think it may be a little over-coded and relying on brittle positioning- would have

Re: [css-d] Website Check Please - BIG IE7 Problems

2007-03-19 Thread Gunlaug Sørtun
PS Can anyone suggest a definitive site to get to grips with the IE 7 changes? Has the introduction of Vista thrown up any issues with CSS? It may be some time before we get there. Bugs in IE7 seem more subtle than those in IE 5/6. Many seem to be vestiges of IE 6 bugs, triggered in

Re: [css-d] strange li strong formatting in Firefox

2007-03-19 Thread francky
Timothy Martens schreef: Hi all, This is one I haven't come across before, If you look at the Day of Tour section at the bottom of the page http://66.216.113.114/details/ the stuff inside strong tags in the list items looks like it has negative left padding/margin or some funky

Re: [css-d] strange li strong formatting in Firefox

2007-03-19 Thread Philippe Wittenbergh
On Mar 20, 2007, at 6:51 AM, Timothy Martens wrote: This is one I haven't come across before, If you look at the Day of Tour section at the bottom of the page http://66.216.113.114/details/ the stuff inside strong tags in the list items looks like it has negative left padding/margin or some

Re: [css-d] Odd border display issue in IE (with corrected URL)

2007-03-19 Thread Gunlaug Sørtun
Brightgirl wrote: http://stu.wccnet.edu/~kdec/inp271/hw/hw5/preview_menu.html Try adding... form #menu {width: 100%;} ...which will act as a 'hasLayout'[1] trigger in IE/win and make it expand that element properly. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html --

Re: [css-d] Problems with my Wrapper and Content area in my CSS Layout

2007-03-19 Thread Gunlaug Sørtun
John Moynihan wrote: http://www.paconnect.info/disclaimer-TEST_PAGE.html Does anyone have any suggestions as to what I am doing wrong and how I can correct the problem and have the content stay inside of the wrapper? Maybe have it adjust its length, based on the size of the content area?

[css-d] everything floating left messing up text wrap?

2007-03-19 Thread jeffrey morin
hi everyone, so i'm trying to redo a page with css. here is what i need to replicate http://www.knockmedia.com/BETA/rb/content/akon.php this is what i have... http://www.melissagerstein.com/tests/akon/akon.htm for some reason i can't get that paragraph under the image to come up and wrap

Re: [css-d] IE 100% Width

2007-03-19 Thread Mohsen Saboorian
Here a sample page: http://siahe.com/zekr/dev/iewidth/102_yusufali-pickthall-transliteration-en.html The problem is actually with CSS rule table.customTrans in screen-style.css. Thanks. On 3/19/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Mohsen Saboorian wrote: I have a problem with setting