[css-d] right div issue in Ff: solved!

2006-06-28 Thread Ian
The fix was an unlikely one (at least in my opinion). It involved adding the line left: 50% to the position: absolute statement. (Earlier attempts to change to float: right did put the div back onto the right side of the page in Ff. But in IE it was sent to the bottom and I couldn't find the right

[css-d] Liquid equal height columns

2006-06-28 Thread Mark Batty (Gmail)
Hi all, I got an error from my mailer so I am re-sending this post, hope its OK ... So far I've been using the one true layout technique for equal height columns using the extra large negative margin [1], however the advice has been updated to say it can be dangerous [2]. I've also seen an

[css-d] font issues

2006-06-28 Thread Simon Kerr
Hi all. This might be a really stupid question but has anyone ever had a problem with displaying a certain font using css? In my style sheet for the body tag I've said I want verdana then a list of other fonts should the user not have verdana on their system. It works in my browser but when I

Re: [css-d] font issues

2006-06-28 Thread Kieron McIntyre
Simon wrote: In my style sheet for the body tag I've said I want verdana then a list of other fonts should the user not have verdana on their system. It works in my browser but when I test it in IE and FF on a different machine it only seems to display something like arial or times new

Re: [css-d] font issues

2006-06-28 Thread Dave Goodchild
On 28/06/06, Simon Kerr [EMAIL PROTECTED] wrote: Hi all. This might be a really stupid question but has anyone ever had a problem with displaying a certain font using css? In my style sheet for the body tag I've said I want verdana then a list of other fonts should the user not have verdana

Re: [css-d] font issues

2006-06-28 Thread David Laakso
Simon Kerr wrote: In my style sheet for the body tag I've said I want verdana then a list of other fonts should the user not have verdana on their system. It works in my browser but when I test it in IE and FF on a different machine it only seems to display something like arial or times new

[css-d] font issues

2006-06-28 Thread Simon Kerr
hi all. sorry about that. I've styled the body as such: body{ margin:0; padding:0; height:450px; width:100%; font: 62.5% verdana, sans-serif; } but the content areas use the following path: body #foreground ul li .boxContent where the foreground

Re: [css-d] font issues

2006-06-28 Thread Felix Miata
On 06/06/28 11:19 (GMT+0100) Simon Kerr apparently typed: Hi all. This might be a really stupid question but has anyone ever had a problem with displaying a certain font using css? In my style sheet for the body tag I've said I want verdana then a list of other fonts should the user not

[css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Hi all, I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. This works perfectly in everything I want with the exception of IE5.2 on my OSX machine which still displays a 2px border around cells, gr. table { border:0px;

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread MarcLuzietti
I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 __

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; Marc, the code in my email already contained this CSS and I have stated that it doesn't work on IE5.2/mac. Thanks, Kieron

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; Marc, the code in my email already contained this CSS and I have stated that it doesn't work on IE5.2/mac. Thanks, Kieron

[css-d] Weird problem - disappearing div in IE

2006-06-28 Thread Portman
Hi, I am working on a site that has a copyright blurb at the bottom. I finally figured out how to place it but find that it disappears in IE (especially on the about.htm page). The page just stops and won't scroll down any further. Any help would be much appreciated. I validated the html and

Re: [css-d] [Bulk] Re: Weird problem - disappearing div in IE

2006-06-28 Thread Portman
Hi Chris, Unfortunately, it is intentional. The client wanted that and I told him that it didn't sound right but he thinks it is an easier way to remember the URL instead of besthealthproductsinamerica.com. No intrustion. LOL - it is good to know that I am not the only one who thinks that is

Re: [css-d] Weird problem - disappearing div in IE

2006-06-28 Thread Gunlaug Sørtun
Portman wrote: [...] The page just stops and won't scroll down any further. http://www.starqualitydesigns.com/BestHealth Quick-fix, add: * html #bodytext {padding-bottom: 15em;} ...but there are probably better solutions around. regards Georg -- http://www.gunlaug.no

Re: [css-d] Weird problem - disappearing div in IE

2006-06-28 Thread Portman
Thanks for the reply Georg. It didn't help though. :-( Gunlaug Sørtun wrote: Quick-fix, add: * html #bodytext {padding-bottom: 15em;} ...but there are probably better solutions around. regards Georg __

[css-d] Liquid columns Printing Issue - update

2006-06-28 Thread Chris C
Hey guys, I'm still unable to resolve the issue below :( I tried redesigning the nav.css (new one is called): http://hitech.lead2gold.org/css/navmain.css I also tried fooling around with the print.css. However I keep coming back to the same results. I can print fine in IE7, (haven't tried IE6

[css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? -C __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Glenn E. Lanier, II
From: Christy Collins Sent: Wednesday, June 28, 2006 1:50 PM I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? Christy, Do you have a URL of a page where this behavior occurs? --G

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Portman
I had a similar problem recently and validated my css and html and that fixed the problem. HTH, Riva Christy Collins wrote: I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? -C

Re: [css-d] Links not working IE/PC

2006-06-28 Thread [EMAIL PROTECTED]
a URL would help - the last time i ran into that I hadn't closed some tags, so yes the xhtml validation would help. -bob Christy Collins wrote: I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
On Jun 28, 2006, at 2:55 PM, Glenn E. Lanier, II wrote: From: Christy Collins Sent: Wednesday, June 28, 2006 1:50 PM I have some pages where the links in the body text can't be clicked in IE/PC. Could anyone point me in the direction of what might cause this to happen? Christy, Do

[css-d] help with float drop in third column of CSS layout -Mozilla Browsers

2006-06-28 Thread Bruce Gilbert
Hello, I am trying out a layout using floats and margins with multiple columns and in mozilla browsers the third column in the bottom half of the layout is dropping (the one labeled portfolio) and the only way I can push it up is through a negative margin top for that column. I know there is a

[css-d] almost OT but not quite: need help locating a specific online colour preview page

2006-06-28 Thread Ian
Hi all, I found a very cool colour preview page a few days ago and for one stupid reason or another, I subsequently needed to purge my 'net history and never saved the page url. Specifically, this page featured a typical colour palette/grid, but whenever one would click on a colour, the entire

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Ingo Chao
Christy Collins wrote: http://www.aspinwell.com/index.php?/kennedy_park/ The links are at the very bottom of this text box. The second one will activate if you hit the very bottom of it. I think I've figured out the problem but not the solution. There are images layered over the

Re: [css-d] css-d Digest, Vol 43, Issue 42

2006-06-28 Thread andrew
200 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] css-d Digest, Vol 43, Issue 42

2006-06-28 Thread andrew
200 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] General question on tables

2006-06-28 Thread iorhael
I have a general question on tables. I am noticing many, many web sites out there are still using tables...particularly web sites, such as Monster.com that have multiple blocks of content. I have eliminated tables from all my web sites and use float for blocks of text, but my websites are

Re: [css-d] General question on tables

2006-06-28 Thread Tom Livingston
This definitely allows for more creative web site design I beg to differ... http://www.csszengaarden.com Select any design on the right-hand sidebar. The vast majority are extremely creative. IMHO, this proves anything can be acheived with CSS. That being said, I still use tables when there is

Re: [css-d] Liquid columns Printing Issue - update

2006-06-28 Thread Tom Livingston
I do in fact have a print.css file that chops the right and left menu bars before the print. I can't figure out why it truncates past the first page. Are the containers of the content being printed floating? (Sorry, can't look right now). In your print sheet, try getting rid of the floats.

Re: [css-d] General question on tables

2006-06-28 Thread Christian Heilmann
Please, Debby, not again tables vs CSS! http://css-discuss.incutio.com/?page=TablesVsDivs As to your questions: - You sell your knowledge to the client, if we always did the same sites that the clients showed us, we'd be stuck in 1997 until now. The client does not care what you use, as long as

Re: [css-d] General question on tables

2006-06-28 Thread Christian Heilmann
This definitely allows for more creative web site design I beg to differ... http://www.csszengaarden.com Must be the dutch/swedish version. http://www.csszengarden.com is the correct one. Select any design on the right-hand sidebar. The vast majority are extremely creative. IMHO, this

Re: [css-d] General question on tables

2006-06-28 Thread Tom Livingston
Try resizing the font in most designs to see how they break. Very true. However, most (if not all) table based sites will break too. I was responding to the idea that table based allows more creativity. I do agree with your points, though. -- Tom Livingston | Senior Multimedia Artist |

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Christy Collins
On Jun 28, 2006, at 4:25 PM, Ingo Chao wrote: Christy Collins wrote: http://www.aspinwell.com/index.php?/kennedy_park/ The links are at the very bottom of this text box. The second one will activate if you hit the very bottom of it. I think I've figured out the problem but not the

Re: [css-d] General question on tables

2006-06-28 Thread iorhael
Please, Debby, not again tables vs CSS! http://css-discuss.incutio.com/?page=TablesVsDivs Uh-oh, it appears I may have opened up an old can of worms here...if so I truly apologize...Thanks for the link and the info Christian, and for your info as well Tom...I will just refer to that...

Re: [css-d] General question on tables

2006-06-28 Thread Gunlaug Sørtun
iorhael wrote: Please, Debby, not again tables vs CSS! http://css-discuss.incutio.com/?page=TablesVsDivs Uh-oh, it appears I may have opened up an old can of worms here... The subject tends to come up from time to time :-) May I also point out the existence of 'the CSS table model'...

[css-d] Two Problems-left column too wide, floating 4 pictures

2006-06-28 Thread Vic Rauch
To see my current page, please go here http://www.ggshows.com/2006A/DisplayPageCMX.html . The 40px blank space between the menu on the left, and the yellow behind the logos to the right. I can not find what is creating this space, plus there is a lot of space around the logo that should be able

[css-d] mysterious disappearing abs-positioned masthead in IE

2006-06-28 Thread Jeremy Snider
I have a quirky IE issue that I've run into a wall debugging. My page has an absolutely positioned logo and navigation bar at the top of the page that disappear when text in the content section gets too wide. Setting an explicit width on the main text fixes the problem, but I don't

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Philippe Wittenbergh
On Jun 29, 2006, at 2:37 AM, Kieron McIntyre wrote: I wanted to set a table to display with absolutely no border or cell padding/spacing whatsoever. This works perfectly in everything I want with the exception of IE5.2 on my OSX machine which still displays a 2px border around cells,

Re: [css-d] IE image redraw problem on scroll

2006-06-28 Thread Micky Hulse
Tim Arnold wrote: Sorry! I accidentally posted this as a reply to another question yesterday. So here I go again! When I use float: left; to render an unordered list horzontally, it picks up the parent divs background image after scrolling in IE6 (version 6.0.2900.2180). When I switch

Re: [css-d] Problem with Safari Mac

2006-06-28 Thread Roger Roelofs
Pedro, On Jun 20, 2006, at 5:19 AM, Pedro Iturriaga wrote: http://comarcajoven.com/02_serviciosprogramas/creacion/ creacion_animacion_bases.htm only had problems with Mac: div creacion_dcha with text no float to the left of list, Bases concurso, Inscripción, etc. I haven't seen an answer

Re: [css-d] mysterious disappearing abs-positioned masthead in IE

2006-06-28 Thread Gunlaug Sørtun
Jeremy Snider wrote: www.cdfwebsolutions.com/home_ie.html www.cdfwebsolutions.com/home_ie2.html home_ie.html and home_ie2.html are identical, except that home_ie2 has an additional style in the head setting the p elements in the content div to be 339px wide. In IE 6, the masthead area

Re: [css-d] Wide Table and CSS Based Layout?

2006-06-28 Thread Roger Roelofs
Jamie, On Jun 28, 2006, at 12:05 AM, Jaimie wrote: Thanks for the replies, I have tried this method and it does work but is not the look that I would like to have (overflow:auto). I thought that I might be missing something. Here is a link: http://soxc.org/css/index.html In IE 6.0 it

Re: [css-d] Wide Table and CSS Based Layout?

2006-06-28 Thread Gunlaug Sørtun
Jaimie wrote: I'm looking for a solution to how to make a CSS based layout work when the content is a very wide table. What I would like to happen is to have the browser just show a horizontal scroll bar on the bottom like it would in a table based layout. Something along these lines -

Re: [css-d] Very serious error in Gecko [was: help with float drop in third column of CSS layout -Mozilla Browsers]

2006-06-28 Thread Philippe Wittenbergh
On Jun 29, 2006, at 4:59 AM, Bruce Gilbert wrote: I am trying out a layout using floats and margins with multiple columns and in mozilla browsers the third column in the bottom half of the layout is dropping (the one labeled portfolio) and the only way I can push it up is through a negative