[css-d] Huntly-online site check

2005-12-06 Thread Mike Davies
Hi, HTML: www.huntly-online.com CSS:www.huntly-online.com/css/huntly.css I have a couple of small problems with this site which I can't seem to resolve and hoped somebody might be able to assist. 1. the '#container' div doesn't stretch to the bottom of the page. I have tried adding

Re: [css-d] Semantic table question

2005-12-06 Thread David Dorward
On 06/12/05, Jonathan Carter [EMAIL PROTECTED] wrote: http://www.epiphanize.com/Sample.gif My question is, do I make a cell for each of the labels (i.e. Address, City) and set their scope to row? Would that be correct to do when a row has multiple labels like the above image does? This isn't

Re: [css-d] Mac/Linux checks on ebay template please.

2005-12-06 Thread David Laakso
bj wrote: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemitem=5643749166 css for it is here: http://kickasswebdesign.com/ebaytemplates/first/template1css.css Basically I'm just looking for browser checks on this, especially in Mac and Linux. bj Twenty mac/linux captures

Re: [css-d] Image layout

2005-12-06 Thread Chris Leversuch
Ian Young wrote: Guys Many apologies for this. Due to a malfunction with Outlook I have lost a bunch of emails from the discussion forum. Couple of weeks ago there was an interesting thread on image layout. I am trying to put together a gallery for a client with thumbnails laid out in rows

[css-d] float wrap?

2005-12-06 Thread Brian Cummiskey
Morning all (or whatever time of day it is :P ) I'm trying to float a google ad (large rectangle) inside a div and have the text from another one wrap around it. here's a basic diagram: |---| | mast head

Re: [css-d] float wrap?

2005-12-06 Thread Squibb, Brian
Do you mean a nested float? Like: #main_left { margin-right: 340px; } #MAIN_LEFT #main_right { float: right; width: 336px; height: 400px; } Brian

Re: [css-d] float wrap?

2005-12-06 Thread Brian Cummiskey
Squibb, Brian wrote: Do you mean a nested float? Like: #main_left { margin-right: 340px; } #MAIN_LEFT #main_right { float: right; width: 336px; height: 400px;

[css-d] transparent input background in Safari

2005-12-06 Thread Gregory Wiest
Hello, Can someone tell me how to get Safari to draw transparent backgrounds for the input fields on this page? http://www.chasing-rainbow-productions.de/sb/contact.php Firefox 1.5, Opera 7.5/8, IE-Win 6/5.5, and NN 7 do what I want, but Safari 2.02 only draws the textarea background

Re: [css-d] 3 column top margin

2005-12-06 Thread Albert Padley
I'm sure hoping someone can take a look at this and help me. The site looks as expected in all the major browsers except Windows XP IE 6.0. Take a look at it in Firefox and you will see that the center column has a white background with black text. In IE, however, the white background and

Re: [css-d] clearing floats in opera 8.0

2005-12-06 Thread David Laakso
Marik G. wrote: I am unable to see any differences between rendering of anything between Firefox 1.5, Opera 8.0 and Opera 9prev1. I can't see any differences That's strange cuz http://pastebin.com/449301 has 2 yellow lines highlighting area that is used to fix opera's floating issue

Re: [css-d] 3 column top margin

2005-12-06 Thread Albert Padley
Those bottom images were causing display problems in some older browsers, so I commented them out. I'm concerned, however, about the apparent inconsistent display in IE 6. Any ideas? Anyone else care to join in? Thanks. Al Padley On Dec 6, 2005, at 10:20 AM, Ian Young wrote: Funnily

Re: [css-d] 3 column top margin

2005-12-06 Thread Gunlaug Sørtun
Albert Padley wrote: The only thing visible in the center column is the gold background of the containing div and the top left and right rounded corners. HTML: http://karaokesource.com/template.php IE/win is playing 'hide and seek' with your page :-) The following is one way to make IE/win

Re: [css-d] 3 column top margin

2005-12-06 Thread Albert Padley
Thanks Georg. That seems to have fixed it. Al On Dec 6, 2005, at 10:37 AM, Gunlaug Sørtun wrote: Albert Padley wrote: The only thing visible in the center column is the gold background of the containing div and the top left and right rounded corners. HTML:

[css-d] Table in Scrolling Div IE vs. Firefox

2005-12-06 Thread Nancy Matheny
I have a table inside of a scrolling div and have been able to get it to work properly in Firefox, but not IE. I've played around with overflow and padding and width, etc., but cannot seem to get the div to fully contain the table in IE and then scroll horizontally. The problem may be seen when

[css-d] delete

2005-12-06 Thread Peter Logan
please delete this address from your list thank you __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] delete

2005-12-06 Thread CJ Larson
-Original Message- please delete this address from your list thank you The list policies available from the CSS-D web site answer how to do this: http://www.meyerweb.com/eric/css/discuss/info.html __ css-discuss

Re: [css-d] Column issues and some...in IE/Win (Kristin Caulfield)

2005-12-06 Thread Kristin Caulfield
Hi all, I wanted to give you an update on the column issue I described in my first post. Some of you might find how it resolved itself interesting. Here's a link to one of the pages that was broken.

Re: [css-d] Column issues and some...in IE/Win (Kristin Caulfield)

2005-12-06 Thread Ingo Chao
Kristin Caulfield wrote: http://www.wcfia.harvard.edu/wwwbeta/misc/publications/centerpiece/fall05_vol19_num3/feature_rwanda.html This link still shows the problem if you'd resize the window by /slowly/ mouse-dragging the right window edge. Ingo -- http://www.satzansatz.de/css.html

[css-d] float margin bug question

2005-12-06 Thread Brian J. Creasy
Hey all. This isn't the first time that I've run into this problem, but I've never taken the time to look into how to fix it. This time, I need to fix it for good. http://genetik.caffeine.nu/test/floatmargin.html It renders fine in gecko and the other Good Guys, but doesn't in IE. The

[css-d] no content and still full column height

2005-12-06 Thread Erik Visser
Is there a layout possible that meets the following: 1. a 2 column (50% / 50%) layout 2. with footer is always below the content, and at the very bottom of the screen [1] 3. full column height regardless of the content in the columns [2] The first 2 points seem no problem. But combining them with

Re: [css-d] float margin bug question

2005-12-06 Thread Gunlaug Sørtun
Brian J. Creasy wrote: Hey all. This isn't the first time that I've run into this problem, but I've never taken the time to look into how to fix it. This time, I need to fix it for good. http://genetik.caffeine.nu/test/floatmargin.html It's the 3px bug, and it is introduced along with

[css-d] Layout problem in IE

2005-12-06 Thread Remy Merriex
This is a repost of a problem I had last week, I got no responses so I thought I'd try one more time. The original post is below, thanks! I've been lurking for a while, learning as much as I can about pure CSS layouts and I finally came to a point where I felt comfortable enough to try my own.

[css-d] Site doesn't work in Firefox

2005-12-06 Thread Nancy Smith
What is wrong with this site in Firefox? It works in IE and Safari? http://www.wminc.biz/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] Layout problem in IE

2005-12-06 Thread Troy Brophy
Please indicate a couple of places where your layout isn't displaying properly in IE, and point out the associated styling. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Remy Merriex Sent: Tuesday, December 06, 2005 3:08 PM To:

Re: [css-d] Layout problem in IE

2005-12-06 Thread Joe Huggins
Well one thing to start with is you have this: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 html head I think that meta needs to be inside your head. That may be throwing IE into quirks mode and leading to a bunch

Re: [css-d] Site doesn't work in Firefox

2005-12-06 Thread Troy Brophy
I made the following change to the margin declaration in the style sheet, and it works fine in Firefox (on my machine)... #divcontainer { height: 700px; width: 600px; margin: 10px auto; background-color: #FF; } -Original Message- From: [EMAIL

[css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
Given the code snippet below, and: 1. div PIX is floated left 2. myPIX.jpg is called dynamically, so we're not always sure how tall it is... div id=PIX align=leftcfoutput img src=myPIX.jpg /div pParagraph Text Starts Here Is there

[css-d] site check

2005-12-06 Thread Virtuallee
Thanks, everyone for previous site checks for me. I have another one, which I'd appreciate a check on, especially those with macs. http://www.virtuallee.co.uk/HSW/index_test.html Appreciate it. Lee __ css-discuss [EMAIL

Re: [css-d] Site doesn't work in Firefox

2005-12-06 Thread Gunlaug Sørtun
Nancy Smith wrote: What is wrong with this site in Firefox? It works in IE and Safari? http://www.wminc.biz/ Firefox doesn't see styles when downloading directly from your server. I can't see what's going on server-side with http://www.wminc.biz/index.htm and

Re: [css-d] site check

2005-12-06 Thread Christian Montoya
On 12/6/05, Virtuallee [EMAIL PROTECTED] wrote: Thanks, everyone for previous site checks for me. I have another one, which I'd appreciate a check on, especially those with macs. http://www.virtuallee.co.uk/HSW/index_test.html Appreciate it. Lee I see the text in the rounded buttons pushed

Re: [css-d] Text Wrap and Images

2005-12-06 Thread Christian Montoya
On 12/6/05, Les Mizzell [EMAIL PROTECTED] wrote: Given the code snippet below, and: 1. div PIX is floated left 2. myPIX.jpg is called dynamically, so we're not always sure how tall it is... div id=PIX align=leftcfoutput img src=myPIX.jpg /div pParagraph Text Starts Here

[css-d] padding not working in IE5

2005-12-06 Thread Richard Grevers
Minimised test case with inbuilt stylesheet: http://www.freeparking.biz/test/services.html Problem: In IE5/Win and IE5.2/Mac, the images are too far to the right, apparently ignoring the padding-right on strong All other css-supporting browsers seem to work ok -- Richard Grevers New Plymouth,

Re: [css-d] Site doesn't work in Firefox

2005-12-06 Thread Philippe Wittenbergh
On 7 Dec 2005, at 9:44 am, Gunlaug Sørtun wrote: Firefox doesn't see styles when downloading directly from your server. I can't see what's going on server-side with http://www.wminc.biz/index.htm and http://www.wminc.biz/wmistyle.css, but the problem seems to lie there. I can vaguely

Re: [css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
Float the first paragraph left. It also helps if the second paragraph clears left. But, the problem is ... the picture might be 4 paragraphs tall, or maybe 8, or maybe only 2. -- --- Les Mizzell __ css-discuss

Re: [css-d] site check

2005-12-06 Thread David Laakso
Virtuallee wrote: Thanks, everyone for previous site checks for me. I have another one, which I'd appreciate a check on, especially those with macs. http://www.virtuallee.co.uk/HSW/index_test.html Appreciate it. Lee I do not know what I would do with my time if I did spend it writing to

Re: [css-d] site check

2005-12-06 Thread Christian Montoya
Oh yes, FF 1.5 Now your only problem is that the text flows out of the buttons on the left. Because the buttons are of fixed size, and the text is huge. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com

[css-d] Laugh of the Day

2005-12-06 Thread Richard Grevers
Reading this list on gmail, the related links panel inserted by Google included a link to http://www.w3.org/Style/CSS/msie/ - A 1996 page by Haakon Wium Lie - on topic but maybe a little dated? -- Richard Grevers New Plymouth, New Zealand Orphan Gmail invites free to good homes.

Re: [css-d] Laugh of the Day

2005-12-06 Thread Christian Montoya
On 12/6/05, Richard Grevers [EMAIL PROTECTED] wrote: Reading this list on gmail, the related links panel inserted by Google included a link to http://www.w3.org/Style/CSS/msie/ - A 1996 page by Haakon Wium Lie - on topic but maybe a little dated? A good link for all the young'uns who think IE

[css-d] IE6 Win jumping content after hovering

2005-12-06 Thread Erik Visser
Hello, Some strange effect happening in IE6 Win. The menu in the left column is rendered wrong as the page is loaded. When you hoover the menu it jumps to the right place. And stays there. http://beta.bartbleijerveld.nl/ http://beta.bartbleijerveld.nl/css/skidoo_too.css Anybody an idea on how

Re: [css-d] Site doesn't work in Firefox

2005-12-06 Thread bill
Nancy Smith asked: What is wrong with this site in Firefox? It works in IE and Safari? http://www.wminc.biz/ Nancy, I found and corrected two errors in your style sheet and the site rendered in FF the same as in IE. The corrected section: #navcontainer a{ display:block;

Re: [css-d] Layout problem in IE

2005-12-06 Thread Gunlaug Sørtun
Remy Merriex wrote: [http://www.pdsxp.com/bov/wow.html Had a look at your page, and fixed a copy to pixel-perfection for IE/win. However, I'm not satisfied with the solution, because I haven't pinned down the exact cause for the offset-problem. --- However, your stylesheet needs a bit of

Re: [css-d] Laugh of the Day

2005-12-06 Thread David Laakso
Christian Montoya wrote: On 12/6/05, Richard Grevers [EMAIL PROTECTED] wrote: Reading this list on gmail, the related links panel inserted by Google included a link to http://www.w3.org/Style/CSS/msie/ - A 1996 page by Haakon Wium Lie - on topic but maybe a little dated? A good link

Re: [css-d] Laugh of the Day

2005-12-06 Thread Jesper Brunholm
David Laakso wrote: Christian Montoya wrote: that considered, why were Microsoft's examples always so ugly? Any list members responsible for these silly pages? Is it my colors that bother you? I must say that I was just enjoying the look of that 96 page, it's strong in color, but it doesn't