Re: [css-d] Basic questions about the box model

2017-08-13 Thread Georg
Den 13.08.2017 23.04, skrev Ezequiel Garzón: What a treat, Georg! THIS kind of insight is what I was hoping for. I'll try to accept the standards more as a given and not to think too much about foundational issues, though sometimes these aspects intrigue me. I get that. Curiosity is

Re: [css-d] Basic questions about the box model

2017-08-12 Thread Georg
Den 12.08.2017 20.52, skrev Ezequiel Garzón: Georg, while I haven't gone over the standard in depth, I assumed the rendering I saw in all browsers was compliant, and in that sense logical and expected. I was shooting for something along the lines of why you think it was defined this way.

Re: [css-d] Basic questions about the box model

2017-08-06 Thread Georg
. See: https://www.w3.org/TR/CSS2/visuren.html#block-formatting regards Georg __ 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

Re: [css-d] Entire div has disappeared, even though it is present in 'view source'

2016-11-18 Thread Georg
ex) problem for the relevant container. regards Georg __ 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://

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

2016-09-23 Thread Georg
To expand on that ... a read-through on the following article may be useful... <http://christopheraue.net/2014/03/05/vertical-align/> regards Georg Den 23.09.2016 03:52, skrev Chris F.A. Johnson: On Thu, 22 Sep 2016, John J wrote: Yeah..that sounds good. Easy enough to mak

Re: [css-d] styles for hover effects and touch

2016-01-09 Thread Georg
How to further complicate matters... http://caniuse.com/#feat=css-media-interaction ...once UAs and OSes are up to the tasks. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

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

2015-12-27 Thread Georg
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 __ css-discuss [css-d@list

Re: [css-d] iPhone difference 5 & 5c ?

2015-10-14 Thread Georg
With the wide range of screen dimensions and resolutions our designs (risk) ending up on today, it sounds strange that some are still limiting their designs to specific pixel measures. Den 14.10.2015 02:42, skrev Tom Livingston: If one pixel is causing such big issues, you may have bigger issu

Re: [css-d] review please - an existing site made mobile

2015-06-06 Thread Georg
teracts with, so the entire paragraph drops below the image before it can break up. Use ' ' or control whitespace depending on case. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-di

Re: [css-d] review please - an existing site made mobile

2015-06-04 Thread Georg
Seems to function OK - tested only in emulators. Only potential problem I can see, is that text alongside floating images may "break up" in not so nice ways as space narrows... Screenshot: http://www.gunlaug.com/contents/imagefolders/extra/scr-utr.png regards

Re: [css-d] Vertical & Horizontal Center ?

2015-06-03 Thread Georg
Den 04.06.2015 03:13, skrev Karl DeSaulniers: display:table and vertical-align:middle is one css way http://www.gunlaug.no/tos/moa_15a.html __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinf

Re: [css-d] making a site responsive - first step: making it all fluid

2015-05-21 Thread Georg
go {top: 0; left: 0} } I have only manipulated some of the basic elements, and none of the break-points or values I have used are anywhere near being perfect or final. You may also want to add one or two more mediaqueries, to create finer steps down towards the smallest screens. regards

Re: [css-d] convert traditional site to mobile friendly site

2015-04-24 Thread Georg
.gunlaug.com/contents/design/mobile-first.html> regards Georg __ 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 pol

Re: [css-d] Future of CSS and media queries for responsive design

2015-02-15 Thread Georg
l be used by most as the base for delivering designs. I do not see any "ultimate solutions" - with or without CSS - in the near future that will cover all cases to perfection, and so far I haven't found the need for one either... :-) regards Georg __

Re: [css-d] validating CSS when?

2014-11-25 Thread Georg
land is usually more important than serving "perfectly valid code". regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.

Re: [css-d] Why is child wider than parent?

2014-11-06 Thread Georg
You have... #band {padding-right:20px; width:100%;} ...which makes the band 20px wider than its parent. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] shake

2014-09-21 Thread Georg
;} ...to override the (other) link styles that now turn those links into 'display: block' on hover. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d Lis

Re: [css-d] a img tag being overwritten?

2014-09-10 Thread Georg
, not the image. If you don't want borders on links with images in them, you can add a class to those links that states that. Example: [a class="img"] [img href="..." alt="..."] [/a] a.img {bo

Re: [css-d] button using text and graphic

2014-09-02 Thread Georg
Den 02.09.2014 22:20, skrev Tom Livingston: http://www.tomliv.com/img/button.png If that's a typical "button", I would think the addition of 'background-size' and adding the "arrow" in with '::after' should be fle

Re: [css-d] page "guts" visible only in Firefox?

2014-08-19 Thread Georg
cases but not in other. Start by learning all implications of each method, and then select method, or combo of methods, as it suits each case. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-dis

Re: [css-d] Chrome issue with 1 pixel spacing between

2014-07-14 Thread Georg
. That, or to add a 1px padding that will overlap the gap, seems to be the best solution. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] Falstaff weds Frutiger.

2014-06-06 Thread Georg
> Only comment I have is that I feel the external link icon on the social icons in the footer are unnecessary. Otherwise, very nice. Me think so too - social icons are self-explaining. Otherwise good overall balance, and looking good. regards Ge

Re: [css-d] Media Queries: How many pixels make an em ?

2014-04-19 Thread Georg
device they use, so it is always the same behavior on each screen to each of them - unless someone breaks it. Only we designers/developers/coders compare between browsers on a somewhat regular basis, and I can't see any real problems going from "Full-Page zooming" in one brow

Re: [css-d] Media Queries: How many pixels make an em ?

2014-04-19 Thread Georg
tice, as that makes "text-only zooming" pretty useless for end-user. I only define 'max-width' for images, to make sure they stay within available space regardless of screen/window/page width, and for this I use '%' of container w

Re: [css-d] Phone breaks: unsure if working or not

2014-04-18 Thread Georg
use 'px' values. If you mean 'em' use 'em' values. If you mean _both_ 'px' and 'em' _under certain conditions_, combine 'px' values and 'em' values the right way in the same media query combo. regards Georg

Re: [css-d] Phone breaks: unsure if working or not

2014-04-17 Thread Georg
width they kick in at varies with font-size so no point referring to them in CSS pixels. Setting 'height' on containers with 'overflow: hidden' do lead to lost content. You should rethink that part. r

Re: [css-d] weird div math!

2014-04-15 Thread Georg
. For links in each of the 3 containers I would use a "link-cover". Attach ::before or ::after to the actual link, and let it cover the entire container. Description here... http://www.gunlaug.com/contents/design/generate

Re: [css-d] weird div math!

2014-04-15 Thread Georg
k like, and what browsers (how old versions) you want to support. Need more info than that you want to divide a width in 3 equally wide containers. Only then can we suggest "good", "better", and maybe even "best" way to do it. regards Georg

Re: [css-d] Firefox and page inflation

2014-04-10 Thread Georg
Den 10.04.2014 12:59, skrev MiB: What mobile first does is focusing on the content and the essential presentation of it. Something all web design should be doing already. That they should, regardless of how they approach visual design. regards Georg

Re: [css-d] Firefox and page inflation

2014-04-10 Thread Georg
asier. I agree in principle, but guess how much you "play by the market", or not, depends on whether you are trying to sell something, or not. :-) FWIW, I have no "first" in mind when designing, only "all"... http://www.gunlaug.com/contents/design/

Re: [css-d] Font-Sizes - Golden Rule ?

2014-04-09 Thread Georg
WebKit and Blink showing up, I have also observed minor differences between Blink-implementations in Google Chrome and Opera. Whether or not that over time will lead to another engine-split, is too early to tell. regards Georg

Re: [css-d] Font-Sizes - Golden Rule ?

2014-04-09 Thread Georg
a 20+ that uses the Blink engine, same as Google Chrome 32+ and with very few differences from this in how it renders anything. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailma

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Georg
Not sure, but I have a feeling the answer to what is happening can be found here... http://www.gunlaug.no/contents/wd_1_03_04.html If so, it is an old problem that reappears in a new form, caused by the fact that you start small on font-size and then size up further in. regards Georg

Re: [css-d] "Most Recent Post" graphic not aligning correctly

2014-03-26 Thread Georg
is will be a learning experience! Chech HTML validity first. Some unclosed elements in there, and browsers' "error-correction" do not always agree on how to render such things. regards Georg __ css

Re: [css-d] Box resize

2014-03-22 Thread Georg
Den 22.03.2014 22:39, skrev Karl DeSaulniers: Hey Georg, Thanks again for this example! Had a quick question. For some reason, if the outer boxes min-width is less then the totall width of the two inside containers, the two inside containers stack on top of each other in your example. Any way

Re: [css-d] Box resize

2014-03-20 Thread Georg
Den 20.03.2014 17:34, skrev Karl DeSaulniers: Link to example: http://designdrumm.com/boxresize.jpg Something along these lines might work... http://www.gunlaug.com/contents/test/shrink-1.html CSS in source-code. regards Georg

Re: [css-d] display:inline-block differences in browsers

2014-03-16 Thread Georg
1px red;} ...while designing, you will see where and how wide that container is. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-disc

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Georg
links here... <http://www.gunlaug.com/contents/design/index.html> ...and also the regular navigation at the bottom of that page. Both simple unordered lists carrying achors. regards Georg __ css-discuss [css-d@lists.css-d

Re: [css-d] coordinate link and li hover states?

2014-03-14 Thread Georg
rder-radius:3px; background-color:rgb(0,0,0); } nav ul li a{ display: block; line-height:1.65em; padding:.12em 1em .4em 1em; } ...and it will work as you intended. regards Georg __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] iOS Safari and multiple fixed backgrounds

2014-03-14 Thread Georg
e ago - that many browsers don't support anything "fixed" on small devices, because of the problems it unintentionally may cause. Also too easy to intentionally mess things up with "fixed". regards Georg _

Re: [css-d] child width exceeding parents' ?!

2014-03-09 Thread Georg
Den 10.03.2014 00:32, skrev Philippe Wittenbergh: The box model John. Adding the padding makes the box wider. Same thing with the border. The 1px border on that image makes it 2px wider and taller than 100%. regards Georg

Re: [css-d] is "clear" a hack?

2014-03-05 Thread Georg
operty/value that gets the job done, just because we, or someone else, dislike something about it, does not make sense. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/lis

Re: [css-d] rotate image CSS3?

2014-03-05 Thread Georg
leZ(1); transform: rotateY(1deg) rotateZ(-5deg) scaleX(1) scaleY(1) scaleZ(1);} ...and you will. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Bootstrap CSS...

2014-02-25 Thread Georg
ke :-) regards Georg __ 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 Support

Re: [css-d] image & text will not flow upwards

2014-02-15 Thread Georg
t the bottom of this stylesheet... <http://www.gunlaug.com/contents/test/Autobarn4%20Index_files/main.css> regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinf

Re: [css-d] best way to handle footer image sliding up under content

2014-02-12 Thread Georg
e overlapping. Adjust values to taste ... I have only tested in windows from about 1000px to about 4000px in width. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/list

Re: [css-d] Z-index or stacking issue

2014-01-13 Thread Georg
menu and is inaccessible. Adding... #menu {z-index: 1000;} ...seems to do. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-25 Thread Georg
Again, many thanks to all. regards Georg __ 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-discus

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
os use the same markup and CSS, so if one fails they should all fail. Clearly they do not. Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
things once I find practical uses for the basic method. regards Georg __ 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

[css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg
eal bugs in chrome, or if it just a local problem with those browser versions - not the first time browsers do strange things on my laptop. Will someone please check in latest Google Chrome and let me know if I'm dealing with

Re: [css-d] Where do you cut-off your browser support?

2013-09-21 Thread Georg
d refer to stats :-) My present "limited support for old browsers" policy is presented here... <http://www.gunlaug.com/contents/basics/incompatible.html> regards Georg __ css-discuss [css-d@lists.css-d

Re: [css-d] responsive video

2013-09-18 Thread Georg
padding-top: 30px; height: 0; overflow: hidden; } ...the .video-container styles will work. regards Georg div#content div div .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } div#content div div .video

Re: [css-d] font-sizing bug in generated content in IE 10 ?

2013-04-26 Thread Georg
On 26.04.2013 14:35, Philip TAYLOR wrote: Better than "rem", Georg ? Having been forced to use "rem" for this fix, I am now considering adopting them more widely. Haven't bothered to test out what's best in bug-cases like this, only what works and seem to do n

Re: [css-d] font-sizing bug in generated content in IE 10 ?

2013-04-26 Thread Georg
ated content in IE9+ only - hacked in. Seems to work reasonably well. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.in

Re: [css-d] Fwd: Centering contained div with unknown width.

2013-04-02 Thread Georg
ug.no/contents/wd_additions_20.html ...with 5 demo pages to show variants, are linked to in that old article. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Georg
On 27.02.2013 18:47, Geoff Pack wrote: background-image:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; Correct. Make it... background:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; ...and it will work

Re: [css-d] Layout glitching on href hover

2013-02-27 Thread Georg
haven't had to battle that bug since IE6. Must investigate further. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio

Re: [css-d] Layout glitching on href hover

2013-02-27 Thread Georg
nd fix for yet. regards Georg __ 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/p

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Georg
#page. To see how all containers relate to each others, test with something like... div {outline: dotted 1px green;} regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Georg
rtfolio.php Adding... #menu {min-height: 420px;} ...will fix the problem with footer too high on short pages. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi

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

2013-02-18 Thread Georg
atter what gets thrown at them. Beyond such a high minimum font-size value I have a feeling visitors with special needs apply 'page zooming' rather than 'text-only zooming', simply because few browsers can blow the text

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

2013-02-18 Thread Georg
the effect of those paragraph margins on your layout. regards Georg __ 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 pol

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

2013-02-18 Thread Georg
code, and those paragraphs do have margins that mess up the alignment you are trying to achieve. Once those paragraphs are eliminated you should have no problems setting suitable margins on the relevant div(s). regards Georg

Re: [css-d] Weird media querie behavior in Firefox

2013-02-17 Thread Georg
that page. regards Georg __ 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 Su

Re: [css-d] float issues

2013-02-15 Thread Georg
On 15.02.2013 20:44, Janis Rough wrote: I am trying to understand floats. Please see my demo: http://janisrough.dyndns.biz/css/float_test.html See: http://www.gunlaug.com/contents/test/float_test.html regards Georg

Re: [css-d] windows7 opera/12.12

2013-01-02 Thread Georg
Opera/12.12 screws up the primary content text "typographic color" [font-weight] on all pages. That font looks more "smeared" in Opera than in other browsers at that size. Don't know what to do about it. Georg ___

Re: [css-d] IE height bug

2012-10-28 Thread Georg
On 24.10.2012 20:47, Brett Goodrich wrote: Hello and thank you in advance. I'm using IE9. 1. www.913thewalk.com/shows Keep IE9 from going into "compatibility view", and/or add "hasLayout" triggers for IE7 and older

Re: [css-d] Opposing floats not lining up

2012-09-24 Thread Georg
padding to mess with the widths. What’s causing it? One of the simplest solutions for such a line-up... http://www.gunlaug.com/contents/test/tp120924.html regards Georg __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Controlling main-content width on a fluid design?

2012-09-02 Thread Georg
the above will probably also fix your Problem 2. regards Georg __ 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 polici

Re: [css-d] Word wrap, white space and related - The Whole Email

2012-08-03 Thread Georg
On 03.08.2012 20:34, Tom Livingston wrote: Sorry about the mis-fire, lets try again and finish the thought this time... Correct me if I'm wrong, but I think you want 'links in "inline" styled list-items'... http://www.gunlaug.com/contents/test/test-5.ht

Re: [css-d] on html and css versions

2012-08-01 Thread Georg
those who need that crucial bit of information, and it was just a coincidence that I hooked my response to your post. Hope that satisfy your need for answer. If you want more, take it off-list. regards Georg __ css-d

Re: [css-d] on html and css versions

2012-08-01 Thread Georg
On 01.08.2012 14:41, Tedd Sperling wrote: As for "good practice", using a tiny amount of code to accomplish something is better than using more than what's needed. If you say so :-) regards Georg ___

Re: [css-d] IE9 stacking opacity bug. Any real solutions?

2012-07-31 Thread Georg
f IE9 bugs related to generated content, and this may just be another one. 1. http://dev.w3.org/csswg/css3-color/#transparency regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailm

Re: [css-d] on html and css versions

2012-07-31 Thread Georg
the same in all browser versions the OP want to support without including some extra steps/info. regards Georg * http://www.gunlaug.no/contents/wd_additions_34.html ...and more recently: http://www.gunlaug.com/contents/design/applying_h

Re: [css-d] on html and css versions

2012-07-31 Thread Georg
hether you want to go forward with CSS, or stop at some point in time where you feel it is "safer", you still have to check the result in all browser versions you want to secure support for and maybe add workarounds for rendering d

Re: [css-d] IE9 stacking opacity bug. Any real solutions?

2012-07-31 Thread Georg
Apparently not. Georg __ 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

Re: [css-d] Floating boxes with variable heights

2012-07-29 Thread Georg
On 29.07.2012 11:41, Georg wrote: On 29.07.2012 07:29, David Hucklesby wrote: Now you made me double-check. :) Always a good thing ... that I don't do as often as I should these days ;-) To make my solution work we have to determine the exact width of the auto-added white-spac

Re: [css-d] Floating boxes with variable heights

2012-07-29 Thread Georg
retty much covers it. Your solution will work for the large majority of end-users. Whether or not it can be implemented depends on ability to tailor markup for it, as Philippe told us is not always the case. regards Georg

Re: [css-d] Floating boxes with variable heights

2012-07-28 Thread Georg
ew browsers have such options, not how they handle that particular case. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss

Re: [css-d] Floating boxes with variable heights

2012-07-28 Thread Georg
On 28.07.2012 13:58, Georg wrote: Sort of - in a round-about way. The "auto added" space is approx .5em either side of an inline-block, so by subtracting 1em from margin at front-side (often means negative front-margin) and offsetting the blocks (position: relative) to line up 1em

Re: [css-d] Floating boxes with variable heights

2012-07-28 Thread Georg
-up variants for the inline-block method itself - a total of 6 variants listed here... http://www.gunlaug.com/contents/test/ Have not included the margin tweaking you ask for yet, but may later. regards Georg __ css-disc

Re: [css-d] Floating boxes with variable heights

2012-07-27 Thread Georg
being a problem now. The reason I mentioned "obsolete browsers" is that I have bad memories about the cross-browser mess we had until only a few years ago, and now I don't care to check in older browser versions unless I get paid

Re: [css-d] Floating boxes with variable heights

2012-07-27 Thread Georg
ten the best alternative. regards Georg __ 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-dis

Re: [css-d] Floating boxes with variable heights

2012-07-26 Thread Georg
On 27.07.2012 01:52, Tedd Sperling wrote: You are irritatingly brilliant. :-) Naa, I refreshed my mind on old methods on... http://www.brunildo.org/test/index.html ...a few weeks ago. It's all there, just different. regards

Re: [css-d] Floating boxes with variable heights

2012-07-26 Thread Georg
On 27.07.2012 00:46, Georg wrote: On 27.07.2012 00:18, Boray ERIS wrote: Is this a joke? Nope. It's CSS! ...an if you don't bother to test this old float-alternative at your end, here are a few examples. http://www.gunlaug.com/contents/test/test-floating-boxes.html http://www.g

Re: [css-d] Floating boxes with variable heights

2012-07-26 Thread Georg
On 27.07.2012 00:18, Boray ERIS wrote: Is this a joke? Nope. It's CSS! Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:

Re: [css-d] Floating boxes with variable heights

2012-07-26 Thread Georg
happy with the result. regards Georg __ 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-discus

Re: [css-d] font-size: 62.5% revisited

2012-07-26 Thread Georg
eptions, so my list of rules for text-sizing doesn't have to contain more points. (*) high resolution = 900dpi (above which increased resolution won't achieve much), so half-way would be around 450dpi. They are not quite there yet :-) regards Georg

Re: [css-d] Why won't my search field/button center?

2012-07-17 Thread Georg
hange of size div.searchForm { width: 248px; margin: 10px 0 20px; } div.searchForm input+input { float: right; } ...and see if that works for you. I have not done any cross-browser test of it. regards Georg __ css-d

Re: [css-d] Page Centering at Smaller Resolutions

2012-07-17 Thread Georg
f the header background image. Changing the width to 100% gets the fluid bit happening, though, the header is unaffected. #page, header {max-width: 100%; min-width: 1020px;} ...will solve your problem on both points, down to the 1020 in width your fixed page can handle. regards

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Georg
y and will need "a backdoor entry" or other workaround. The 'only' keyword will shut out IE8 if used in an @import, and @media I think (haven't tested), and I have unintentionally shut out some low-end android browsers using the 'only' key

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Georg
test page on Opera Mobile Emulator (where resolution can be simulated), and got none, two or three lines depending on what resolution I set. regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Responsive images not scaling down

2012-07-15 Thread Georg
On 16.07.2012 00:51, Gates, Jeff wrote: Thanks Georg. I can see what you're saying. And I started to play around with increasing the side div percentages. However, what I'd like to maintain is a somewhat narrow middle column for the text (I'd like the text to be more vertical

Re: [css-d] Responsive images not scaling down

2012-07-15 Thread Georg
ge is so narrow that center column looks broken. regards Georg __ 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] Float 100% width, do I need clear:both?

2012-07-15 Thread Georg
-land since there may be more to your case than you present here. In cases where old IE versions create problems caused by clearing, I usually include clearing for all browsers, and override it to 'clear; none' for t

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
On 12.07.2012 19:02, Ron Zisman wrote: i tried looking at the example you sent, but the stylesheets were so extensive, i couldn't make heads or tails of it. http://www.ricochet.org/rollover/home.html I only included the styles that had to be modified or added. You have left out all the rest

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
...and if you want to start scaling with more that 2 images horizontally, change 'max-width' on .nav to a smaller value that sums up to 100% or less for the number of horizontal images you want. Georg __ c

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
} .nav a img {max-width: 100%; height: auto;} .nav a, .nav a:link, .nav a:visited { display:block; width: 100%; height: auto; } regards Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.

Re: [css-d] Vendor-prefixed CSS3

2012-07-11 Thread Georg
it. regards Georg __ 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.htm

  1   2   >