Re: [WSG] Defining A Definition List

2004-11-28 Thread Czeslaw Liebert
Your second example is not valid; h3 element cannot be contained in dl in such way. the first one is ok, but why don't you consider such scenario: h2News/h2 div id=news-001 h3News Name Date/h3 pNews content here.../p /div or something similar to that. Imho, lists are not really

RE: [WSG] Defining A Definition List

2004-11-28 Thread Peter Firminger
Hi, Your second example is not valid; h3 element cannot be contained in dl Quite correct but it can be within the dd. in such way. the first one is ok, but why don't you consider such scenario: h2News/h2 div id=news-001 h3News Name Date/h3 pNews content here.../p

Re: [WSG] another problem with new site

2004-11-28 Thread john
No, they are (I checked). I'm still at a loss. Now a few of the NS 7.1 people are asking if I changed anything because they can now see it (I didn't). ~john _ Dr. Zeus Web Development http://www.DrZeus.net content without clutter on 11/28/2004 12:06 AM Kay Smoljak

[WSG] Windows ME and AOL problem

2004-11-28 Thread Dietmar Albers
Title: Nachricht Hi @llz, Sorry, I just se that I forgot to turn off digital signing in my first post ;-(. So once again: The site: http://www.amnesty-4-families.info/ CSS: http://www.amnesty-4-families.info/styles/layout.css and http://www.amnesty-4-families.info/styles/presentation.css

Re: [WSG] CSS Footer

2004-11-28 Thread Vicki Berry
Hi Lawrence, I've found there's no ideal solution to this. Seems you have to sacrifice a browser or two whichever way you choose to go - up to you to choose the lesser of the evils! A few examples of the various solutions and how to implement them are on the CSS-Discuss email list wiki:

[WSG] Footer Image Woos

2004-11-28 Thread Narain
Hi, Have a look at the URL http://akshara.360in.com/stpi/ the footer image has been given the exact height of the image. It worked fine with Firefox. but when it comes to IE, it requires 2px margin on the left to position it proberly along with the over all design. By adding 2px margin,

Re: [WSG] CSS Footer

2004-11-28 Thread Mordechai Peller
Vicki Berry wrote: Seems you have to sacrifice a browser or two whichever way you choose to go There's no need to sacrifice a browser, just the effect in a browser. (I suspect that's what you meant, but just in case...) ** The discussion list

Re: [WSG] Image Positioning Problems :(

2004-11-28 Thread Bryan Davis
Hi Josh Couple of things I noticed with your code. First up, you need to change all the repeated divs to classes from ids - divs with an id should only appear once in a page. So in the CSS, #client should be .client etc. Having done that, I would suggest that you set: .client {position:

Re: [WSG] Text selection in CSS layouts

2004-11-28 Thread Kay Smoljak
On Sat, 27 Nov 2004 16:10:20 -, Aaron Pollock [EMAIL PROTECTED] wrote: Can anyone help as to why (in IE at least) it's not possible to select/copy text without selecting other content automatically in this page? There's a JavaScript fix - http://blog.tom.me.uk/2003/07/23/boie6selecta.php -

Re: [WSG] Includes in XHTML

2004-11-28 Thread James Ellis
Hi Jonathon I suggest one or more of the following three options: 1 running the markup through Tidy - http://au.php.net/tidy (You'll have to compile PHP with Tidy - more at link above). 2 using an HTML4.0 transitional doctype for the pages that display 3rd party markup. 3 use strip_tags to

Re: [WSG] Validation and Accessibility Reports out side of the W3C

2004-11-28 Thread Mark Harwood
We actualy got around it using Dreamweavers RegEx support in its Find and Replace On Sun, 28 Nov 2004 04:59 , Mordechai Peller [EMAIL PROTECTED] sent: Mark Harwood wrote: Now we have just run a SiteMore.com check on part of the development site and it has come back kicking and screaming at

[WSG] [OT] Javascript Pop up

2004-11-28 Thread Steve Winter
Hi, This is off topic, but I don't know where else to ask...please replay off list... I'm working on an intranet site, in which I want to have a 'toolbar' open in a new window when a user logs in...for some reason no matter what height I set the window to, it's still 100px high...?...I've found

Re: [WSG] To PNG Or Not To PNG

2004-11-28 Thread Patrick H. Lauke
Chris Kennon wrote: This is exactly what I had in mind, thanks. to clarify my understanding an 8-bit png doesn't have an alpha channel, so transparency is derived the same as gif, from a solid color. However, the 24-bit png has an alpha channel specifying transparency? Both PNG 8 and PNG 24

Re: [WSG] [OT] Javascript Pop up

2004-11-28 Thread Patrick H. Lauke
Steve Winter wrote: I'm working on an intranet site, in which I want to have a 'toolbar' open in a new window when a user logs in...for some reason no matter what height I set the window to, it's still 100px high...?...I've found mention of this on the net, but nobody seems to explain why, Here's

Re: [WSG] Defining A Definition List

2004-11-28 Thread Chris Kennon
Hi, That was my thought, well not as articulate as your illustration, but along the same line. Thanks, C On Sunday, November 28, 2004, at 01:10 AM, Peter Firminger wrote: Hi, Your second example is not valid; h3 element cannot be contained in dl Quite correct but it can be within the dd. in such

Re: [WSG] To PNG Or Not To PNG

2004-11-28 Thread Chris Kennon
Hi, Much how photoshop alpha transparency works. Thanks. C On Sunday, November 28, 2004, at 04:16 AM, Patrick H. Lauke wrote: Chris Kennon wrote: This is exactly what I had in mind, thanks. to clarify my understanding an 8-bit png doesn't have an alpha channel, so transparency is derived the

Re: [WSG] Includes in XHTML

2004-11-28 Thread Jonathan T. Sage
hello all - thanks for all great suggestions in the end, I went with a derivative of James' third idea below, and did a little php/perl magic: $plBody is the imported file: $plBody = preg_replace(/br \//, ::ABBA::, $plBody); #Convert all the br /'s to ::ABBA:: (a rather unlikly string)

[WSG] PHP CSS Your Here Effect

2004-11-28 Thread Chris Kennon
Hi, The goal is including the navigation ul as a php include on each page, my question is how to control the your here selection, for each page with possibly a php variable, coding an a href=# id=current dynamically based upon the page being viewed. ___ Knowing is

Re: [WSG] Includes in XHTML

2004-11-28 Thread Patrick H. Lauke
Jonathan T. Sage wrote: $plBody = preg_replace(/br \//, ::ABBA::, $plBody); #Convert all the br /'s to ::ABBA:: (a rather unlikly string) $plBody = preg_replace(/.+?/, , $plBody); # Drop all other HTML tags $plBody = preg_replace(/::ABBA::/, br /, $plBody); #Convert all the ::ABBA::'s back to

[WSG] Resize Issue

2004-11-28 Thread Chris Kennon
Hi, I've encountered a resizing issue with my current site redesign: working.ckimedia.com/index.php with one user font-size + change the secondary(right) column slides off the plate. Suggestions please. ___ Knowing is not enough, you must apply; willing is not

Re: [WSG] Includes in XHTML

2004-11-28 Thread Mordechai Peller
Jonathan T. Sage wrote: #Convert all the br /'s to ::ABBA:: (a rather unlikly string) As I recall, ABBA the name of a popular band in the 70's (http://www.abbasite.com/). Then again, there's also the American Bed and Breakfast Association (http://www.abba.com/). Maybe you should use _br;

Re: [WSG] PHP CSS Your Here Effect

2004-11-28 Thread Chris Kennon
Hi, Thanks, but when testing locally with my php/mySQL server, a blank page appears in the browser. What did I goof? div id=nav ?php $menu = MENU ul id=navList lia href=/ title=Where the heart isHome/a/li lia href=/archives/ title=Things that have passed.Archives/a/li lia

Re: [WSG] PHP CSS Your Here Effect

2004-11-28 Thread Mark Harwood
Simple way is to call a varible to echo out a class on the selected menu or as i do it too add a id to the body tag of the page and stle menu links by there own class, there many ways of doing it. check out the monc style on the menu i released on Xhtmlandcss.co.uk

Re: [WSG] PHP CSS Your Here Effect

2004-11-28 Thread Chris Kennon
Hi, This is another great solution. Could you assist with the following? Hi, I've encountered a resizing issue with my current site redesign: working.ckimedia.com/index.php with one user font-size + change the secondary(right) column slides off the plate. Suggestions please. On Sunday, November

[WSG] PHP is OT

2004-11-28 Thread Peter Firminger
Hi folks, No more PHP discussions please. It's no more a web standard than ColdFusion etc. There are other places for those discussions. If it does happen to come up, please answer off list. Regards, Listdad ** The discussion list for

Re: [WSG] Adobe Forum comment on CSS in visual editors

2004-11-28 Thread Kevin Futter
On 26/11/04 6:10 PM, Rick Faaberg [EMAIL PROTECTED] wrote: On 11/25/04 9:46 PM Sam - SS29 [EMAIL PROTECTED] sent this out: As far as I see Adobe is not to bothered with webstandards, Macromedia see standard compliance as a string to DW bow. The adobe site is based old skool web design,

Re: [WSG] IE 1 pixel problem

2004-11-28 Thread Big John
Bryan Garnett-Law wrote: I am experiencing a problem with a site I am developing which relies upon a centred background image (750 x 1, repeat-y). When I place the banner graphic atop this background IE renders incorrectly with the image appearing to be 1 pixel left of where it should be.

Re: [WSG] Resize Issue[revision]

2004-11-28 Thread Chris Kennon
Hi working.ckimedia.com/index_lay_test.php I solved the resizing issue, but have run into a centering boggle, would some knowledgeable soul assist? Also a once over the in-line CSS for efficiency would be a great help, before sending it out for import. C On Sunday, November 28, 2004, at 10:11

Re: [WSG] CSS Footer

2004-11-28 Thread Vicki Berry
LOL. yes, in retrospect what I said wasn't *quite* right, was it? Haha. Vicki. :-) Mordechai Peller [EMAIL PROTECTED] wrote: Vicki Berry wrote: Seems you have to sacrifice a browser or two whichever way you choose to go There's no need to sacrifice a browser, just the effect in a