Re: [css-d] best CSS drop down metod

2005-05-30 Thread fokuss
Thank you very much for your suggestions. David - There is no layout yet. I was asking before the project started so I could plan accordingly. Thanks Adam -Original Message- From: Prabhath Sirisena [EMAIL PROTECTED] To: David Laakso [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org

[css-d] Re: Website check on Windows [worldadventurer.net]

2005-05-30 Thread Mikhail Bozgounov
Hi, Here are a coupla screenshots for you - FF 1.04 and IE 6.0 on WinXP (SP2). Have a good day, Michel http://lelion.info/web/screenshots/temp-cssd/worldadventurer.net_screenshot_ff1.0.4-winxp.jpg http://lelion.info/web/screenshots/temp-cssd/worldadventurer.net_screenshot_ff1.0.4-winxp.jpg

Re: [css-d] Hardcore CSS problems - http://testdrive.whatcanido.com.au/

2005-05-30 Thread Ingo Chao
Tatham Oddie schrieb: I have a fairly hardcore CSS implementation in the works. and it's almost there. However, I'm having a few minor bugs. If you already know that it might be difficult for others to analyze your files, you might want to help us to help you by splitting the hardcore

[css-d] Background image obscuring floated div in Win IE 6

2005-05-30 Thread Michael Angeles
Hi, I'm hoping that someone might be able to provide some guidance with a Windows IE 6 problem I'm having. IE is obscuring a left floated div, putting the parent div's background image above it. The divs that are relevant to the issue are here: #Page - page container with bg image for

[css-d] Problem under MAC IE 5.0 and 5.5

2005-05-30 Thread jérôme coupé
Hello list, I recently redesigned the horisontal navbar of this website for accessibility reasons (used Image Replacement before, have switched to text). Since then, I have problems under IE 5 MAC, which did not occur previously: The problems are the following: * Under IE MAC 5.0 the navbar

Re: [css-d] Background image obscuring floated div in Win IE 6

2005-05-30 Thread Ingo Chao
Michael Angeles schrieb: IE is obscuring a left floated div, putting the parent div's background image above it. ... http://wc.urlgreyhot.com/temp-what.html ... would really like to know why that div is being hidden. The upper part of the left float nav is hidden by the parent's

RE: [css-d] Mac IE 5 Problem

2005-05-30 Thread Frank McClung
Thanks. I've now applied the fix suggested on the #maincontent ul li. Can someone give me a browser check on Mac IE 5 to ensure that it worked? I'm working from a PC. Also, any suggestions on how to keep the main nav from breaking at higher text sizes and not sliding under? Thanks, Frank

RE: [css-d] Hardcore CSS problems - http://testdrive.whatcanido.com.au/

2005-05-30 Thread Tatham Oddie
Ingo, Thanks a lot for your help Ingo. I've manged to fix the bottom navigation block, however am still having the same problems with the header logo, and top-right buttons. I've tried a similar approach, but still can't get it to work. Thanks, Tatham Oddie Technical Director, Fuel Advance

RE: [css-d] Mac IE 5 Problem

2005-05-30 Thread Frank McClung
Good catch Adam. Think that clear must have been an artifact from an earlier attempt at something else. Could someone on Mac IE5 tell me if it cleared up the problem with the #maincontent ul li? - Frank -Original Message- From: Adam Kuehn [mailto:[EMAIL PROTECTED] Sent: Monday, May

[css-d] drop down menus

2005-05-30 Thread Virtuallee
Hi Can anyone recommend a good horizontal standards compliant drop down menu? Thanks Lee -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.15 - Release Date: 22/05/2005

[css-d] Need workaround for Firefox rendering bug of LIR

2005-05-30 Thread Chris Hardie
Hi, I've run into a bit of a wall trying to use the Leahy Image Replacement technique to develop a horizontal menu. I've mirrored an example Dan Cederholm presented for an article on Simplebits, but I have removed most of the extraneous HTML. http://www.nextdesigns.ca/menu_test_fail.html When

Re: [css-d] Background image obscuring floated div in Win IE 6

2005-05-30 Thread Michael Angeles
Thanks, Ingo. This is only the second time I've come across the peekaboo bug -- I totally forgot about it. -Michael IE is obscuring a left floated div, putting the parent div's background image above it. ... http://wc.urlgreyhot.com/temp-what.html ... would really like to know why that

Re: [css-d] Need workaround for Firefox rendering bug of LIR

2005-05-30 Thread Schalk Neethling
Chris This may or may not be a direct solution for your problem but, you may want to review the following two articles: http://www.alistapart.com/articles/slidingdoors/ http://www.alistapart.com/articles/slidingdoors2/ HTH Chris Hardie wrote: Hi, I've run into a bit of a wall trying to

Re: [css-d] drop down menus

2005-05-30 Thread Christian Heilmann
This is one of the best: http://www.alistapart.com/articles/dropdowns Actually, as with every ALA article, it is a good idea to read the comments, as changes and fixes are announced there. Suckerfish is over two years old and a lot of fixes went into son of suckerfish:

[css-d] Stumped: Mac IE image over menu issue

2005-05-30 Thread Frank McClung
I've been scratching my head as to why the Instant Quote image is covering up my navigation on Mac IE 5.2? Could someone point me to the correct hack? http://www.computerrecycling.us/ Thanks, Frank __ css-discuss

Re: [css-d] drop down menus

2005-05-30 Thread David Laakso
On Mon, 30 May 2005 16:30:45 -0400, Virtuallee [EMAIL PROTECTED] wrote: Hi Can anyone recommend a good horizontal standards compliant drop down menu? Thanks Lee There were a number of replies Saturday and Sunday to a post titled Re: [css-d] best CSS drop down menu that answered the

RE: [css-d] Problems with a div height

2005-05-30 Thread Heather Haggerty
Hello, Have you tried setting: body { height:100%; } ? Divs after that are set to 100% should stretch the height of the window. Although I was having a little trouble with this myself. I did find a script that dynamically resizes divs to 100% @

Re: [css-d] Problems with a div height

2005-05-30 Thread Pactum web services
- Original Message - From: Heather Haggerty [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, May 30, 2005 4:58 PM Subject: RE: [css-d] Problems with a div height Hello, Have you tried setting: body { height:100%; } ? Divs after that are set to 100% should stretch the

[css-d] background height for whole page

2005-05-30 Thread Tim Burgan
Hi, I presume this is a common problem, but I cant find a nice answer. I have a background image that I want to repeat for the height of the whole page and screen, even if the content is shorter than the page's fold. I thought applying the background to the BODY tag would make sense and

[css-d] overflow prob in IE6.0 no scrollbars for overflow:scroll/auto

2005-05-30 Thread Latika Markan
Hi, I'm having browser compatibility issues. The overflow does not seem to be working for IE6.0 but it works for the IE5.5 and Mozilla, NN, Firefox. My page needs to be divided vertically into 2 parts. The one on the left contains a map image. Its a relatively positioned div containing some

RE: [css-d] overflow prob in IE6.0 no scrollbars for overflow:scroll/auto

2005-05-30 Thread Archer, Tim
Hi Latika, snip overfolw:auto; snip overfolw:auto; snip overfolw:scroll; snip I hope the overfolw is a typo! :) You might like to change that first. Tim __ css-discuss [EMAIL PROTECTED]

Re: [css-d] overflow prob in IE6.0 no scrollbars for overflow:scroll/auto

2005-05-30 Thread Latika Markan
Thanx Tim, Its just a typo in my post. The spelling is correct in the stylesheet. Archer, Tim wrote: Hi Latika, snip overfolw:auto; snip overfolw:auto; snip overfolw:scroll; snip I hope the overfolw is a typo! :) You might like to change that first. Tim

Re: [css-d] Problem under MAC IE 5.0 and 5.5

2005-05-30 Thread Philippe Wittenbergh
On 31 May 2005, at 12:39 am, jérôme coupé wrote: The problems are the following: * Under IE MAC 5.0 the navbar displays all funny (big gaps between items) * Under IE MAC 5.2 the navbar is ok but the text in the box underneath on the homepage jumps a bit (reflow) when links are hovered. It

[css-d] Reassurance on site design

2005-05-30 Thread Patrick Mannix
I can't think of a better way to express what I'm asking. I developed and maintain two sites, http://xps.org/ and http://mhcug.org/, with the xps site being the most extensive (and important). They each evolved since the mid-1990s, using a basic two-column design using simple table layout.

Re: [css-d] background height for whole page

2005-05-30 Thread Philippe Wittenbergh
On 31 May 2005, at 10:28 am, Tim Burgan wrote: I have a background image that I want to repeat for the height of the whole page and screen, even if the content is shorter than the page's fold. I thought applying the background to the BODY tag would make sense and not require any extra tags

Re: [css-d] background height for whole page

2005-05-30 Thread Prabhath Sirisena
I thought applying the background to the BODY tag would make sense and not require any extra tags in my html, and it does work it the content goes beyond the fold, but if the content is shorter, the background image stops where the content stops. This is strange. If you applied the background

Re: [css-d] Need workaround for Firefox rendering bug of LIR

2005-05-30 Thread Philippe Wittenbergh
before and has a workaround solution. This works perfectly fine in Firefox1.04, Camino 0.8.2 and Firefox 1.0+ nightly build (20050530), on OS X. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ __ css-discuss [EMAIL

[css-d] Content not allowd in prolog validation error

2005-05-30 Thread Linda Dunn
I'm running into a validation issue I haven't seen before. My page (http://www.ncwinnerscircle.com/index.htm) validates as XHTML 1.0 Transitional. However, when I then try to validate its CSS document, I get the following: - Target:

Re: [css-d] Need workaround for Firefox rendering bug of LIR

2005-05-30 Thread David Laakso
. It's a bug that I have reported to Mozilla, but I'm hoping someone has seen this issue before and has a workaround solution. This works perfectly fine in Firefox1.04, Camino 0.8.2 and Firefox 1.0+ nightly build (20050530), on OS X. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ I am

RE: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Peter Williams
-Original Message- From: Linda Dunn However, when I then try to validate its CSS document, I get the following: Target: http://www.ncwinnerscircle.com/ The stylesheet isn't being seen by the validator at the URL you gave it. The stylesheet is at

[css-d] css + javascript to create/open links for specific classes/ids

2005-05-30 Thread Gregory Charles Rivers
hello people. I want to add a feature to my web pages. briefly, I want something like this: in the html code: span class=lookuptantalising/span in the css: span.lookup { something. not sure yet. } javascript either in the css or in the header. result: in the web page, the reader

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Linda Dunn
Peter Williams wrote: The stylesheet isn't being seen by the validator at the URL you gave it. The stylesheet is at http://www.ncwinnerscircle.com/styles/wcstyles.css http://tinyurl.com/92fo6 Now the validator sees the style sheet, and finds an error. But I don't understand *why* the

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Matthew Ohlman
Linda Dunn wrote: I'm running into a validation issue I haven't seen before. My page (http://www.ncwinnerscircle.com/index.htm) validates as XHTML 1.0 Transitional. However, when I then try to validate its CSS document, I get the following: -

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread David Laakso
On Mon, 30 May 2005 23:18:00 -0400, Linda Dunn [EMAIL PROTECTED] wrote: I'm running into a validation issue I haven't seen before. My page (http://www.ncwinnerscircle.com/index.htm) validates as XHTML 1.0 Transitional. However, when I then try to validate its CSS document, I get the

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Linda Dunn
Matthew Ohlman wrote: Try removing this line from your document:html xmlns=http://www.w3.org/1999/xhtml; And then adding this line as the very first one: ?xml version=1.0 encoding=UTF-8? That fixed it, many thanks! linda -- Linda Dunn Purplegenie Design {web+graphics} [EMAIL

RE: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Peter Williams
-Original Message- From: Linda Dunn But I don't understand *why* the stylesheet isn't being seen I wonder if it is because you have commented (html comments) out the style import statement? Take the !-- -- out and try again to test if this is the problem. -- Peter Williams

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Prabhath Sirisena
But I don't understand *why* the stylesheet isn't being seen -- it's a relative path; shouldn't the validator find it? I haven't had this problem before, and I always do my stylesheets the same way (or else, there's something I'm being really obtuse about). I've seen this error recently,

RE: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Peter Williams
Linda Dunn wrote: I'm running into a validation issue I haven't seen before. My page (http://www.ncwinnerscircle.com/index.htm) From: Matthew Ohlman Try removing this line from your document: html xmlns=http://www.w3.org/1999/xhtml; And then adding this line as the very first

Re: [css-d] Content not allowd in prolog validation error

2005-05-30 Thread Linda Dunn
Peter Williams wrote: From: Matthew Ohlman Try removing this line from your document: html xmlns=http://www.w3.org/1999/xhtml; And then adding this line as the very first one: ?xml version=1.0 encoding=UTF-8? :-) You can't remove the HTML element, you need to modify that line,