Re: [css-d] background doesn't show up on iOS

2014-01-15 Thread +josh+
Thanks, that did it! Josh > On Jan 15, 2014, at 5:22 PM, Karl DeSaulniers wrote: > > >> On Jan 11, 2014, at 5:42 PM, nom nom nom wrote: >> >> http://bit.ly/1dcFzaf >> >> My page background shows up in chrome & safari on my computer, also wor

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

2012-08-01 Thread Josh Rehman
On Wed, Aug 1, 2012 at 6:11 PM, Philippe Wittenbergh wrote: > Le 2 août 2012 à 06:03, Josh Rehman a écrit : > >> And, actually the uppercase DOCTYPE is important as >> I've run into problems with the lowercase version in some browsers. > > That sounds weird. Can y

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

2012-08-01 Thread Josh Rehman
On Wed, Aug 1, 2012 at 1:57 PM, Tedd Sperling wrote: > Unfortunately/fortunately there are many choices, for example: > > http://www.w3.org/QA/2002/04/valid-dtd-list.html > > What is a novice to do? Can the choice be simple? > > What is wrong with using? > > Nothing. Use that. And, actually the

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

2012-07-31 Thread Josh Rehman
On Tue, Jul 31, 2012 at 10:51 AM, Jukka K. Korpela wrote: > 2012-07-31 20:43, Josh Rehman wrote: > >>> The reality is different from the spec, as one can see from the >>> discussion of the topic in the relevant CSS3 draft: >>> http://www.w3.org/TR/css3-values/#abs

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

2012-07-31 Thread Josh Rehman
On Tue, Jul 31, 2012 at 12:07 AM, Jukka K. Korpela wrote: > > 2012-07-31 3:32, Josh Rehman wrote: > >> The screen resolution thing is a non-issue because the CSS px >> is defined to be an angular measure: > > > The reality is different from the spec, as one can see

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

2012-07-30 Thread Josh Rehman
On Thu, Jul 26, 2012 at 9:13 AM, David Hucklesby wrote: > On 7/26/12 1:55 AM, Georg wrote: > >> On 26.07.2012 06:06, David Hucklesby wrote: >> >>> Perhaps this is just nonsense. But it just has to be better than 62.5%. >>> I use Opera a lot, with a minimum text size of 12px--you'd be surprised >>>

[css-d] Freeway Pro by Softpress

2008-10-20 Thread Josh Orlean
tting your opinion. Thanks, Josh __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Support

[css-d] css beginner in search of great books and courses

2008-09-18 Thread Josh Orlean
I am a graphic designer who has just started learning CSS and XHTML. I've got Eric Meyer's books: CSS: The Definitive Guide 2nd edition, and CSS Web Site Design Hands on Training and the zen of css design. Would appreciate any recommendations. Th

[css-d] Where to put the width?

2008-06-04 Thread Josh Rehman
o I guess I have two questions: first, is it true that the innermost width always takes precedence, or is there a more subtle rule that my tests have not revealed? Second, what is the best policy to specify widths to avoid redundancy - specify only the innermost width, or only the outermost wi

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
Gunlaug Sørtun wrote: > Josh Rehman wrote: >> http://www.javajosh.com-a.googlepages.com/pymk.html >> >> The key thing that troubled me with this layout was that I couldn't >> just "float:right" the pymk-x elt. As a workaround I used >> position:absol

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
What's also puzzling is that the last div always lays out differently than the rest. I'm sure that's a big clue but I'm not sure what it means. (back to reading quirksmode.org:) Josh Rehman wrote: > Hi there, > > I've been lurking on this list for a while, a

[css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
" the pymk-x elt. As a workaround I used position:absolute; top:5px; right:0px;" I still don't know why that doesn't work in IE6. Your comments and suggestions appreciated. - Josh __ css-discuss [EMAIL PROTE

Re: [css-d] Skin Test Request

2008-05-25 Thread Josh Rehman
__ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported

[css-d] weird safari width issue

2008-02-04 Thread Josh Ghiloni
ket.com/albums/h128/fobaysnrl2/ieoverflow.png http://i63.photobucket.com/albums/h128/fobaysnrl2/safoverflow.png Thanks! Josh -- Internets. Serious business. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

Re: [css-d] question about style inheritance

2008-01-11 Thread Josh Ghiloni
of my existing code!). I suppose I could load an alternate RTL stylesheet in the situations where I'm supporting RTL languages. Thanks again! On Jan 11, 2008 6:03 PM, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > Josh Ghiloni wrote: > > > I have a bit of code that,

[css-d] question about style inheritance

2008-01-11 Thread Josh Ghiloni
Hi All. I have a bit of code that, for example, looks like this: div { color: blue } div[dir="rtl"] { color: red } hi! bye! As I somewhat expected, the outer (hi!) text rendered red, whereas the inner child is rendering blue. Is there a way I can define my styles such that div[dir="rtl"] an

[css-d] ie float drop that I can't fix

2006-11-13 Thread Josh Weinstein
nline and neither worked. Please help. Thanks. Me: Josh Weinstein My Site: design.flowingpens.com My [EMAIL PROTECTED]: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED]

[css-d] ie bug - what else?

2006-06-21 Thread Josh Weinstein
IE is pushing a div over 1px to the left and I can't figure out why. Can anyone help? Take a look at: http://design.flowingpens.com/css_discuss/ In firefox, my #branding div sits where it is supposed to. But in IE, it is moved one pixel to the left. How come? Thanks.

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread Josh Stephenson
Familiarize yourself with the box model hack: http://css-discuss.incutio.com/?page=BoxModelHack The best one though is probably this one: http://virtuelvis.com/archives/2004/02/css-ie-only [EMAIL PROTECTED] wrote: > Hi there, > > I've created a page for a client and used CSS for layout. I'm a >

Re: [css-d] Why does IE6 ignore image width?

2006-04-26 Thread Josh Keele
> Why? Maybe because this is not valid html: > > * no doctype, > * no charset, > * no , > * placed in the I thought about that, but didn't think that would be it. But after you suggested it I went back and fixed all of that. It didn't make a difference. However, I have figured

[css-d] Why does IE6 ignore image width?

2006-04-25 Thread Josh Keele
Why does IE6 ignore image width when I either hit enter or click go on the address bar, but it gets the image width right when I hit refresh? td { width: 33.33%; height: 100px; } table { width: 700px; } img { width: 100%; height: 100%; position: relative; }

[css-d] stretch a column to fit and keep footer down

2006-04-25 Thread Josh Weinstein
bottom of the content which it shouldn't be doing. HELP!!! Thanks. Josh Weinstein __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE

Re: [css-d] IE 6 problem on first visit to page using Gilder/LevinImage Replacement

2006-04-06 Thread Josh Galun
Re: [css-d] IE 6 problem on first visit to page using Gilder/LevinImage Replacement Hi Josh, Try adding a height & width to the "positionsAhead.gif". I think the page loads without knowing how large the image is, then once the image is cached, it displays correctly. (So then

[css-d] css menu width problem

2006-04-06 Thread Josh Weinstein
I created a menu using css and java based on the "Suckerfish dropdowns" at http://www.htmldog.com/articles/suckerfish/dropdowns/. My problem is that the submenu that appears on rollover takes its width from the {#nav li ul} properties and that means that I had to make it wide enough so that the wid

[css-d] IE 6 problem on first visit to page using Gilder/Levin Image Replacement

2006-04-04 Thread Josh Galun
em, or how to fix it? Thanks! Josh Galun __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.in

Re: [css-d] Width:100% and padding?

2005-11-03 Thread Josh McDonald
Following up, my problem is that width:100% on the containing div seems to be ignored. What should I look for that could trigger that? -Josh -- My name was Brian McGee I stayed up listening to Queen When I was seventeen Josh 'G-Funk' McDonald :: Pirion Systems, Brisbane 07

[css-d] Width:100% and padding?

2005-11-03 Thread Josh McDonald
How on earth do I push a div out to 100% when it's padded, if the contents aren't wide enough? -Josh -- My name was Brian McGee I stayed up listening to Queen When I was seventeen Josh 'G-Funk' McDonald :: Pirion Systems, Brisbane 07 3257 0490 :: 0437 221 380

Re: [css-d] Height:100% problems

2005-11-03 Thread Josh McDonald
Cheers, the answer for me was display:table on the two inner divs :) -Josh -- My name was Brian McGee I stayed up listening to Queen When I was seventeen Josh 'G-Funk' McDonald :: Pirion Systems, Brisbane 07 3257 0490 :: 0437 221 380 :: [EMAIL PROTECTED] -Origin

[css-d] Height:100% problems

2005-11-03 Thread Josh McDonald
Is there any way to have a div that's height:100%, but grows when the content is outside of the viewport? Why on earth is this difficult? -Josh -- My name was Brian McGee I stayed up listening to Queen When I was seventeen Josh 'G-Funk' McDonald :: Pirion Systems, Bris

RE: [css-d] One True Layout Centered

2005-10-27 Thread Josh McDonald
What about left:expression(Math.floor((document.documentElement.offsetWidth - offsetWidth)/2)+"px"); For IE? Would that work on the mac version? Or does ie/mac not support expressions? -Josh -- My name was Brian McGee I stayed up listening to Queen When I was seventeen Jo

[css-d] test

2005-09-07 Thread Josh Owens
test __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] firefox table issue

2005-09-07 Thread Josh Owens
.php thanks, Josh __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Free Opera Licence

2005-08-31 Thread Josh Moont
If any of you use the Opera browser - they are giving away a free licence code today only. http://my.opera.com/community/party/reg.dml Josh __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] size of new window

2005-05-26 Thread Josh Moont
try looking at this article for creating Accessible Pop-up Links http://www.alistapart.com/articles/popuplinks/ Josh __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

RE: [css-d] Interesting rotation caching issue

2005-05-12 Thread Josh Moont
ng a caching issue. Hope that helps Josh __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/