Re: [css-d] Select tag based on descendant tag attribute?

2008-05-12 Thread George Adders
Jukka K. Korpela wrote: > You could upload a demo page with no sensitive content on a public > server and post the URL. I appreciate the suggestion, but that would be incredibly time-consuming even while making heavy use of search and replace. The HTML is essentially as in the example; there's n

[css-d] Select tag based on descendant tag attribute?

2008-05-11 Thread George Adders
Hello, I need to get rid of a table row from dynamically generated content that's outside of my control. Is this possible? (I cannot share the link because the site is invitation-only and requires an account). Miscellaneous text Is there a way to select an element based on the attribute of a

[css-d] css image display problem with FF win.

2008-05-10 Thread George Gozadinos
Hello list, I am not an experienced css developer but I try hard;) The problem I have is that I decided to reengineer my css and stop using tables to display an array of images. The rationale was to make the array scale with font size and specify dimensions in em's. While I succesfully manage

Re: [css-d] Confused noob! div is different IE or FF

2008-03-15 Thread George S. Williams
ws 136 errors. The first one is a missing closing on line 16. It might be as simple as fixing that. George __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discus

[css-d] Validation Failure

2007-09-24 Thread George L Smyth
My apologies that this is not strictly a CSS question, but perhaps someone can either help or give me a link. I have got some JavaScript in the head of a page that is not validating. I do not see validating my page as the most important thing in the world, but if possible, I would like to fix it.

Re: [css-d] Aligning an img element with an input element?

2007-07-10 Thread George Bills
David Hucklesby wrote: > On Mon, 09 Jul 2007 14:07:49 +1000, George Bills wrote: > > [code snipped] > >> When displayed, the bottom of the is above the bottom of the . >> It looks >> like the aligns to the top of the enclosing (given a black border >

Re: [css-d] How to put divs in a div not validating

2007-07-10 Thread George S. Williams
On Tue, 2007-07-10 at 12:28, trevor bayliss wrote: > Hi everyone, > I have a problem that is maybe not fixable. I have a div with three divs > inside it which doesn´t validate. The divs are there for ajax reasons but > this is still a css question I believe as it is about the divs. The problem

[css-d] Aligning an img element with an input element?

2007-07-09 Thread George Bills
Hi all. I have the following html / css: http://www.w3.org/TR/html4/strict.dtd";> example img { border: none; } p { border: 1px solid black; } * { margin: 0; padding: 0; } http://validator.w3.org";> http://www.w3.org/Icons/valid-html401";

[css-d] CSS image rollovers

2007-07-09 Thread George Vernon
yled.com/css-nopreload-rollovers.html George http://georgevp.net __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://c

[css-d] CSS Layoutnot ready for prime time.

2007-06-15 Thread George
-arounds and bugs to make it worth the effort. I guess I'll just have to continue with tables for the time being. George __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] IE7 vs FF Question

2007-06-14 Thread George
THANK YOU! [EMAIL PROTECTED] wrote: >> This test page: http://www.gfarnsworth.com/TEST/Test4.htm >> appears very different in the two browsers. The look I want is what I >> > see in Firefox and Netscape. > > The reason for this is due to a transitional doctype. If you set it to > a strict do

[css-d] IE7 vs FF Question

2007-06-14 Thread George
This test page: http://www.gfarnsworth.com/TEST/Test4.htm appears very different in the two browsers. The look I want is what I see in Firefox and Netscape. Why is IE different? How can I fix it? George __ css-discuss [EMAIL

[css-d] Fixed footnote

2007-06-13 Thread George
My test page at http://www.gfarnsworth.com/TEST/Test4.htm displays a footnote at the bottom of the screen no matter what size the viewport is set to -- in FF -- but not in IE7. Is this a known bug? Is there a work-around? Am I doing it wrong? George

Re: [css-d] list attributes not working on IE

2007-06-11 Thread George
In an attempt to help I tried a list like that using all the standard list-style-type entries and also switching between ol and ul lists and in all cases FF did as expected and IE7 failed to show any kind of li symbol. It has something to do with the horizontal layout, but I can't figure it ou

Re: [css-d] css in HTML email

2007-04-06 Thread George Ornbo
CSS support is very bad in email clients so you need to use tables and inline styles. Sad but true! On 4/6/07, Ross Hulford <[EMAIL PROTECTED]> wrote: > Quick question... > > Do you: > > (i) Embed CSS? > > (ii) Link CSS? > > (iii) Use inline CSS? > > > Do they all work equally well? > > > R. > > >

Re: [css-d] pros and cons of separate css files for IE and non-IE?

2007-03-27 Thread George Ornbo
h to avoid if you code defensively. If you really need to hack use conditional stylesheets. Hacking in the same stylesheet can cause problems in newer browsers, especially IE7. For more info see http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx Cheers George Shape Shed | http://

Re: [css-d] Firefox-mac specific css

2007-03-21 Thread George Ornbo
ss-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ If you are using PHP you can use HTTP_USER_AGENT to sniff. Here's a quick and dirty script. If not you can use Javascript - try googling f

Re: [css-d] Multiple Explorers - how to get IE 6 files?

2007-02-28 Thread George Ornbo
IE Even offers support for sessions and cookies as far as I can recall. Cheers George Shape Shed | www.shapeshed.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information

Re: [css-d] Logos Highlight in IE - Link included

2007-02-26 Thread George Ornbo
t; to your holding table it will centre it. It would be better to give the table an id or class and put this in a CSS file though. Cheers George www.shapeshed.com | Web and Graphic Design p.s. You have got some validation errors in there. Head over to http://validator.w3.org/ and fix them.

Re: [css-d] IE Print Defect

2007-02-22 Thread George Ornbo
red. I've always used this method to produce print stylesheets and it works fine http://alistapart.com/articles/goingtoprint/ Try that. Cheers George Shape Shed | www.shapeshed.com __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] Question Regarding visibility: hidden; not working

2007-02-16 Thread George Ornbo
is no need to do this You could use the class ProdName to style this from the CSS file rather than on the page. As for the show hide there is a nice unobtrusive show/hide here: http://lab.victoriac.net/showhide/index.html Good luck George Shape She

[css-d] I give up! Why does this not center in FF at 800 x 600?

2007-02-11 Thread Adam A George
Can anyone put me out of my misery? The following site is centered in IE, but at 800 x 600 in Firefox it jumps about 120px to the right after it loads. http://www.helenmottee.com/ The css isn't that tight, since I built on top of a previous theme, but I cannot figure this out. Can you? Thanks!

Re: [css-d] CSS Support in Eudora

2007-02-02 Thread George Ornbo
the email as both text and HTML. Have a link to a hosted version of the email too. If the client fails to render it properly the user can follow a link to see it rendered correctly in a browser. Email client support for CSS is way way behind! It is a whole world of pain. Cheers George Shape Shed |

Re: [css-d] Rounded corners

2007-01-31 Thread George Ornbo
On 1/31/07, Jonathan Carter <[EMAIL PROTECTED]> wrote: > > Thanks a lot for the tip George. Unfortunately my scenario doesn't > accomodate fixed width containers. I have a two column fluid layout and both > columns need to have rounded edges, and child elements of both

Re: [css-d] universal selector to set defaults

2007-01-30 Thread George Ornbo
for more details: http://meyerweb.com/eric/articles/webrev/26a.html Cheers George Shape Shed - http://www.shapshed.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://c

Re: [css-d] Rounded corners

2007-01-30 Thread George Ornbo
, > > Jonathan Hello Jonathan, Funny you should ask - I've just written this up: http://www.shapeshed.com/journal/curved_boxes_in_css/ Works well if you have a fixed with design. Cheers George www.shapeshed.com | Web and Graphic design

Re: [css-d] Site Check please

2007-01-26 Thread George Ornbo
> Hi everyone- > > Can I please get a site check on http://ifpsm.ism.ws/ > > Especially on a mac and IE 7. > > Thanks. No problems in Safari, Camino and FF on Mac. Cheers George www.shapeshed.com | Web and Graphic Design _

Re: [css-d] Absolute Height

2007-01-24 Thread George L Smyth
Rick - Thanks, not sure what I was thinking. When I tried that the height collapsed, but I must have misspelled something. Cheers - george --- Rick den Haan <[EMAIL PROTECTED]> wrote: > George L Smyth schreef: > > I have been asked to redesign a site where they want the si

[css-d] Absolute Height

2007-01-24 Thread George L Smyth
assigning the cell a height, but is there a way to do this without using a table? Cheers - george - Eclectic Mix: http://EclecticMix.com One Minute How-To: http://OneMinuteHowTo.com DRiP Investing: http://DRiPInvesting.org - Blog: http

Re: [css-d] Unclickable password field

2006-12-22 Thread George Ornbo
and http://jigsaw.w3.org/css-validator/. If the problem still occurs debug by taking out rules from your CSS file until you work out which one is causing the issue. Cheers George Shape Shed | http://www.shapeshed.com __ css-discu

Re: [css-d] Problems with scrolling table in IE7

2006-12-18 Thread George Ornbo
ss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > Hi Adrian You are right . IE7 doesn't like html > body. http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx George Shape She

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread George Ornbo
serve a separate stylesheet using conditional comments. I came across this problem when trying to create overlapping tabbed navigation. You can see the problem and solution if you are interested at http://www.shapeshed.com/journal/overlapping_tabbed_navigation_in_css/ Cheers George Shape Sh

Re: [css-d] Site Check and suggestions

2006-12-14 Thread George Ornbo
Hi Giovanni Good effort! In Firefox 2 on Mac the two boxes with titles "In Rilievo". Not sure if this is deliberate? There is also an error in your javascript: elt.ownerDocument.defaultView has no properties (lib.js line 951) Cheers George Shape Shed | http://www.sha

Re: [css-d] Using an Image in a H1 tag

2006-12-13 Thread George Ornbo
*/ height: 120px; /* the height of your logo */ background: url(/images/your_logo.png) 0 0 no-repeat; float:left; } XHTML ----- Lovely content for Google Does the same job with slightly less code. Cheers George Shape Shed | http://www.shapeshed.com/ ___

Re: [css-d] IE7 and IE6 coexisting

2006-12-11 Thread George Ornbo
I'd recommend the standalone IE exe you can find here: http://tredosoft.com/Multiple_IE It installs everything from IE3-6 on a standalone basis. Install IE7 and you are done. You can install multiple versions of Firefox providing you use separate folders. Cheers George Shape

Re: [css-d] Site check

2006-12-11 Thread George Ornbo
ailman/listinfo/css-d > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > Hi Looks fine on FF2 and Safari 2 on Mac. Firefox blocks a pop up on the homepage and t

Re: [css-d] input.text selector not working

2006-12-09 Thread George Ornbo
Hi Marcelo Furthermore input[type="text"] is a CSS 3 selector and is not widely supported at the moment so is best avoided for the time being if you want consistent cross-browser display. Cheers George Shape Shed | www.sha

Re: [css-d] CSS Positioning problems

2006-12-08 Thread George Ornbo
.date { margin-top: 10px; margin: 0px; padding: 0px; font-weight:bold; } Hi there, In your .date rule you apply a margin-top and then in the next line you remove it with margin:0px (which applies to all sides). If you want just a margin top use: margin: 10px 0px 0px 0px; Cheers George Shape

Re: [css-d] Headers and Footers

2006-12-06 Thread George L Smyth
--- Brett Merkey <[EMAIL PROTECTED]> wrote: > George L Smyth wrote: > || > || Here is a simple example: > || Non-Scrolling Header and Footer; Printing Repeated Headers and Footers > || http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html > | > | Than

Re: [css-d] CSS Conditional Statements

2006-12-06 Thread George Ornbo
Diona, There is a good article listing syntax and examples on the msdn site http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp I use conditional stylesheets to target ie6 and below and it is a great help in keeping things organised. George Shape Shed | www.shapeshed.com

Re: [css-d] Headers and Footers

2006-12-05 Thread George L Smyth
--- Brett Merkey <[EMAIL PROTECTED]> wrote: > George L Smyth wrote: > | I have put together a table to display information and my co-worker wants > | to be able to print it out. No problem, I've used print style sheets to > | take care of that. > | > | Now he wan

[css-d] Headers and Footers

2006-12-04 Thread George L Smyth
I have put together a table to display information and my co-worker wants to be able to print it out. No problem, I've used print style sheets to take care of that. Now he wants each page to have a header and footer and I can't think of any way to do it. Is this possible? Cheers

[css-d] IE7 Float/ Bug?

2006-11-13 Thread George L Smyth
other (are you ready for this?) is to remove the element. XYZ I am perplexed. Does anyone have a clue as to what is going on? Cheers - george - Eclectic Mix: http://EclecticMix.com One Minute How-To: http://OneMinuteHowTo.com DRiP Investing: http

[css-d] IE7 Float/ Bug?

2006-11-13 Thread George L Smyth
other (are you ready for this?) is to remove the element. XYZ I am perplexed. Does anyone have a clue as to what is going on? Cheers - george - Eclectic Mix: http://EclecticMix.com One Minute How-To: http://OneMinuteHowTo.com DRiP Investing: http

[css-d] Vertical alignment of text and input

2006-11-04 Thread George L Smyth
I am wondering about the best way to vertically align text and an input element. For instance: Check this This results in the checkbox vertically higher than the accompanying text. What is the best way to put the bottom of each on the same vertical level? Cheers - george

Re: [css-d] URGENT... Client's requirement changed... Rip and tear at an entire CSS now??

2006-09-21 Thread George S. Williams
Hey, marc, Try placing your inside of set a width on float it right and go from there. George On Thu, 2006-09-21 at 16:53, Marc wrote: > Hi Everyone... Chief Desperate here... > > Referring to this page: > > http://gmdc.retailwire.com/index.cfm/do/app.loginForm.cfm >

[css-d] Displaying Hidden s

2006-08-25 Thread George L Smyth
this resulted in them all being displayed then closing up, which looked quite unappealing to me. So what is the best way to do this? Should I just not worry about validation and move on to the next thing or is there a "proper" way to do this? Cheers

[css-d] Ascendant selectors in CSS2

2006-07-18 Thread Adam George
Does anyone know if there are going to be ascendant selectors in CSS2+? Thanks - Adam - Original Message - From: "Peggy Coats" <[EMAIL PROTECTED]> To: Sent: Monday, July 17, 2006 7:22 AM Subject: [css-d] CSS validation question When I'm validating my CSS, I keep getting warnings such

[css-d] Request - Site Check

2006-04-13 Thread George Cummins
The following site has been tested in Firefox/Linux and IE 6/Win. Any suggestions and/or corrections are greatly appreciated. http://www.netrarc.com/respondexusa.net/ -- Thanks, George __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Windows XP Made of CSS in Opera

2006-04-12 Thread George Cummins
Kevin Stone wrote: > Hey all > > > > The demo is found here: > > <http://www.magic-sandwich.co.uk/windowshome.html/> > > > Demo can be found here: http://www.magic-sandwich.co.uk/other/windows/windows.html I get a 404 when visiting t

Re: [css-d] Header and UL

2006-04-07 Thread George Cummins
15em when applied to a regular font size, or an h1 element, etc. -- George Murphy, Percevial wrote: > You will note on this page > http://www.ecu.edu/cs-dhs/mph/customcf/headerbox.html, the background > where the text Useful Links text appears is not the same width as the > links belo

Re: [css-d] Problem with META element

2006-04-06 Thread George Cummins
error messages. > So ... Who believe? > Best, > Unfortunately, your friend is wrong on this occasion. "text/html charset=uft-8" is the content for this item. -- George __ css-discuss [EMAIL PROTECTED] htt

Re: [css-d] An explanation..

2006-03-01 Thread Harrison, George \(FSH\)
I believe it's attempting to set a separate a width from ie5+, but it will fail with ie7, which may be ok, because ie7 will get the box model right. http://css-discuss.incutio.com/?page=ChildHack Regards gh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[css-d] Aligning to bottom of a div

2006-02-03 Thread George Cummins
I am trying to align a piece of text to the bottom of a div. On the example site http://www.netrarc.com/btfloat/ you will see an h2 "price" tag inside each div. How I can make the h2 tag stay on the bottom of the div? -- Than

[css-d] Height Issue with browsers

2006-01-03 Thread George
3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Any help would be appreciated George CSS Code body { margin: 0px; padding: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal;

[css-d] JavaScript Detection

2005-12-29 Thread George Georgiou
hi there, I am working on making a website accessible. I would like to have an alternative content when no javascript is enabled. What's the easiest way to detect if a javascript is enabled in cfml? I have tried the following with no luck but unfortunately it does not work. The variable

Re: [css-d] Background Image Not Repeating- Sometimes

2005-12-19 Thread George S. Williams
On Sun, 2005-12-18 at 23:17, Gunlaug Sørtun wrote: > George S. Williams wrote: > > http://65.247.192.64/lookingglass/index.html > > > I'd appreciate it if anyone could offer a clue as to what the cause > > of the problem is. > > Lack of 'Layout'[1] i

[css-d] Background Image Not Repeating- Sometimes

2005-12-18 Thread George S. Williams
27;d appreciate it if anyone could offer a clue as to what the cause of the problem is. Thanks, George -- Sterling Web Services http://www.websterling.com The Web Done Right __

[css-d] Could The Stylesheet Be Crashing Firefox?

2005-10-06 Thread George L Smyth
just a bug. If the latter, does anyone have an idea as to where I would go to report it? Cheers - george Handmade Photographic Images - http://www.GLSmyth.com DRiP Investing - http://DRiPInvesting.org __ Yahoo! Mail - PC Magazine Editors' C

[css-d] IE Hover Problem

2005-09-09 Thread George L Smyth
in identifying it would be greatly appreciated. Cheers - george Handmade Photographic Images - http://www.GLSmyth.com DRiP Investing - http://DRiPInvesting.org __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

[css-d] Strict and Javascript

2005-09-06 Thread George L Smyth
confused. I can live with the page not validating, but would just like to understand where the problem lies. Cheers - george Handmade Photographic Images - http://www.GLSmyth.com DRiP Investing - http://DRiPInvesting.org __ Do You Yahoo!? Tired

[css-d] z-index confusion

2005-08-26 Thread George L Smyth
0;" works just fine). I am accustomed to IE having problems, but shouldn't this work just fine? Does Firefox have a problem with negative z-index values or am I not understanding something? Cheers - george Handmade Photographic Images - http://www.GLSmyth.com DRiP I

[css-d] List-item Width

2005-08-09 Thread George L Smyth
damental that would resolve this properly? Thanks for looking at this. Cheers - george Handmade Photographic Images - http://www.GLSmyth.com DRiP Investing - http://DRiPInvesting.org __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

[css-d] li Background colors

2005-08-09 Thread George L Smyth
- george Handmade Photographic Images - http://www.GLSmyth.com DRiP Investing - http://DRiPInvesting.org __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[css-d] IE Displays Sometimes - Other Times Does Not

2005-07-14 Thread George Smyth
ge behavior? Thanks for your help. Cheers - george __ 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 -- http://ww

RE: [css-d] Width Woes Again

2005-06-28 Thread George Smyth
-Original Message- From: Holly Bergevin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 2:16 PM To: CSS-D; George Smyth Subject: RE: [css-d] Width Woes Again From: "George Smyth" <[EMAIL PROTECTED]> [clip] George replied: > I would really like to work with

RE: [css-d] Width Woes Again

2005-06-28 Thread George Smyth
-Original Message- From: Holly Bergevin [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 5:31 PM To: CSS-D; George Smyth Subject: Re: [css-d] Width Woes Again From: "George Smyth" <[EMAIL PROTECTED]> Date: Mon, 27 Jun 2005 15:23:35 -0400 >I am putting toget

RE: [css-d] Width Woes Again

2005-06-28 Thread George Smyth
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 4:29 PM To: George Smyth; css-d Subject: Re: [css-d] Width Woes Again George Smyth wrote: > I am putting together a site that can currently be viewed at > http:

[css-d] Width Woes Again

2005-06-27 Thread George Smyth
Doubles Float Margin bug, but I added display:inline to the without any change. Does anyone have an idea as to why the third box is dropping below the other two? If I increase the size of the main then they fit, but Firefox will show the extra spacing following the third box. Thanks - george

[css-d] Site check please

2005-06-17 Thread George Crawford
in advance! _____ George __ 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 -- http://www.evolt.org/help_support_evolt/

RE: [css-d] Positioning

2005-06-17 Thread George Smyth
Philippe - Yes, that is it exactly. Thank you very much. Cheers - george -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Thursday, June 16, 2005 10:45 PM To: CSS-D Subject: Re: [css-d] Positioning On 17 Jun 2005, at 5:19

[css-d] Positioning

2005-06-16 Thread George Smyth
- george __ 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 -- http://www.evolt.org/help_support_evolt/

[css-d] Website Stats

2005-05-26 Thread George Georgiou
Hi there, Well, this is a non-coldfusion related question but since we have so many webmasters here, perhaps you know how to help. I am looking for a very simple tool, (i.e. it could be a toolbar on our web browser) which will calculate some basic statistics for the websites we are currently brow

[css-d] javascript sniffer for mac I.E.

2005-04-28 Thread George K Ross
One of the great advantages of the internet is that it provides a reference for people who are clearly out of their depth I need some sort of sniffer to let me know when people view to my site on a Mac with I.E. then I need it to send them to a page that says "sorry, but this site looks l