[css-d] from michael ray enjoy!

2013-06-09 Thread michael ray
http://toupackgroup.com/gocvlf.php http://toupackgroup.com/gocvlf.php __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List po

Re: [css-d] CSS-D Wiki SPAM infiltration

2010-01-21 Thread Ray Costanzo
The good news, for me, is that this problem led to this post, which led me to learn that there is a CSS-D wiki. - Original Message - From: "D A" > This is maybe common knowledge, but I just noticed that the CSS-D Wiki > is, sadly, being overtaken by spam links. Nearly every page has a

Re: [css-d] - why did it have to die?

2010-01-14 Thread Ray Costanzo
Actually, an acronym is pronounced as a word, and an initialism is not, as is my understanding. Abbreviation: Mr. Acronym: SCUBA Initialism: FBI On Jan 15, 2010, at 2:10 AM, david wrote: > Chris F.A. Johnson wrote: >> On Thu, 14 Jan 2010, david wrote: >> > > No, an acronym is usually pro

[css-d] proper css syntax

2009-04-28 Thread Raumin "Ray" Dehghan
it's been while since I have worked with css. Trying to get the margins to move over some. I have several divs in a block, and they are all one header, h2. Any suggestions? Thanks __ css-discuss [cs...@lists.css-discuss.org] ht

[css-d] Is it possible to implement a variable height for a block box with CSS?

2009-04-27 Thread ray
Hi, All Suppose the following markup: ... ... The height of both the container and the top boxes is variable. What I want is to make the top edge of the bottom box situated just below the top box and the bottom edge of the bottom box situated just above the bottom edge of the container box,

[css-d] How to wrap a long text at a given character

2009-03-31 Thread ray
Hi, all Look at this page http://soundbowl.com/views/test.html. What I expect is to make the long text separated by '/' character wrap at the '/' or white space character. Also, FF and IE seems have the different layout. Can somebody give me some advice? Thanks in advance. _

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread ray
Great! It works like a charm. Just add a style: * html #mainContent { display:inline; } Why this line so magic? Can you give me some hint? Thank you very much! On Fri, Mar 20, 2009 at 12:22 AM, David Laakso wrote: > ray wrote: > >> It seems it is not because the double margi

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread ray
It seems it is not because the double margin bug of IE6. Because the the floated boxes have no margin at all. Thanks On Thu, Mar 19, 2009 at 9:19 PM, David Laakso wrote: > ray wrote: > >> Thank for your reply. But why this page look good on FF and IE7? >> >> >> &

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread ray
Thank for your reply. But why this page look good on FF and IE7? On Wed, Mar 18, 2009 at 8:35 PM, David Laakso wrote: > ray wrote: > >> Hi, All >> >> Please check http://www.soundbowl.com on IE6. You'll found that the main >> content goes down the bottom of

[css-d] box goes down the bottom of the page

2009-03-18 Thread ray
Hi, All Please check http://www.soundbowl.com on IE6. You'll found that the main content goes down the bottom of the page. It's OK on IE7 and FF. I found this kind of problem on IE6 for many times. It must be caused by a bug of IE6. Can somebody give me some hint? Thanks _

Re: [css-d] Why this page moves?

2009-03-18 Thread ray
Sorry for my late reply. I was busy for some days. Thanks for your replies. I found this issue on FF3 on Ubuntu 8.10. Since you all cannot reproduce this problem, I tested again and found it only occurs on one particular profile of FF. I tested on other relatively clean profiles, this issue doesn'

[css-d] iFrame and z-index

2009-03-11 Thread Ray Costanzo
h a z-index of 1, and the other with a z-index of 20. I am not able to click either button, whereas I am expecting to be able to click the one with z-Index of 20. Tested in FF3, IE7, and IE8 RC1. This is the sample page: http://test.lane34.com/css-discuss/zindex.asp Thank you,

[css-d] Why this page moves?

2009-03-10 Thread ray
Hi, All Please look at this page http://claimexdemo.hcoms.co.uk/case_studies.php. Click menu item titled "Case studies" several times, you'll see that the whole page moves to right and then to left quickly. I checked the whole code but found none of problem. Could somebody help me out? Thanks in

Re: [css-d] IE caching problem?

2009-02-23 Thread ray
compatibility mode. > > without clicking back and forward, can you try Ctrol+F5 ? so that any style > sheets loaded previously will be gone? > > Thanks and Regards, > Kiran Kumar Chava > > > ray wrote: > >> Hi, all >> >> Look at this page http://guru.hcoms.co

[css-d] IE caching problem?

2009-02-23 Thread ray
Hi, all Look at this page http://guru.hcoms.co.uk/banner_stands/start on IE6. For the box on the right bottom corner titled with "PDF Downloads", you can see that the text that is supposed to be shown within the box is currently out of the box, now click the "back" button of the browser, and then

Re: [css-d] Why this page moves?

2009-02-20 Thread ray
great, it works. I had encountered several times for this reason. I hope I'll not ask this kind of question in the future. :) Thanks a lot. On Fri, Feb 20, 2009 at 7:46 PM, Gunlaug Sørtun wrote: > ray wrote: > > View this page http://guru.hcoms.co.uk/ on IE6. There is no mar

[css-d] Why this page moves?

2009-02-20 Thread ray
Hi, all View this page http://guru.hcoms.co.uk/ on IE6. There is no margin at the bottom of the top menu at the minute, but if you move the mouse to one of the menu items in the left side menu, a margin at the bottom of the top menu appears, and if you moves the mouse back on one of the menu items

Re: [css-d] IE 6/7 issues

2009-02-02 Thread Ray Leventhal
Gunlaug Sørtun wrote: >> the right direction would be greatly appreciated. >> > > Try adding... > > * html br {clear: left;} > > div#results {text-align: center;} > div#results fieldset {margin: 0; text-align: left;} > html:lang(en) div#results fieldset {margin: auto;} > > ...will kick IE6 and

[css-d] IE 6/7 issues

2009-02-02 Thread Ray Leventhal
ed in WinIE6. This looks ok in IE7 After the form is submitted and the results are rendered, the 'summary' fieldset is (in IE6 and 7) set off to the right while I expected and wanted it to be centered. Any kicks in the right direction would be greatly appreciated. TIA, -Ray -- Non sc

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
> > And validate. > > ___ Roger that, David. The errant was left over from the actual page which served as the source of the problem. A simple matter of copy/paste/haste :) -R -- Non scholae sed vitae discimus =

Re: [css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
Gunlaug Sørtun wrote: > table.dl caption { > margin: 0; > padding: 2em 0 0 3em; > } > > ...gives the same result in IEwin/FF/Op/Safari/Chrome, so obviously > WebKit has a problem with margins on captions. > > regards > Georg > As always, Georg, thank you for your insight and answer. I'm a

[css-d] table caption question - safari/chrome displaying differently

2008-12-17 Thread Ray Leventhal
ri and therefore in Chrome as well, the caption is spaced well above the table to which it is attached. So, my question is: How can Safari/Chrome be made to display the caption as expected (as appears in FF/IEWin) Thanks in advance, -Ray -- Non scholae

Re: [css-d] how to check for embedded styles when using external style sheet?

2008-12-16 Thread Ray Leventhal
r search / replace runs. While a great php editor, phpedit also does really nice code highlighting for html, xhtml and css. (and no, I don't work for nor am I affiliated with the company). H

Re: [css-d] image display issue...something silly, I'm sure

2008-12-15 Thread Ray Leventhal
I did say I'd gone blind, eh? Thanks so much for the gentle nudge...another set of eyes was definitely needed. Now I'm off to get it in line and contained :) Kindest regards, -Ray __ css-discuss [cs...@lists.css-di

[css-d] image display issue...something silly, I'm sure

2008-12-14 Thread Ray Leventhal
ed in the center (http://www.swhidesigns.com/image/251.gif) I've messed about with z-index and html manipulation/placement of the divs, but am stumped. Again, I'm sure this is something I've gone blind to, but would love a (gentle, please) nudge in the ri

Re: [css-d] about inline, replaced element

2008-11-20 Thread ray
best. On Thu, Nov 20, 2008 at 4:36 AM, Ingo Chao <[EMAIL PROTECTED]> wrote: > ray wrote: > ... > >> > src="foo.jpg" >> /> >> where the img would be positioned? and why? >> > > The initial value for vertical-align, baseline, applies. It

[css-d] I give up with IE

2008-11-19 Thread Ray Pello
; z-index: 999; padding: 0px; margin: 0px auto; height: 192px; width: 1000px; left: 0; } I was wondering if this is because of the absolutely positioned element or is it some kind of a weird bug from the sky. Can anyone help? - Ray Ombilic

[css-d] about inline, replaced element

2008-11-18 Thread ray
Hi, All What if an inline, replaced element resides in another inline element? for example: How the image would be positioned with respect to the anchor element? For instance, if the font-size set on the anchor is very large and the height set on img is very small, for example: where the img wo

Re: [css-d] Is overflow:hidden the best?

2008-11-05 Thread ray
No, I overwritten it, just the same name. :) On Thu, Nov 6, 2008 at 12:38 PM, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] > > discuss.org] On Behalf Of ray > > Sent: Wed

Re: [css-d] Is overflow:hidden the best?

2008-11-05 Thread ray
Yeah, I can see the problem. But in most cases we would set a left margin on the content div to reserve space for the left column, so this issue may not that important. I think the big problem of this clearing way is that the cleared element would stay below *All* previous floats, see this demo: ht

Re: [css-d] Is overflow:hidden the best?

2008-11-05 Thread ray
I know this way. But it is not appropriate for the columns layout(one or all are float columns), because the cleared element would stay below ALL previous floats. This problem is mentioned at the bottom of that page(easy clearing). Thanks for your reply. On Wed, Nov 5, 2008 at 11:12 PM, Serge Kr

[css-d] Is overflow:hidden the best?

2008-11-05 Thread ray
Hi, all What is the best way of forcing a container box enclose its floats? clear:both is not good, because it would make the cleared element below all previous floats. It's inappropriate on a column setup layout. I also tested overflow:auto, but in many times an annoying scroll bar appears. How a

Re: [css-d] help for an IE bug

2008-11-05 Thread ray
yeah, it works. This is the second bug I encountered whose root cause is the hasLayout problem. What a stupid bug. Thanks. On Fri, Oct 31, 2008 at 3:43 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrote: > > Look at this page http://www.soundbowl.com/test.html in IE7. T

[css-d] help for an IE bug

2008-10-30 Thread ray
Hi, all Look at this page http://www.soundbowl.com/test.html in IE7. The outer div has a padding of 6px, but the inner div seems not respect to this padding, its background covers the left padding of its parent div. It's fine if I remove the anchor called "textAnchor" within the inner div. This pa

Re: [css-d] the problem of a page in ie6

2008-10-28 Thread ray
Thank you. >From the clue you provided, I found two excellent articles about this issue: http://www.satzansatz.de/cssd/onhavinglayout.html http://onhavinglayout.fwpf-webdesign.de/hack_management/ On Tue, Oct 28, 2008 at 11:53 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrot

[css-d] the problem of a page in ie6

2008-10-27 Thread ray
Hey, all This page http://fouragency.co.uk/who_are_four.php is abnormal in IE6. Look at the menu on the left hand side. The white spaces between the menu items are very large, and the white spaces between sub menu items are not expected. These bugs only appear on IE6. IE7 and Firefox are fine. I

Re: [css-d] the problem of rule reuse

2008-10-24 Thread ray
Yeah, that's a solution but not perfect. Because this rule-set is comprised of two parts - the normal one and the IE-mac fix. You have to remember to add the new selector to every part. Thanks for you reply. On Fri, Oct 24, 2008 at 3:25 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:

[css-d] the problem of rule reuse

2008-10-23 Thread ray
Hey, all I got a complex rule that is comprised by several parts, for example: .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */ I know I can apply this rule t

Re: [css-d] the problem of image anchor

2008-10-20 Thread ray
] > > discuss.org] On Behalf Of ray > > Sent: Monday, October 20, 2008 8:31 PM > > To: css-d@lists.css-discuss.org > > Subject: [css-d] the problem of image anchor > > > > Hi, all > > Please check this page:http://fouragency.co.uk/test.html > > Could so

[css-d] the problem of image anchor

2008-10-20 Thread ray
Hi, all Please check this page:http://fouragency.co.uk/test.html Could somebody tell me why there are gaps between the images? I checked the anchors and img elements, their padding, borders and margins are all zero. I'm very confused, please help me out. Thanks in advance. _

Re: [css-d] float height question

2008-09-24 Thread ray
> > or that one: > http://www.alistapart.com/articles/fauxcolumns/ > > Regards, > > Christian Kirchhoff > *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin > www.digitale-bibliothek.de > AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737 > Geschäftsführe

[css-d] Textbox width affect by its value length

2008-09-24 Thread Ray Costanzo
Hi list, I'm attempting to use a percentage width property on a textbox within a table cell. Oddly, the width of this textbox is affected by the length of its value when viewed in IE6 or IE7. Can anyone explain why this is or offer a work-around? Note that I am bound to the table structure that

[css-d] float height question

2008-09-23 Thread ray
Hi, I have a classic two columns layout like: ... My question is: The right column can have many contents, so its height can be much higher that the left column. Since the left column has a background color, it looks not very pretty. I wonder if there is a way to mak

[css-d] OT: group browsercam purchase

2008-09-22 Thread Ray Leventhal
h I became involved with last year from a post to this list) made my life far easier in testing on multi-platforms/versions/etc. Kind regards, -Ray -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www.css-d

Re: [css-d] block box alignment

2008-09-17 Thread ray
Great! Your solution is what I want. I have never used such "auto" word. Thank you. On Wed, Sep 17, 2008 at 7:05 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrote: > > If I set a width for a block box within a containing block, for example >> 30%, the blo

Re: [css-d] block box alignment

2008-09-17 Thread ray
Thanks. I just want to try the abilities of CSS without float. On Wed, Sep 17, 2008 at 4:37 PM, Michael Adams <[EMAIL PROTECTED]>wrote: > On Wed, 17 Sep 2008 15:31:31 +0800 > Came this utterance fomulated by ray to my mailbox: > > > Hi, > > > > If I set

[css-d] block box alignment

2008-09-17 Thread ray
Hi, If I set a width for a block box within a containing block, for example 30%, the block box will be aligned with the left edge of the containing block. Is it possible to align it with the right edge of the containing block, without the use of float? block box Maybe a silly

Re: [css-d] content pushed down..by float?

2008-05-19 Thread Ray Leventhal
David Laakso wrote: > Ray Leventhal wrote: > >> http://www.sunbuild.biz. >> > An easy out for float drop at 800 is to consider adjusting the content > to a set fixed 980 width. This will clear the v-scroll bar at 1024 > (you'll still get an h-scroll at

Re: [css-d] content pushed down..by float?

2008-05-19 Thread Ray Leventhal
Ray Leventhal wrote: > Hi all, > > I'm in the final stages of design/rollout for a client. Site is > http://www.sunbuild.biz. > oops...I'd removed the offending element. The test case is at http://www.sunbuild.biz/in

[css-d] content pushed down..by float?

2008-05-19 Thread Ray Leventhal
//www.sunbuild.biz/styles/sunbuild.css) Thanks in advance, -Ray __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/p

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
> > > 2008/5/5 Ray Leventhal <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > Hi all, > > > Any ideas on the subject would be greatly appreciated. > > Thanks in advance, > -Ray > vincent pollard wrote: > if you give the

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Al Sparber wrote: > From: "Ray Leventhal" <[EMAIL PROTECTED]> > > >> Hi all, >> >> I'm continuing to work on a project: >> http://www.swhidevel.com/ >> >> Any ideas on the subject would be greatly appreciated Al, > Because

[css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ The project uses a lovely horizontal menu structure from Project7. My issue is I cannot seem to get it to center. Any ideas on the subject would be greatly appreciated. Thanks in advance,

Re: [css-d] new design, horizontal menu issues

2008-05-02 Thread Ray Leventhal
Al Sparber wrote: > From: "Ray Leventhal" <[EMAIL PROTECTED]> > To: "css-d" > Sent: Thursday, May 01, 2008 5:00 PM > Subject: [css-d] new design, horizontal menu issues > > >> Hi folks, >> >> I'm using a nice drop-down menu fr

Re: [css-d] new design, horizontal menu issues

2008-05-02 Thread Ray Leventhal
Al Sparber wrote: > From: "Ray Leventhal" <[EMAIL PROTECTED]> >> Hi folks, >> >> I'm using a nice drop-down menu from Project7 on a new project. >> >> Any pointers would be greatly appreciated. > > Hi Ray, > > You ne

[css-d] new design, horizontal menu issues

2008-05-01 Thread Ray Leventhal
site, not to mention the aesthetics. Site: http://www.swhidevel.com/ I'm feeding it a css reset (http://www.swhidevel.com/styles/reset.css) before handing off the site styles (http://www.swhidevel.com/styles/sunbuild.css). Any pointers would be greatly appreciated. Thanks in advance,

[css-d] Color between scrollbars

2008-03-14 Thread Ray Costanzo
what I mean: http://www.lane34.com/css-discuss/scrollsniglet.htm Sorry for the junky gif quality. All I have is paintbrush. :-/ Thanks, Ray Costanzo __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

[css-d] Textarea padding and scrolling

2008-02-29 Thread Ray Costanzo
ds, but IE doesn't do it this way. Any ideas? Here's the sample page: http://www.lane34.com/css-discuss/textareascroll.htm Thank you, Ray at work __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Opacity Filter Not Working in IE

2008-02-27 Thread Ray Costanzo
FWIW, it looks the same in Firefox, IE7, and IE6 for me. Here are screenshots of what I see. http://www.lane34.com/css-discuss/elli/ Sorry about the bitmaps. All I have is MS Paintbrush on this computer. :) Ray -Original Message- From: Elli Vizcaino Sent: Tuesday, February 26, 2008

[css-d] Simulating IE's "disabled" look

2008-02-21 Thread Ray Costanzo
Hi list, IE allows for the nonstandard usage of "disabled" in seemingly any html tag. I'm working on cleaning up of some html and trying to eliminate anything I find that deviates from standards. Is there a way that I can still get that same "disabled" look on an tag, for instance? Right now I

Re: [css-d] Accounting for Windows DPI settings

2008-02-01 Thread Ray Schamp
ynamically switching background-imaged elements with elements, neither of which make me feel good inside. -Ray __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.inc

Re: [css-d] form/fieldset alignment in IE

2008-02-01 Thread Ray Leventhal
David Laakso wrote: > Ray Leventhal wrote: >> >> http://www.cprtools.net/reg/regform1.php >> > > Assuming you can mess around and play games with the html: > > > < :: add :: > > > > > > < ::

Re: [css-d] form/fieldset alignment in IE

2008-01-31 Thread Ray Leventhal
Ray Leventhal wrote: typos abound...thankfully not in my code: > I'm feeing first E.Meyer's reset.css s/feeing/feeding -R __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] form/fieldset alignment in IE

2008-01-31 Thread Ray Leventhal
yle.css after. Any pointers are, as usual, greatly appreciated. Kind regards, -Ray -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-

Re: [css-d] Position image at bottom of cell containing text

2008-01-22 Thread Ray Leventhal
; Hi John, As this was thrown into your lap, I'll refrain from commenting on the tables within tables within tables withinad nauseum design If you change the following: by changing all the 'valign="top"' references to 'valign="bottom"&

Re: [css-d] Margin (?) problem with menu.

2008-01-22 Thread Ray Leventhal
-bottom:1px solid #CC; color:#003462; font-size:1.1em; margin: 10px; /* adds 10px all around */ padding:0px; I changed that commented line (in Firebug) to margin: 0 10px; And things looked a bit more 'together'. I'm sure more advanced minds will have be

[css-d] IE Scroll Problem

2008-01-07 Thread Ray Schamp
27;t find any information specific to anything like this, so that's why you're hearing from me! Link: http://oclock.am/iescroll/iescroll.html -Ray Sorry I don't know the etiquette here yet. Is it better to prov

Re: [css-d] IE issues

2007-12-11 Thread Ray Leventhal
F2/Win, IE6/Win and IE7/Win and I don't see the 'line' or 'botchy'ness your client is describing. What browser is your client using? On what OS? ~Ray -- Non scholae sed vitae discimus === _

Re: [css-d] creating navigation in css

2007-12-06 Thread Ray Leventhal
___ Hi Juliann, One quick google search on "CSS Drop Down Navigation" will return a link to 'A list apart', a great resource for things design/css related. [1] HTH, ~Ray [1] http://www.alistapart.com/articles/horizdrop

Re: [css-d] div appears to close before

2007-12-06 Thread Ray Leventhal
kground set to white (css in > http://www.cprtools.net/downloads/dl.css): > > #container { > margin: 3em 10em; > background-color: white; > height: 100%; > min-width: 770px; > border: 1px black solid; > } > Colin Clark wrote: >> Hi Ray, >> >> I tried removing heigh

[css-d] div appears to close before

2007-12-06 Thread Ray Leventhal
alidate at present due to the use of two deprecated tags in which is being pulled in as an include, but I don't think that has anything to do with this issue. CSS seems to pass validator muster. Any suggestions would be greatly appreciated. Kind regards, ~Ray --

[css-d] IE and blocking content

2007-12-05 Thread Ray Mike Troy Pello
and don't load the script? Regards, - Ray ___DISCLAIMER___ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. Please note tha

Re: [css-d] table woes...IE/Safari

2007-12-05 Thread Ray Leventhal
Philippe Wittenbergh wrote: > On Dec 5, 2007, at 5:34 AM, Ray Leventhal wrote: > > > Vertical margins on captions or margin handling in the table/caption > combo is completely br0ken in Safari. Nothing you can do about it. > For IE Win, I found that wrapping the contents o

Re: [css-d] Missing Texts

2007-12-05 Thread Ray Leventhal
gt; Mauro Lages Hi Mauro, Can't be sure without a test case, but it sure sounds to me like the dreaded IE peek-a-boo bug [1]. HTH, ~Ray [1] http://www.positioniseverything.net/explorer/peekaboo.html -- Non scholae sed vitae discimus

[css-d] table woes...IE/Safari

2007-12-04 Thread Ray Leventhal
this page are here: http://www.browsercam.com/public.aspx?proj_id=394662 I'm prepared to feed IE unique styles if needed, but I just don't see what needs to be done. Any/all suggestions are more than welcome. Thanks in advance and kind regards, ~Ray

Re: [css-d] how to achieve space between ul ul li

2007-11-26 Thread Ray Leventhal
of top/bottom which is what you want. padding: 0.2em 0; } I hope this helps...but was only a quick try. Kind regards, ~Ray __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] tables, forms and layout issues [SOLVED]

2007-11-12 Thread Ray Leventhal
Ray Leventhal wrote: > Hi all, > > I'm trying to wrap up the page located at: > http://www.cprtools.net/international/inquiry.php > > CSS: > http://www.cprtools.net/international/international.css > With thanks to Mr. Laasko for his reply on the WSG list

[css-d] tables, forms and layout issues

2007-11-12 Thread Ray Leventhal
in myriad places without issue. (any kind replies to this one, offlist is fine). Thanks in advance for any advice offered, ~Ray (apologies if this is a double-post) -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTE

[css-d] tables, forms and layout issues

2007-11-12 Thread Ray Leventhal
in myriad places without issue. (any kind replies to this one, offlist is fine). Thanks in advance for any advice offered, ~Ray -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] FF/IE layout issues with a table and a float

2007-11-08 Thread Ray Leventhal
vs. You may want to >> >> remove that margin rule from the body and apply it only to your header >> >> div. This may help with problem 2. >> >> >> >> Jim Thank you Jim, setting display:table did help some, and removing the margin-t

[css-d] FF/IE layout issues with a table and a float

2007-11-08 Thread Ray Leventhal
d some trimming out of redundancies and likely some unneeded code. Any suggestions for layout would be greatly appreciated. Thanks in advance, ~Ray -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www

Re: [css-d] Global CSS conflicts

2007-11-07 Thread Ray Leventhal
tyles for the div which will contain the widget, a reset like Eric's [1] or others? Just a thought. HTH, ~Ray [1] http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ -- Non scholae sed vitae discimus __ css-discuss [

Re: [css-d] variables in CSS - changing background image by page

2007-11-07 Thread Ray Leventhal
Rick Lecoat wrote: > On 6/11/07 (18:20) Ray said: > >> Wow...I can't believe I hadn't thought of that :) sure beats adding >> scripting when it's not otherwise needed! >> >> Thanks, Rick! > > Well, Ray, most of the time I'm the one aski

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Ray Leventhal
> > Yeah, it's totally possible, unless I'm misunderstanding your needs. > > If you have a unique id for each page's body and a div that reoccurs on > > each page (using the same ID each time) for the image, then you simply > > define css for each combination. The css might get a little verbose if

Re: [css-d] variables in CSS - changing background image by page

2007-11-06 Thread Ray Leventhal
ut it seems that I've done this with a bit of server side scripting (I'm sure js would work too, but I am not a js coder). If you'd like more info, I'd be happy to answer off-list as my reply isn't CSS based, but uses PHP to generate an ID f

Re: [css-d] Horizontal list is vertical in IE?

2007-11-01 Thread Ray Leventhal
s that, while not necessarily compliant, are consistent. I'd start there and see if that clears up your IE issue. Having read (a lot) on this list of how bizare IE's Quirks mode can be, I'd bet that'll help some. I do hope this helps some. Kind r

[css-d] spry experiences

2007-10-24 Thread Raumin &quot;Ray" Dehghan
e back-end applications (asp?, php?) from the front end? Any input as to experiences with Spry would be much appreciated. Sincerely, Ray Dehghan Public Librarian __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] Test in IE 6 and IE 7 please

2007-10-17 Thread Ray Leventhal
Apologies to all for the multi-post. seems my mail server hiccuped at just the wrong moment -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

Re: [css-d] Test in IE 6 and IE 7 please

2007-10-17 Thread Ray Leventhal
> Georg, I've taken screenshots in WindowsVistaIE7 and XP/IE6/7 of your site. Browsercam should have them avail within 30 mins of this mail (or so). HTH, ~Ray http://www.browsercam.com/public.aspx?proj_id=385146 -- N

[css-d] widening center content

2007-10-15 Thread Raumin &quot;Ray" Dehghan
Colleagues: I want to thank everyone for the help on widening the center content. I was able to line things up at least for the time being. I'm using static positioning on the template I'm using now. Sincerely, Raumin "Ray" Dehghan West Chicago Public Library We

[css-d] php

2007-10-15 Thread Raumin &quot;Ray" Dehghan
Colleagues: Does anybody have recommendations for a good book and/or websites for beginning php? Thanks Raumin "Ray" Dehghan __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Lis

Re: [css-d] Best option for simple contact form?

2007-10-15 Thread Ray Leventhal
ho asks about forms and security and putting it in my bi-monthly design promo/newsletter to clients. Thank you Rahul, for the link...and, as always, to this list for the amazing amount of knowledge shared. Kind regards, ~Ray -- Non scholae sed vitae discimus

Re: [css-d] Weird IE6 Navigation Issue

2007-10-11 Thread Ray Leventhal
ng red on hover. What's weird is that the last one, 'About Us', that /isn't/ dropping down, is turning red. Perhaps that will lend a clue? HTH. Kind regards, ~Ray -- Non scholae sed vitae discimus __ css-discuss

[css-d] widening center content - margin property

2007-10-10 Thread Raumin &quot;Ray" Dehghan
Thank you very much for any help. Sincerely, Raumin "Ray" Dehghan West Chicago Public Library West Chicago, Illinois __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

[css-d] widening center content

2007-10-09 Thread Raumin &quot;Ray" Dehghan
Thank you very much for any help. Sincerely, Raumin "Ray" Dehghan West Chicago Public Library West Chicago, Illinois __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] cursor: url('/path/to/cursor.cur/'); support in 'browser land'

2007-10-05 Thread Ray Leventhal
Philippe Wittenbergh wrote: > > On Gecko, it is currently only implemented on Windows (and maybe > Linux for the nightly builds, not sure). > > Philippe Thanks, Philippe...much appreciated. ~Ray -- Non scholae sed

Re: [css-d] cursor: url('/path/to/cursor.cur/'); support in 'browser land'

2007-10-04 Thread Ray Leventhal
Gunlaug Sørtun wrote: > > <http://www.webdevout.net/browser-support-css> > > regards > Georg Thank you, Georg. ~Ray __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] three numbers

2007-10-04 Thread Raumin \&quot;Ray\" Dehghan
Colleagues, When you have three separate numbers, such as the three after the "margin" in the following bracket, can somebody tell me what that means? {margin:0 10px 10px} Thanks, Ray Dehghan __ css-discuss [EMAIL

[css-d] cursor: url('/path/to/cursor.cur/'); support in 'browser land'

2007-10-04 Thread Ray Leventhal
Hi all, Is there a resource anyone is familiar with where I might find a list of browsers that support the cursor: CSS directive? TIA, ~Ray -- Non scholae sed vitae discimus __ css-discuss [EMAIL PROTECTED] http://www.css

[css-d] thank you

2007-09-27 Thread Raumin \&quot;Ray\" Dehghan
Colleagues Thank you very much for your help with css layout books and websites. I'm finding Meyer's css and the css anthology book especially helpful. Sincerely, Raumin "Ray" Dehghan West Chicago Public Library __

  1   2   3   >