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
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
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
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
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
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
>>>
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
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
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
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
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
" 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
__
> 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
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
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,
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
nline and
neither worked. Please help. Thanks.
Me: Josh Weinstein
My Site: design.flowingpens.com
My [EMAIL PROTECTED]: [EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
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.
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
>
> 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
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;
}
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
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
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
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
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
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
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
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
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
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/
.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/
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
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
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/
35 matches
Mail list logo