Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread Del Wegener
Right on the money Kathy. A very important point. del On 1/4/2016 1:55 PM, Kathy Wheeler wrote: I have to make a conscious effort to go there ... my mailing lists come to me. __ css-discuss [css-d@lists.css-discuss.org] http:

Re: [css-d] Formatting Superscripts (and subscripts)

2015-12-27 Thread Del Wegener
elegant Del On 12/27/2015 10:20 AM, Georg wrote: FWIW, here's the basic variants I (still) use... sup {vertical-align: 0.3em; line-height: 0; font-size: 75%;} sub {vertical-align: -0.3em; line-height: 0; font-size: 75%;} regards Georg _

Re: [css-d] Formatting Superscripts (and subscripts)

2015-12-27 Thread Del Wegener
This thread is a perfect example why the list should continue. For those of us who use CSS but are not experts or even students of CSS this is the only place we will learn these excellent techniques. It's why I try to at least look at the postings even when I am not actively working on websites.

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-24 Thread Del Wegener
I have subscribed to this list for 10 or 12 years and have learned a lot from all of the friendly experts. The nature of my work takes me away from web development for long periods of time and then dumps me back into it. During the absence I will have forgotten a lot and tools (CSS, HTML, Java

Re: [css-d] Sizing for different viewers/devices

2014-10-16 Thread Del Wegener
his a good candidate for HTML5? Del; On 10/14/2014 3:13 PM, Tom Livingston wrote: On Tue, Oct 14, 2014 at 4:05 PM, Del Wegener wrote: Tom I think I am started on the road you suggested. It has been 2 or 3 years since I have had the opportunity to develop a website. I am rusty and there have

Re: [css-d] Sizing for different viewers/devices

2014-10-14 Thread Del Wegener
: On Mon, Oct 13, 2014 at 3:47 PM, Del Wegener wrote: Aside from having to deal with layout issues on a phone/small table as it is, you could have the flashcard's container have width: 95%; (or whatever you need) as a base style (mobile-first), then within a media query for your large w

[css-d] Sizing for different viewers/devices

2014-10-13 Thread Del Wegener
Good Day; I would like to size a body element so that it takes up about 20% of the viewport on a 22in monitor and takes up about 99% of the viewport on a cellphone. Look at http://www.drdelmath.com/study_aids/flash_cards/flash_card_presenter.html The idea is to control the size of the flash c

Re: [css-d] Firefox and page inflation

2014-04-10 Thread Del Wegener
On 4/10/2014 10:33 AM, Chris Williams wrote: Then you all can be happy carrying your pagers and listening to the latest hit from Abba as well. Mobile use is not a fad. It's not just something those whippersnappers are doing, even if you're not. It is, for many, the first and sometimes only w

Re: [css-d] Positioning a div

2012-09-27 Thread Del Wegener
I would play with floats. Thanks mem. I did play around as you suggested and it turned out that the secret was with overflow:auto. Del __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listi

[css-d] Positioning a div

2012-09-27 Thread Del Wegener
Good Morning; A colored illustration of my problem is at http://www.alliedcorrosion.com/products/aa_testing.php My question also appears in the green box in that illustration. I have a pretty standard vertical menu (orange) on the left with content (gray) on the right. At the top of the con

Re: [css-d] Bottom border on H3

2012-03-22 Thread Del Wegener
On line 150 of style_allied_product.css, you set the height of h3 to a fixed 25px. If you remove that height declaration, the height will auto adjust to fit the text in the h3. ---Tim The page in question is http://www.alliedcorrosion.com/products/insulator_modular_seals_page4_ psi.php Th

[css-d] Bottom border on H3

2012-03-22 Thread Del Wegener
Good Morning; The page in question is http://www.alliedcorrosion.com/products/insulator_modular_seals_page4_psi.php There are headings on this page with a yellow underline. I use H3{border-bottom:3px solid #FFD700;} When the text is too long for the window it wraps as desired but the wrapped port

Re: [css-d] IE 6 news implications

2011-12-17 Thread Del Wegener
Barney Carroll wrote: The misleading implication with this news from MS is that users who have been inexplicably stuck on IE6 will all be moved forward by this. The sad fact is a lot of IE6 is intentional lock in. Here in the UK almost all government employees have it as their only browser — and

Re: [css-d] Opera Type and Menu issues

2011-10-27 Thread Del Wegener
On 27/10/11 00:37, Kevin A. Cameron wrote: Browser preference. Most browsers now-a-days zoom the entire site (layout, graphics and all) not just text. Am I alone in detesting this practice? It means that enlarging the text causes the whole page to enlarge, often resulting in a horizontal

[css-d] Preventing page breaks

2011-09-22 Thread Del Wegener
This is for print styles: Is there a CSS method to prevent a page break inside and img, table, or ? I seems that page-break-inside:avoid is supported only by Opera and maybe IE 8&9. Del __ css-discuss [css-d@lists.css-discuss

Re: [css-d] Dynamically positiong sub menus and Bottom up navigationmenu

2011-05-12 Thread Del Wegener
Is there a way using CSS to display the second level menu bottom up for the items closer to the bottom. Regards, Sohail I have done this with a third level flyout menu. Assign a class to the flyout as: http://www.delweg.com/cppapers/cpsystem.htm"; target="_blank" title="Groundbed

Re: [css-d] Browser Support: Alternate Style Sheets?

2011-03-28 Thread Del Wegener
Uhuh. A full time information architect recently told me that back and forward buttons had to be available on every page (distinct from esoteric site structure navigation), because you couldn't rely on the user having any understanding or access to the browser chrome. Can be taken to far. Way too

Re: [css-d] Floats followed by paragraphs

2011-01-13 Thread Del Wegener
See a sample here: http://www.alliedcorrosion.com/products/manufacturer_introduction.php Then click on "BOX test" at the top of the menu on the left. Do you have a reason for not giving us the correct URL? #container1 p { clear:b

[css-d] Floats followed by paragraphs

2011-01-12 Thread Del Wegener
Good Day; I frequently float one image right another left and follow that with a paragraph of text. What is the best method for preventing the text from creeping up between the two pictures? See a sample here: http://www.alliedcorrosion.com/products/manufacturer_introduction.php Then click on

Re: [css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
However, in IE7, everything is bold and not black. Why? What is the fix? Replace ol > li {font-weight:bold;font-size:120%;color:#71} with ol li {font-weight:bold;font-size:120%;color:#71} ol li li {font-weight:normal;font-size:80%;color:black} ~Chetan Thanks David and Chetan. My ap

[css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each In FF, Opera and IE8, the numbered lines are bold and a color other than black. while t

Re: [css-d] Site Revision

2010-12-02 Thread Del Wegener
In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Del Lighten up a little, organize it, and make it readable-- or you'll put all your math stu

Re: [css-d] Site Revision

2010-12-02 Thread Del Wegener
Hello Del, The button-ish box will "press" when the cursor hovers over the image, however, this area is not clickable for the link. For usability this is confusing. I question the white background on the link hover. Looks odd to my eyes. There might be a better method of handling this by using s

[css-d] Site Revision

2010-12-02 Thread Del Wegener
Good Day; In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Because I have ripped this page from its normal moorings, the links do not work. I ha

[css-d] Site Revision Critique

2010-11-27 Thread Del Wegener
Good Day; I am beginning the long process of revising a large site which, until now, has just grown without design. I began with one of many pages which index content pages. My first attempt is here http://www.drdelmath.com/playpen/tableless_single_index_page.html Because I have ripped this page

Re: [css-d] Exponents SOLVED

2010-02-07 Thread Del Wegener
> > On the other hand, I'm not sure it is common practice in mathematics to > have > outer exponents higher, in a case like this. But I haven't done or read > much > math since the 1970s... > > -- > Yucca, http://www.cs.tut.fi/~jkorpela/ In mathematics: if the exponential expression 4^3 is rai

Re: [css-d] Ideal line length for different text sizes

2010-02-07 Thread Del Wegener
> Why would you do that? Why don't you set the font to the *user's* > default font-size (i.e., body { font-size: 100%; })? > > >> www.draftingservices.com > Is there a common user default font-size? What is the default setting when the user installs a browser? I bet that's where it stays fo

Re: [css-d] Exponents

2010-02-07 Thread Del Wegener
> For an educational site aimed at mathematics I want to say (4^3) ^ 2 the > way maths books do it. > > but I want the second exponent (the number "2"), to be in a higher > position that the first (the number "3"). How could it be done? > > Thanks, > Eduardo Eduardo; You do not need css to ac

Re: [css-d] Fraction bar

2010-01-20 Thread Del Wegener
> I am Eduardo, from Buenos Aires. > I have a site at > > http://notasdematematicaelemental.7p.com/matel_ejemplos.html#PotenciaDefinicion > > and I want to write numbers like 3/2 with a fraction bar, ie 3 > > 2 > > Does anyone know how to do it? > > Thanks > Eduardo Eduardo; I have been fightin

Re: [css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Del Wegener
> Hi, > In IE7 and Firefox the advertisement on my site > http://www.locallaw11of1998.com/ has an unwanted border around it, because > it is a link. The ad is a CSS list as the code below shows. I tried a few > ways of giving it text-decoration: none; but that didn't work. Does anyone > know

Re: [css-d] Problem with all Mac browsers according to BrowserCam

2009-07-19 Thread Del Wegener
> BTW - I was not suggesting that all menu items be set to the same width. > You can of course set each one to match the length of the text. > > Cordially, > David > -- I suspect that is the client's call and my clients all want menu items of the same length/width. And I tend to agree with them.

[css-d] PDF hides drop down-menu items

2009-05-23 Thread Del Wegener
Good Afternoon; Here is the page http://www.edi-cp.com/newweb/pdf_viewer.php I am experimenting with embedding PDF files in an HTML page. (The client wants the header and the footer to be displayed) Both the header and footer are put in the page with PHP includes. The pdf hides part of the menu

[css-d] Float and Width

2009-04-09 Thread Del Wegener
I have two questions. Both arise because I get warnings when validating css. Both are illustrated at http://www.drdelmath.com/playpen/test1_float.htm 1) It seems to me that I have declared a width for the classes "left_objectives" and "right_objectives", but the validator warns me I need a wi

[css-d] Text breaking out in IE7

2009-03-20 Thread Del Wegener
Good Morning; Please look at http://www.edi-cp.com/newweb/sandbox.php In FF the text wraps nicely. In IE7 it does not. Padding on the left is ignored and wrapping is sometimes one word to late. What is needed to make IE7 play nicely? Thanks Del ___

Re: [css-d] Aligning items in IE7

2009-03-05 Thread Del Wegener
> look peculiar the way it does in FF and Opera? > Strange indeed, imho... > David Are you referring to the design or is something getting out of whack on your machines that I don't see here? Del __ css-discuss [cs...@lists.c

[css-d] Aligning items in IE7

2009-03-05 Thread Del Wegener
Good Day; The page is http://www.edi-cp.com/newweb/products_ul_intro.php I am only concerned with the More Info Div (yellow background) and the footer (grey background) The right hand edge is supposed to line up with the right hand edge of the blue background sidebars above. The left hand edge

Re: [css-d] What's IE6 doing

2009-02-25 Thread Del Wegener
> 2009/2/26 David Laakso : >> Ib Jensen wrote: >>> >>> BTW. Are there any links to descriptions of the bugs found in IE, with >>> some sort of explanation and solutions to them. I know (Big) John has >>> some, but are there others ? > >> Some more... >> >>

Re: [css-d] Displaying a video

2009-02-23 Thread Del Wegener
> Is there another way to embed video in a web page? > > > Del Never mind! I found a better way to embed the video. http://alistapart.com/articles/flashsatay Seems to work fine. Here is what appears to be the proper scheme http://www.edi-cp.com/newweb/index_new.php I will now test and test

[css-d] Displaying a video

2009-02-23 Thread Del Wegener
Good Evening; If in your opinion this is off topic and you can help, please respond offlist otherwise respond onlist. Please look at http://www.edi-cp.com/newweb/index.php In IE7 the "show video" link appears in the proper spot and expands as desired and in fact shows the video. In FF the "show

[css-d] Div will not dislplay in proper location in FF

2009-02-23 Thread Del Wegener
Good Day. Please reference http://www.edi-cp.com/newweb/index.php In IE7 with the yellow border displays where I want it. In FF3.0.6 it seems to get stuck beneath with the green border. How do I fix this? More importantly what do I Google for when trying to chase down a cure for this problem.

[css-d] One line of text will not wrap

2009-02-22 Thread Del Wegener
Good Day; Please look at http://www.edi-cp.com/newweb/index.php is identified with a green border. The first line of text to encounter this div does not wrap (following lines seem to). What causes this and how do I fix it? I know there is also an issue with in FF, but one thing at a time. It

Re: [css-d] Text position in IE

2009-02-20 Thread Del Wegener
> Del Wegener wrote: > >>>> http://www.edi-cp.com/newweb/products_ul_intro.php > >> Thanks Georg. I decided that I really did want spans and not divs. I >> made the changes you suggested and of course everything worked >> perfectly! I then tried to

Re: [css-d] Text position in IE

2009-02-19 Thread Del Wegener
> Del Wegener wrote: > >> http://www.edi-cp.com/newweb/products_ul_intro.php > >> The text on the left side is supposed to wrap around the picture and >> the s on the right. > A mix of markup and CSS modifications necessary to make IE7 and 6 play > alo

[css-d] Text position in IE

2009-02-19 Thread Del Wegener
Good Afternoon; Please take a look at http://www.edi-cp.com/newweb/products_ul_intro.php in FF and IE. The text on the left side is supposed to wrap around the picture and the s on the right. It looks proper in FF, but in IE the text is shoved far down the page -- none of it is to the left of t

Re: [css-d] Float trouble in IE

2009-02-05 Thread Del Wegener
The site giving me trouble is: http://www.edi-cp.com/homepage2009_sandbox/edi-index.shtml Crop the header image on the left side so the black > rule abuts its wrapper and crop the overall width of the image so it > will not break right. Set it as a foreground image: width.. height.

Re: [css-d] Float trouble in IE

2009-02-05 Thread Del Wegener
> Del Wegener wrote: >> Good Morning; >> The site giving me trouble is: >> http://www.edi-cp.com/homepage2009_sandbox/edi-index.shtml >> >> In FF and others it looks exactly like I and my client want, > > > I rather doubt that as it is easily br

Re: [css-d] Float trouble in IE

2009-02-05 Thread Del Wegener
> Get rid of the unused div#caption completely, or style it out of the way > without triggering more IE bugs. > > #caption2 {float: right;} > > ...will do. > > > BTW: a 'margin-top' in 'em' on '.text_start' gives an effect under the > influence of font resizing I am sure you do not want. > > regar

Re: [css-d] Float trouble in IE

2009-02-05 Thread Del Wegener
that div. You may also want to try it with and without the clear:both as this can sometimes help or break floats! ~Mx (: On Feb 5, 2009 12:40pm, Del Wegener wrote: > Good Morning; > > The site giving me trouble is: > > http://www.edi-cp.com/homepage2009_san

[css-d] Float trouble in IE

2009-02-05 Thread Del Wegener
Good Morning; The site giving me trouble is: http://www.edi-cp.com/homepage2009_sandbox/edi-index.shtml In FF and others it looks exactly like I and my client want, but in IE 5, 6, 7 one of the floats does not behave. The BAD BOX should float right, beneath the Menu box, and text should appear t

Re: [css-d] RE; The CSS Overlords

2009-01-21 Thread Del Wegener
I know this whole thing is did to death already... but I just read some of this, and it makes me think. I suspect that a lot of the table based layout enthusiasts are people who made a switch (partial even) from desktop publishing. Ron mentioned he did, and I have some clients that have webs

[css-d] Text Position Problem

2009-01-15 Thread Del Wegener
Good Day; Please look at http://www.edi-cp.com/homepage_tests/edi-index.shtml The colored borders are there as an aid only during development. In FF the page displays properly. The text begins beneath the pentagon and flows nicely around the right floated divs. However, in IE 7 the text starts

Re: [css-d] Search Box Alignment

2009-01-13 Thread Del Wegener
> How can I get these three elements to line up? Preferably at the top of > the > red-bordered div. > > Thanks. > Del Never mind. I got it worked out. Del __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.or

[css-d] Search Box Alignment

2009-01-13 Thread Del Wegener
Good Day; Please look at http://www.edi-cp.com/homepage2009_b/edi-index.shtml In FF the word Search: the textfield, and the green arrow graphic line up perfectly. In IE7 the word Search and the textfield are several pixels too low. The red box is a temporary border on the div with ID search_etc to

[css-d] Browsershot alternative

2009-01-12 Thread Del Wegener
I have seen references to browsershot on this list. Is there another similar site? Thanks Del __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incut

Re: [css-d] Image on submit button

2009-01-10 Thread Del Wegener
> Del Wegener wrote: > >> The Submit button (to the right of the search field) displays >> correctly with a green arrow (a background image) in FF. > > Where? > >> However, in >> IE 7 the button is the wrong size and the background image does not >>

[css-d] (no subject)

2009-01-09 Thread Del Wegener
Good Evening; The Submit button (to the right of the search field) displays correctly with a green arrow (a background image) in FF. However, in IE 7 the button is the wrong size and the background image does not show. What am I doing wrong? Thanks. Here is the link http://www.edi-cp.com/homepage

[css-d] Image on submit button

2009-01-09 Thread Del Wegener
Good Evening; The Submit button (to the right of the search field) displays correctly with a green arrow (a background image) in FF. However, in IE 7 the button is the wrong size and the background image does not show. What am I doing wrong? Thanks. Del __

Re: [css-d] Centering images with caption in a column

2009-01-04 Thread Del Wegener
>>The lower IEs often need both height and width of an image. > David: > > Ah, the reason is to keep image distortion from happening for IE6 and > under. > > Interesting, I've never seen that happen with IE6 and considering > that IE5 fell below 1% this year, I don't think I'll clutter up my > ht

Re: [css-d] Background Images on List Items

2008-10-23 Thread Del Wegener
> Adding... > .navlist li a {height: 1%;} > ...will do the trick. > Georg > > [1]http://www.satzansatz.de/cssd/onhavinglayout.html > -- > http://www.gunlaug.no > Thanks Georg. That worked fine. I have no idea why, but maybe I will understand it better after I study [1] above. I do like the idea

Re: [css-d] Background Images on List Items

2008-10-23 Thread Del Wegener
>> The page in question >> http://www.college-algebra.com/essays/toc_essays.html >> In FF the background images on the gray menu items appear exactly where I >> want them between the left border and the text. >> In IE7 they are almost completely hidden "under" the left border. >> How do I correc

[css-d] Background Images on List Items

2008-10-23 Thread Del Wegener
Good Morning; The page in question http://www.college-algebra.com/essays/toc_essays.html In FF the background images on the gray menu items appear exactly where I want them between the left border and the text. In IE7 they are almost completely hidden "under" the left border. How do I correct thi

Re: [css-d] revealTrans

2008-10-09 Thread Del Wegener
>> In the past I have used JavaScript and revealTrans to obtain desired >> transition effects when swapping images. This works only in IE. >> Is there a purely css method to obtain the same (or similar) effects and >> which works in most browsers. > >> Check the business cards on >> http://www.na

Re: [css-d] revealTrans

2008-10-09 Thread Del Wegener
>> In the past I have used JavaScript and revealTrans to obtain desired >> transition effects when swapping images. This works only in IE. >> Is there a purely css method to obtain the same (or similar) effects and >> which works in most browsers. > > > Hi Del > > Could you post some examples of

[css-d] revealTrans

2008-10-09 Thread Del Wegener
Good Day; In the past I have used JavaScript and revealTrans to obtain desired transition effects when swapping images. This works only in IE. Is there a purely css method to obtain the same (or similar) effects and which works in most browsers. Thanks for any help Del

Re: [css-d] Position relative to background image

2008-08-18 Thread Del Wegener
> Del Wegener wrote: >> I got it to work--almost. The graphic is in the foreground. >> >> Please look at >> http://www.edi-cp.com/newtech/test4_background_header.shtml >> >> In both IE7 and FF3 it looks okay if no zooming is taking place. >> In FF,

Re: [css-d] Position relative to background image

2008-08-17 Thread Del Wegener
> Good Evening; > Please look at > http://www.edi-cp.com/newtech/test3_background_header.shtml > > > Is it better to move the graphic from the background to the foreground? > and > can I achieve what I want with that arrangement? > I got it to work--almost. The graphic is in the foreground.

[css-d] Position relative to background image

2008-08-17 Thread Del Wegener
Good Evening; Please look at http://www.edi-cp.com/newtech/test3_background_header.shtml Note the graphic has a blank area under the company name and to the right of the wizard. The intent is to place a horizontal menu in that space. My thoughts on this go as follows: Place the graphic on the ba

Re: [css-d] Preventing Image Resizing

2008-08-17 Thread Del Wegener
> Del Wegener wrote: >> 1)Is there any way to prevent the images from resizing when the user does >> any of the >> zoom actions (ctrl++, etc)? On Sun, 17 Aug 2008 12:13:04 -0400, Bill Brown replied with some good advice. ~~

[css-d] Preventing Image Resizing

2008-08-17 Thread Del Wegener
Good Morning; My test page is http://www.edi-cp.com/newtech/test2_background_header.shtml The top graphic is a background image and the bottom one is a foreground image. 1)Is there any way to prevent the images from resizing when the user does any of the zoom actions (ctrl++, etc)? Our graphics

Re: [css-d] Page Check please

2008-06-29 Thread Del Wegener
> > There is one display issue that I did see. While you did fix the centering > with respect to the radio buttons, when printed, the heading is no longer > centered. > > ...Rob Thanks Rob; I will fix that. It is centered on the content, but not on the page. Thanks for the catch. Del __

Re: [css-d] Page Check please

2008-06-29 Thread Del Wegener
> In the wonderful world of personal opinion, setting the primary content > font-size to suit your preference, rather than users preference does not > "look okay" to me. > Nor I'm not crazy about trying to decipher or read anything in print-media > or on the Web that is red, white, and blue. >

[css-d] Page Check please

2008-06-29 Thread Del Wegener
Good Morning; The page in question http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm is pretty simple but it is another step for me in using "best practices." This uses no tables and I believe my CSS is pretty lean and clean. Right now I use Javascript to display

[css-d] Centering a Header

2008-06-28 Thread Del Wegener
Good Afternoon; Please take a look at http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm Colors are to help identify divs The header is positioned the way I want it. However, the only way I can accomplish the centering of DrDelMath is to place the exact same pair

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Del Wegener
> Can't see any of the lines not wrapping in IE7 either. Maybe it would > help to post a screenshot to us with the problem highlighted? > > regards, Jens > Jens; All the line-wrap problems have been fixed. The error was in my markup. Del ___

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Del Wegener
> Del Wegener wrote: >> Hi; >> The following page shows up fine in FF, but in IE7, some of the lines do >> not wrap while others wrap just fine. >> >> http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm >> >> I assum

[css-d] CSS and Line Wrap

2008-06-27 Thread Del Wegener
Hi; The following page shows up fine in FF, but in IE7, some of the lines do not wrap while others wrap just fine.. http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm I assume this is because I have done something wrong in my CSS. What kind of error can cause tha

Re: [css-d] FireFox problem?

2008-05-31 Thread Del Wegener
> Peter Bradley wrote: >> http://www.peredur.uklinux.net/PlaceForWords/case-studies.html > >> This is the first time I've ever come across something that's OK in >> Opera and Konq, but not in FF, so I'm sure I'm just missing something >> blindingly obvious. > > All browsers at my end show the s

Re: [css-d] Style sheet for printing

2008-05-28 Thread Del Wegener
>> Who (me, IE, or FF) is doing what wrong? How do I fix it? > > You :-). And IE of course. > > In the procedure_projection_style.css file you have an error on line 115: > there is a redundant '}'. > (after div#footer {}). Once that is corrected, Gecko and WebKit work as > expected. > > Addi

[css-d] Style sheet for printing

2008-05-27 Thread Del Wegener
Good Afternoon; Please look at this page and its CSS. http://www.drdelmath.com/policies_procedures/math160c_summer_08.htm When I view it in IE7, printing behaves as directed by the style sheet. This works for both the Default styles and the Projection styles. Both print at 10pt. However, FF s

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
David; Thanks; It never occurred to me that it might not be legal to have a float inside an ordered list. Why not? I take it that the specs to not permit what I was trying and that IE simply overlooked my mistake and did what I intended. Based on this validation result, I have decided to use nu

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
Good Day; Since my original post I noted that the wrap works perfectly in IE6 & IE7, but not in FF. I also found that if I replace the ordered list with paragraphs, everything works fine in both IEs and in FF. There seems to be a conflict between FF, lists, and floats. Some time on Google reve

[css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
Good Day; Please take a look at http://www.edi-cp.com/edi_new/edi_page_layout_js.htm There is a white sidebar about mid page. This is a DIV floated right I expected the text to flow around this div, but as you can see, the text does not extend below the sidebar. What am I overlooking? Del __

[css-d] Page Check Please

2008-05-11 Thread Del Wegener
Good Afternoon; I have slowly been moving toward all CSS and now have my first page without tables, frames, or JavaScript. It all validates. In your opinion am I proceeding correctly ? http://www.edi-cp.com/edi_new/edi_page_layout.htm Do you see anything that will get me into trouble as I proce

Re: [css-d] Horizontal Menu does not Center

2008-04-20 Thread Del Wegener
Addendum:I forgot to mention the centering is a problem in Firefox but works fine in IE6 and IE7 Del - Original Message - From: "Del Wegener" <[EMAIL PROTECTED]> To: "css" Sent: Sunday, April 20, 2008 11:52 AM Subject: [css-d] Horizontal Menu does not Center

[css-d] Horizontal Menu does not Center

2008-04-20 Thread Del Wegener
Good Day; Please check http://www.cpdesigncenter.com/private/private_index.html Notice the menu at the top is not centered between the two logos (right & left). Here is the CSS .menu5 {padding:0 0 0 1em; margin:0; list-style:none; height:20px; position:relative; font-size:8px;} .menu5 li {float

Re: [css-d] CSS Templates

2008-03-17 Thread Del Wegener
> Laura wrote: >> I want the site to have the top margin and left side as the >> "constant" and the rest to be variable. I really don't want to >> clone this page for the rest of the pages for the site. How does >> one go about making part of the CSS variable while leaving the >> header and side

Re: [css-d] footer disapears in ie 6

2007-10-18 Thread Del Wegener
> > My footer disapears in IE6. It seems to happen when my #container is > reduced > to 800px. Any ideas why? > > Thanks, > > R. > > http://vps.aztechost.co.uk/~suruch1/test/ > http://vps.aztechost.co.uk/~suruch1/test/css/ > I have successfully used footerStickAlt described here http://www.thema

Re: [css-d] css style swapper

2007-09-28 Thread Del Wegener
>I am looking for a simple script that uses javascript to determine the the > screen resolution and swap in etiher a high res or a low res stylesheet. > Ross; The following does a fine job of switching style sheets. You will need somethoing else to determine screen resolution. Style Sheet Switc

[css-d] CSS replacement for NOBR

2007-09-04 Thread Del Wegener
Is there a CSS way to avoid using NOBR and achieveing the same result? Example 3x + 5 = 7x + 15 Thanks for any help. Del [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 i

[css-d] Three Menus Differ in IE and FF

2007-08-02 Thread Del Wegener
Good Afternoon The site which is giving me fits is: http://www.delweg.com The CSS style sheet is http://www.delweg.com/delweg_normal.css The page contains thre menus. Each displays very differently in FF than in IE. The appearance in IE6 & IE7 is what I want. The appearance in FF is undesirable.

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Del Wegener
> I was wondering if anyone has a link or information as how to best handle > text with CSS. By text I mean a line of text that may include 3 pieces of > information, like name, phone, and email address. > > In the past, I always used tables for this, but want to handle this with > the use of CSS

Re: [css-d] Controllling Right ans/or Left edges of a div

2007-06-11 Thread Del Wegener
> The content div (brown) misbehaves in both. I want the left edge of that > div to line > up with the right edge of the div containing the left side menu. How do I > do that so > that it works in IE6, IE7, and Firefox ? > You have some weird stuff going on in that page, Del, I suggest you re-t

[css-d] Controllling Right ans/or Left edges of a div

2007-06-11 Thread Del Wegener
Good Day; The page is http://www.drdelmath.com/essays/reading_mathematics/css_reading_mathematics_tip1.htm the stylesheet is at http://www.drdelmath.com/essays/style_sheet_essays_normal.css In IE6 the header div (purple) appears to be okay. In Firefox it extends off screen to the left causeing a

Re: [css-d] How to make footers go to bottom of the page

2007-06-10 Thread Del Wegener
- Original Message - From: "trevor bayliss" <[EMAIL PROTECTED]> To: Sent: Sunday, June 10, 2007 7:19 PM Subject: [css-d] How to make footers go to bottom of the page > Hi all I am trying to work out hoe to put the following footer id : > #footer_home > > to the bottom of this pag

[css-d] Site Check Please Footer Problem

2007-06-09 Thread Del Wegener
Good Morning; I have very slowly learned how to use CSS for text formating etc. and use those techniques on most of my new pages. I have now created my first CSS layout page and would appreciatesome feedback from the experts before converting hundreds of pages. Please take a look at http://

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-23 Thread Del Wegener
> Jukka K. Korpela wrote: >> On Mon, 21 May 2007, david wrote: >> >>> that each line is >>> easily handled as a separate paragraph, with CSS controlling line >>> spacing and left/right margins. Just to add my two cents worth. When writing mathematics one frequently must display a formula whi

Re: [css-d] remove input border via css?

2007-05-15 Thread Del Wegener
- Original Message - From: "Jukka K. Korpela" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 15, 2007 8:49 AM Subject: Re: [css-d] remove input border via css? > On Tue, 15 May 2007, Del Wegener wrote: > >> I have followed this thread with interest because I

Re: [css-d] remove input border via css?

2007-05-15 Thread Del Wegener
> Hi gang: > Is there any way to use css to remove the border that accompanies an input > box? > I've tried border: none;, but that hasn't worked. > Cheers, > tedd -- Hi Tedd, Use input {border-width:0;} instead and it

Re: [css-d] CSS menu not behaving in IE 6

2007-05-03 Thread Del Wegener
> I am trying to figure out the best solution to why in IE6, The last tab in > on my Menu is not displaying inline like it does in FF and IE7. It appears > extra padding or margin is being added between the UL LI tags or > something.The tab for 'About VAE; drops down below the menu within the > con

Re: [css-d] Side-by-side positioning with css

2007-04-24 Thread Del Wegener
Thanks Alan and Mauricio. I have gone to http://www.htmldog.com/ quite a bit lately. I work with your suggestions to learn more. Right now the customer is satisfied and I must stop messing with websites while I finish the semester -- lots of exams to create, administer, and grade. I should be

  1   2   >