Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
On Tue, 25 Apr 2017, crestchristop...@gmail.com wrote: What is that image ? I know what it is but it appears as junk ? It's a screenshot of the page in question. Christopher From: Chris F.A. Johnson Sent: Tuesday, April 25, 2017 7:57 PM To: CSS Discussion Group Subject: Re: [

Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
://css-tricks.com/snippets/css/a-guide-to-flexbox/ Not a page I'd use as a good example: http://b.cfaj.ca/flex.jpg -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-

Re: [css-d] What causes the space at bottom of squares?

2016-09-22 Thread Chris F.A. Johnson
. -- Chris F.A. Johnson, <http://cfajohnson.com> __ 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 policies -- http://css-discu

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
lman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Chris F.A. Johnson, <http://cfajohnson.com> __

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
ed margins and positioning but that doesn't set the element back to it's original spot, the only way I can get it back to it's original spot is by removing the class. You probably have that class in a CSS file. A URL would help. -- Chris F.A. Johnso

Re: [css-d] backgound shows below content when it shouldn't

2014-08-14 Thread Chris F.A. Johnson
I can no longer see the wood for the trees, and would be grateful for some help, please. Regards, Tim Dawson -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-di

Re: [css-d] FireFox issues displaying height of div

2014-07-25 Thread Chris F.A. Johnson
://advres.thehomepagestore.com/consulting_unconventional_resources.php This is what I see: <http://b.cfaj.ca/thehomepagestore.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discu

Re: [css-d] why are ems rendering large?

2014-07-25 Thread Chris F.A. Johnson
users preference for font size - without the compounding issues (and any other) of the em. -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/li

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
have in that toolkit? Why would you want it to necessarily be 16px? It it were, it would be too small for many people to read comfortably. In my browser, "font-size:100%;" means 22px, a good size for me to read easily. -- Chris F.A. Johnson, <http://c

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
I re-examine, seems like pretty weak sauce… Perhaps I’d best wrap the logo in a regular div with an id of ‘header-logo’ ? Note that you can also specify font-size in rem, which is relative to the BODY's font-size. See <http://t.cfaj.ca/emsize.html>. -- Chris F.A.

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
that you can see exactly where they are. It helps to distinguish between margins and padding (padding is inside th$ -- Chris F.A. Johnson, <http://cfajohnson.com>__ css-discuss [css-d@lists.css-discuss.org] http://www.css-

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
is 19[.2]px. Chris F.A. Johnson wrote: On Wed, 23 Jul 2014, John wrote: On Jul 23, 2014, at 8:38 PM, Crest Christopher wrote: Large ? What is the size you want ? I am hoping that ems will be the same size across the board throughout the page…my understanding is that they’re appx equal to

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
On Thu, 24 Jul 2014, Chris F.A. Johnson wrote: On Wed, 23 Jul 2014, John wrote: On Jul 23, 2014, at 8:38 PM, Crest Christopher wrote: Large ? What is the size you want ? I am hoping that ems will be the same size across the board throughout the page…my understanding is that they’re appx

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
-size; if your font-size is 120%, an em will be 20% larger than in a block where the font-size is 100%. -- Chris F.A. Johnson, <http://cfajohnson.com>__ css-discuss [css-d@lists.css-discuss.org] http://www.css-discu

Re: [css-d] make image bottom-align?

2014-07-23 Thread Chris F.A. Johnson
On Wed, 23 Jul 2014, John wrote: it is: http://www.coffeeonmars.com/170_su/template/home.html the image is controlled by #social-main and it’s containing div is #main_header http://t.cfaj.ca/pictest/ -- Chris F.A. Johnson, <http://cfajohnson.

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Chris F.A. Johnson
idea: <http://t.cfaj.ca/imgcap.shtml> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Appro

Re: [css-d] why does shadow disappear?

2013-06-08 Thread Chris F.A. Johnson
On Sat, 8 Jun 2013, COM wrote: I believe I found the problem: failure to close a div tag… this is by far and away my #1 coding problem. Which is why you should validate your pages. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting t

Re: [css-d] Containers and height

2013-05-22 Thread Chris F.A. Johnson
On Wed, 22 May 2013, r...@thedesignedge.com wrote: In a non responsive page I am wondering if anyone has any advice on getting a container div to expand to the content within. Make the page responsive. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Progr

Re: [css-d] Replacing text link with image

2013-05-03 Thread Chris F.A. Johnson
; } whatever:hover { border: 2px solid red; } -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005,

Re: [css-d] font-size in body selector?

2013-04-18 Thread Chris F.A. Johnson
t on the page. What I am not clear is: where do you tell the browser how large the "M" is? Is it universally understood that 1 "M" is 16 pixels high? 1em is the current font-size. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Sc

Re: [css-d] z-index question

2013-03-27 Thread Chris F.A. Johnson
s for FF, can someone help please? I see a lot of problems with the page: <http://b.cfaj.ca/redkitcreative.jpg>. Perhaps when those are fixed, the other problem will also be solved. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting th

Re: [css-d] something overwriting my css?

2013-03-20 Thread Chris F.A. Johnson
bootstrap.css file at line 4820. You can see from my declaration, that using !important didn't get it to work. I don't find anything in the cascade of style sheets that overwrites it, not is there anything inline. a, .nav-collapse .dropdown-menu a {color: White !important;} -- Chris

Re: [css-d] gap between image and background

2013-03-08 Thread Chris F.A. Johnson
color used in my image does not match the background color of the div even though they are both # c7b619. Any ideas as to the origin of the line and how to get rid of it? Remove all CSS and add it back a bit (or one file) at a time until the problem appears. -- Chris F.A. Johnson,

Re: [css-d] printing parts of a page.

2013-03-01 Thread Chris F.A. Johnson
On Sat, 2 Mar 2013, Wade Smart wrote: I finally got it figured out. Little testing helped out :D Please post your solution so others may also benefit. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009,

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
On Thu, 28 Feb 2013, Wade Smart wrote: On Thu, Feb 28, 2013 at 8:32 PM, Chris F.A. Johnson wrote: On Thu, 28 Feb 2013, Wade Smart wrote: Ive done that. Sorry, i wasnt clear. Only one div has a class of print and the rest are all hidden. Because they do not print, what is there is just a

Re: [css-d] printing parts of a page.

2013-02-28 Thread Chris F.A. Johnson
_ 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 policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Chris F.A. Johnson, &l

Re: [css-d] Horizontal menus

2013-02-21 Thread Chris F.A. Johnson
On Fri, 22 Feb 2013, Anthony wrote: Sorry guys. Here is the menu I am trying to achieve. What is the best and neatest way to achieve this using css? http://img841.imageshack.us/img841/8483/csssubmenu31024x309.jpg <http://t.cfaj.ca/horizmenu.html> -- Chris F.A. Johnson,

Re: [css-d] Displaying button and checkboxes in a row

2013-02-19 Thread Chris F.A. Johnson
n the same line, but the other 2 checkboxes display below them. Here is my code: Meas PR GA Why do you have all those DIVs? Meas PR GA -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2

Re: [css-d] Need help aligning images horizontally in a div

2013-02-18 Thread Chris F.A. Johnson
wing the extra space. You have more problems than that: <http://b.cfaj.ca/gssg.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem

Re: [css-d] list menu item breaking across lines

2013-02-18 Thread Chris F.A. Johnson
Tangentially, in trying to find a solution, I came up with this: .MenuClass > li > a { float: left; display: block; } Add this: white-space: nowrap; And: .MenuClass { line-height: 2 } -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scrip

Re: [css-d] CSS or JavaScript?

2013-02-18 Thread Chris F.A. Johnson
;s inherent adaptability and flexibility. Disregarding user preferences by sizing in px is unfriendly technique: http://fm.no-ip.com/Auth/rudeweb.html -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scrip

Re: [css-d] CSS or JavaScript?

2013-02-17 Thread Chris F.A. Johnson
isting" appear heavily indented and cut off on the right side. I'm using Windows 7. The page is at: _http://www.sportsmansresource.com/flocalxnewyork_1c.htm_ (http://www.sportsmansresource.com/flocalxnewyork_1c.htm) See also <http://b.cfaj.ca/SportsmansResource.jpg>

Re: [css-d] CSS or JavaScript?

2013-02-17 Thread Chris F.A. Johnson
st "Silver Member Listing" appear heavily indented and cut off on the right side. I'm using Windows 7. The page is at: _http://www.sportsmansresource.com/flocalxnewyork_1c.htm_ (http://www.sportsmansresource.com/flocalxnewyork_1c.htm) See also <http://b.cfaj.ca/SportsmansRes

Re: [css-d] float issues

2013-02-15 Thread Chris F.A. Johnson
73px first box and 23 pixels the second box with a black border around the top and sides. They don't have to be. Doing that breaks the layout. Take a look at <http://t.cfaj.ca/float_test.html> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Pr

Re: [css-d] Let's see if my site breaks badly

2013-02-14 Thread Chris F.A. Johnson
On Thu, 14 Feb 2013, Michael Stevens wrote: www.wideopenphotography.com ... It's my first fully liquid layout It's not at all liquid. If I reduce the size of my browser window, I get a hortizontal scroll bar. -- Chris F.A. Johnson, <http://cfajohnson.com/> Aut

Re: [css-d] Font units question

2012-12-20 Thread Chris F.A. Johnson
e a minimum font-size set in my browser. I ask because of a recent run-in with a layout that would make accommodating font-scaling difficult. Then the layout needs to be fixed. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting th

Re: [css-d] no ul list style with reset.css

2012-11-04 Thread Chris F.A. Johnson
lists have the disc? Restore some left margin to UL and remove this rule: ol, ul { list-style: none; } -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-So

Re: [css-d] IE 7 still doesn't play nice!~

2012-11-02 Thread Chris F.A. Johnson
On Fri, 2 Nov 2012, Chris F.A. Johnson wrote: ... www.rayxi.com This is how it looks in my browser (Firefox): <http://b.cfaj.ca/rayxi.jpg> And it's even worse in Chrome: <http://b.cfaj.ca/rayxi-chrome.jpg> I also forgot to mention that you are serving the page a

Re: [css-d] IE 7 still doesn't play nice!~

2012-11-01 Thread Chris F.A. Johnson
ve a look: www.rayxi.com This is how it looks in my browser (Firefox): <http://b.cfaj.ca/rayxi.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Pr

Re: [css-d] Droid RAZR problem

2012-08-31 Thread Chris F.A. Johnson
astern Daylight Time, ch...@cfajohnson.com writes: On Thu, 30 Aug 2012, bho...@aol.com wrote: _http://www.sportsmansresource.com/flocalxnewyork_1a.htm_ <http://b.cfaj.ca/sportsmansresource.jpg> (The page continues like that all the way to the bottom.) -- Chris F.A. Johns

Re: [css-d] Droid RAZR problem

2012-08-30 Thread Chris F.A. Johnson
On Thu, 30 Aug 2012, bho...@aol.com wrote: _http://www.sportsmansresource.com/flocalxnewyork_1a.htm_ <http://b.cfaj.ca/sportsmansresource.jpg> (The page continues like that all the way to the bottom.) -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash

Re: [css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Chris F.A. Johnson
See <http://b.cfaj.ca/bcbsm.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

Re: [css-d] Minimum width for flexible page

2012-05-21 Thread Chris F.A. Johnson
. For some, 980px will be too wide; for some, it will be too narrow. It is far better to express the max-width in ems. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A

Re: [css-d] layout problems on first page load only

2012-03-18 Thread Chris F.A. Johnson
is document as XHTML 1.0 Strict! Result: 124 Errors, 201 warning(s) -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-S

Re: [css-d] IE sidemenu rendering problem

2012-02-08 Thread Chris F.A. Johnson
-- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) __ css-discuss

Re: [css-d] IE sidemenu rendering problem

2012-02-08 Thread Chris F.A. Johnson
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Feigen.com%2Fabout%2FManagement.shtml> If the HTML is invalid, there's no guarantee that all browsers will correct it in the same way. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Progr

Re: [css-d] Screen Resolution Independend CSS

2012-02-08 Thread Chris F.A. Johnson
;t specify it, they will be subtracted. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approa

Re: [css-d] Screen Resolution Independend CSS

2012-02-08 Thread Chris F.A. Johnson
? Do not design for a specific px width; use % instead. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005,

Re: [css-d] I Have a Really Big 'm'

2012-01-25 Thread Chris F.A. Johnson
been discussed before in this thread, em is not a horizontal measure. It is a vertical measure, and is defined as the size of the font. It may be used for horizontal or vertical measurement, but its definition is based on a vertical measurement, the font-size. -- Chris F.A. Johnson, &l

Re: [css-d] TwoQuestions: min/max-width, change layout with width

2012-01-25 Thread Chris F.A. Johnson
don't know about the original poster's target demographic, but 960px works well on a modern computer It doesn't work well for me, and it works even less well for a friend who needs to crank the font size even more than I do. -- Chris F.A. Johnson, <http://cfajohnson.com/>

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread Chris F.A. Johnson
rflow: hidden. If the photo is less than 100%, there is room for the shadow. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2

Re: [css-d] Fw: Re: css measures - em grid system makes sense ?

2011-11-10 Thread Chris F.A. Johnson
20% larger than you expect this end. If you set body font-size to 62.5% all text will appear 37.5% smaller than I like it, and it will be unreadable at that size. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux She

Re: [css-d] css measures - em grid system makes sense ?

2011-11-10 Thread Chris F.A. Johnson
ds on your design goals. FWIW, these days I size grid horizontal widths in percent; vertical spaces in EMs. Why do you use any vertical space measure? That's asking for trouble. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the

Re: [css-d] the realities of moving and resizing images

2011-11-07 Thread Chris F.A. Johnson
On Mon, 7 Nov 2011, e...@copywritecolombia.com wrote: Basically don't resize images it is a waste of bandwidth just download the image once in the right size for your design and be done with it There is no one right size for a fluid page. -- Chris F.A. Johnson, <http://cfajoh

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

2011-10-26 Thread Chris F.A. Johnson
also does weird things with the menu at the left, where "next in project" gets so large it takes up 2 lines. The H1 also breaks in Firefox because, like many people, I use a larger font-size than you do: <http://b.cfaj.ca/coffeeonmars.jpeg>. -- Chris F.A. Johnson, &

Re: [css-d] Footer alignment

2011-10-25 Thread Chris F.A. Johnson
wrote: Hello, we are having a problem with our footer alignment in Safari, Opera, and IE. Can anyone take a look? The "div#footer ul" rule needs some work to align directly under the left edge of the homepage main area. http://www.xifin.com -- Chris F.A. Johnson, <http://cfajohn

Re: [css-d] San-Check request on new responsive site(s)

2011-10-24 Thread Chris F.A. Johnson
scale site redesign of our primary external consumer website in January. I've already found a few 'things that are not so hot' but would very much value any and all feedback. Text spills out of its container: <http://b.cfaj.ca/gallup.jpg> -- Chris F.A. Johnson, &

Re: [css-d] css reset line-height

2011-10-20 Thread Chris F.A. Johnson
-height: 1; } Am I correct in assuming this is a typo, one of us has changed it to 1px?? or is there some fix by setting everything to 1px? No units should be used with line-height, and 1px is obviously very wrong! -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Chris F.A. Johnson
On Thu, 7 Apr 2011, Philip Taylor (Webmaster, Ret'd) wrote: Chris F.A. Johnson wrote: Beware of trying to fit text into a fixed-size container: <http://t.cfaj.ca/postit.jpg> For an example that works with any font size, see <http://twd2.cfaj.ca/>. (I have just started to

Re: [css-d] Experiment: CSS post it note

2011-04-07 Thread Chris F.A. Johnson
to a fixed-size container: <http://t.cfaj.ca/postit.jpg> For an example that works with any font size, see <http://twd2.cfaj.ca/>. (I have just started to redo my site, so there not much there besides the first page.) -- Chris F.A. Johnson, <http://cfajohnson.com/>

Re: [css-d] Drop Down Menu Issue with IE8

2011-04-05 Thread Chris F.A. Johnson
looks as it should. That shouldn't make any difference; the HTML tag is optional. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2

Re: [css-d] Will on-page css override same selector in external style sheet?

2011-03-20 Thread Chris F.A. Johnson
quot; that calls up the main style sheet for the majority of visitors and a variant of the main style sheet with the alternate paragraph style? I would use a different class or id attribute on the BODY of the pages that need to be different and select for that. -- Chris F.A. Johnson, &l

Re: [css-d] Vertically-centered inline content (of unknown height) in IE lte 7

2011-03-16 Thread Chris F.A. Johnson
On Wed, 16 Mar 2011, Barney Carroll wrote: Thanks for the check-up, Chris… On 16 March 2011 14:41, Chris F.A. Johnson wrote: I haven't looked at the problem you described because I immediately saw another problem. See <http://t.cfaj.ca/barney.jpg>. No, that's pret

Re: [css-d] s now a legitimate presentational device for layout according to W3C

2011-03-16 Thread Chris F.A. Johnson
ch use will now be HTML5-valid, provided said table has a role attribute set to "presentation" [1]. There may be the occasional instance where I might use a presentational table, but for the vast majority of cases, I find CSS uses far less mark-up and styling than table-based presen

Re: [css-d] Vertically-centered inline content (of unknown height) in IE lte 7

2011-03-16 Thread Chris F.A. Johnson
On Wed, 16 Mar 2011, Barney Carroll wrote: (code in situ at a test case here: barneycarroll.com/centerY.html — method a) I haven't looked at the problem you described because I immediately saw another problem. See <http://t.cfaj.ca/barney.jpg>. -- Chris F.A. Joh

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-04 Thread Chris F.A. Johnson
252573013.jpg> It would look a lot better if each item in the contents were on one line; it's not as if there isn't room in my browser window. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apres

Re: [css-d] Margin problem on nav column?

2011-03-02 Thread Chris F.A. Johnson
On Wed, 2 Mar 2011, Rory Bernstein wrote: On Mar 2, 2011, at 4:19 PM, Chris F.A. Johnson wrote: On Wed, 2 Mar 2011, Lundgren, Chad wrote: On this site, any page, this page for example: http://bit.ly/fkJJvH <http://t.cfaj.ca/lettershop.jpg> Well that looks pretty terrible! Is t

Re: [css-d] Margin problem on nav column?

2011-03-02 Thread Chris F.A. Johnson
On Wed, 2 Mar 2011, Lundgren, Chad wrote: On this site, any page, this page for example: http://bit.ly/fkJJvH <http://t.cfaj.ca/lettershop.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apre

Re: [css-d] font-size html

2011-02-22 Thread Chris F.A. Johnson
On Tue, 22 Feb 2011, Kevin A. Cameron wrote: ... PS - list mod: can you change the list options so the 'from' field is the mailing list instead of the recent poster? Or change Reply-to: to the list. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro

Re: [css-d] font-size html

2011-02-22 Thread Chris F.A. Johnson
Why would you want to? On Feb 22, 2011, at 4:07 PM, Chris F.A. Johnson wrote: On Tue, 22 Feb 2011, Germán Martínez wrote: Hello, I've always used body {font-size: .625em;} as a way to manage more easily the font-size and I was wondering if using: html{ font-size: .625em; } b

Re: [css-d] font-size html

2011-02-22 Thread Chris F.A. Johnson
s for defining font-size on the html element? Why not: body { font-size: 100%; } ? That way you will use the size that the user prefers rather than one that is probably too small to read comfortably (87.5% of the viewer's comfortable size). -- Chris F.A. Johnson, <http://c

Re: [css-d] styling table to have blank rows?

2011-02-22 Thread Chris F.A. Johnson
On Tue, 22 Feb 2011, Tom Livingston wrote: If only I could stay on this page long enough to inspect it, before being redirected to lynneheller.com    <http://t.cfaj.ca/table-blank-rows.html> Oops! I put the refresh on the wrong page. Now fixed. -- Chris F.A. Johnson,

Re: [css-d] styling table to have blank rows?

2011-02-20 Thread Chris F.A. Johnson
] [site URL ] [ blank row ] and so on... Besides having to make a separate table for each pair (of site name and URL) is there an easier way to do this so? <http://t.cfaj.ca/table-blank-rows.html> -- Chris F.A. J

Re: [css-d] different sizes between FF and IE

2011-02-13 Thread Chris F.A. Johnson
On Mon, 14 Feb 2011, Martin wrote: On 14/02/11 01:41, Chris F.A. Johnson wrote: On Mon, 14 Feb 2011, Martin wrote: ... Could you advise me how to standardise the height of divs so that I can safely included that kind of background image? You cannot know what font size your viewers are

Re: [css-d] different sizes between FF and IE

2011-02-13 Thread Chris F.A. Johnson
jpg>. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) __ css-di

Re: [css-d] browser check

2011-02-11 Thread Chris F.A. Johnson
ich OS are irrelevant.) -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) __

Re: [css-d] New to the list and a question..

2011-02-11 Thread Chris F.A. Johnson
. Often, fixing one will also correct several subsequent errors. Start with the first error, then check it again. Repeat as necessary. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripti

Re: [css-d] New to the list and a question..

2011-02-11 Thread Chris F.A. Johnson
On Fri, 11 Feb 2011, James Sheffer wrote: ... http://new.thetoyz.com/navcode.abc Wow! 636 Errors, 576 warning(s) <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fnew.thetoyz.com%2F> Once the errors are fixed, ask again. -- Chris F.A. Johnson, <http://c

Re: [css-d] Drop-down navigation without javascript

2011-01-28 Thread Chris F.A. Johnson
imos-float-drop-css-only-dropdown-menu.html When I hover over the dark grey block, the menu appears below it; when I move the mouse away, it appears at the top right: The new holy grail, fixed width, tho. ... PS: The lists reply settings suck. Every time. Agreed. --

Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Chris F.A. Johnson
on on this elsewhere, and was wondering if I had just created a perfect storm, or if this was a known issue. The usual reason is that different people have different defualt font sizes in their browsers, and it has nothing to do with the OS (or even the specific browser). -- Chris F.A. John

Re: [css-d] White space in IE

2011-01-28 Thread Chris F.A. Johnson
.cfaj.ca/deveron1.jpg> <http://t.cfaj.ca/deveron2.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution

Re: [css-d] Floats followed by paragraphs

2011-01-12 Thread Chris F.A. Johnson
div of width 100%? has a width of 100%. -- Chris F.A. Johnson, <http://cfajohnson.com/> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution

Re: [css-d] form/ul layout weird in IE

2011-01-12 Thread Chris F.A. Johnson
On Wed, 12 Jan 2011, rich...@moremagic.com wrote: Quoting "Chris F.A. Johnson" : It's off in other browsers as well. See <http://t.cfaj.ca/mloyalty.jpg>. What browser is that, by the way? Any browser with a larger minimum font size than yours. The buttons seem

Re: [css-d] form/ul layout weird in IE

2011-01-12 Thread Chris F.A. Johnson
ff in other browsers as well. See <http://t.cfaj.ca/mloyalty.jpg>. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Appro

Re: [css-d] CSS Sprite Generator

2011-01-07 Thread Chris F.A. Johnson
) let you define the offset values for the basic size of the sprit, Vertical/Horizontal option, and generate the single file to use? ImageMagick's identify and montage commands and a little scripting. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash

Re: [css-d] Web typography with CSS3

2010-12-31 Thread Chris F.A. Johnson
On Fri, 31 Dec 2010, David McGlone wrote: On Friday, December 31, 2010 02:00:15 pm Guy K. Haas wrote: On Fri, December 31, 2010 10:49 am, Chris F.A. Johnson wrote: ... Nice and snappy in Firefox, but slow as molasses in Opera. I get the same results in the these 2 browsers, but I like

Re: [css-d] Web typography with CSS3

2010-12-31 Thread Chris F.A. Johnson
d snappy in Firefox, but slow as molasses in Opera. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Appro

Re: [css-d] body has a top-margin that I can not figure out

2010-12-28 Thread Chris F.A. Johnson
p://t.cfaj.ca/45minutestonowhere.jpg> Try this: <http://t.cfaj.ca/45minutestonowhere.com/>. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Sol

Re: [css-d] close horizontal gutter

2010-12-19 Thread Chris F.A. Johnson
ot. I don't like having to keep moving the mouse (and often having to scroll) to keep clicking Next. See <http://photos.cfaj.ca/wg/Cassels-park.html> for the way I do it. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Li

Re: [css-d] Is it because of my code? [correction]

2010-12-18 Thread Chris F.A. Johnson
the time. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) __ css-discu

Re: [css-d] CSS Templates 1: Outside The Box

2010-12-16 Thread Chris F.A. Johnson
workaholic! <http://t.cfaj.ca/outsidethebox.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem

Re: [css-d] Element is little bigger than inner

2010-12-06 Thread Chris F.A. Johnson
On Tue, 7 Dec 2010, Yu-Hsuan Lai wrote: My HTML is : --- --- I think that should fill up with , but in fact, is smaller than . Like this:http://ppt.cc/RqlC Can I make them the same size? Style the IMG with display:block; -- Chris F.A. Johnson, <http://cfajohnson.

Re: [css-d] nav link states

2010-10-18 Thread Chris F.A. Johnson
On Mon, 18 Oct 2010, Chris F.A. Johnson wrote: On Mon, 18 Oct 2010, Dudley Barker wrote: What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays "lit" so that if I forget where I am, I need simply glance up at

Re: [css-d] nav link states

2010-10-18 Thread Chris F.A. Johnson
not have a link to the current page. And the million dollar question is: How do I style such? Style it differently from the links. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Re

Re: [css-d] Div has scroll bar; can't fix.

2010-09-15 Thread Chris F.A. Johnson
across the various pages. Remove overflow: auto; -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005,

Re: [css-d] Using em or pixel

2010-09-09 Thread Chris F.A. Johnson
e. If it's for column widths, you may create narrow columns that look like thin trickles down the page. Use px for border widths and images, but little else. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux She

Re: [css-d] Type sizes?

2010-09-08 Thread Chris F.A. Johnson
in a tag. (I know I'd have to put tags around these, just don't know what kind.) You can use, for example, a DIV, or a P with a class: Some text here CSS: .whatever { font-size: 110%; } -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programmin

Re: [css-d] Artifact on CSS dropdown menu

2010-09-02 Thread Chris F.A. Johnson
which seems to get exagerated on different browsers as well. ... http://www.quickconvert.net/index.html I see a different problem: <http://cfajohnson.com/testing/quickconvert.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scrip

Re: [css-d] IE Problem - logo appearing on top of text

2010-08-30 Thread Chris F.A. Johnson
ohnson.com/testing/Thornewig.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) ___

Re: [css-d] Using efficient selectors?

2010-08-28 Thread Chris F.A. Johnson
one on principle. The longer version can be used if you need extra specificity for this rule. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-

  1   2   >