On Jun 10, 2009, at 6:01 AM, Rod Castello wrote:
> I'm trying to give my client what he wants and that is to have the
> site scale up (similar to the way Flash size can resize) to fit his
> large monitor. Screen size 20 1/2 x 13 1/2 set at 1920 x 1200
> resolution. It's a gallery of his w
Rod Castello wrote:
> I'm trying to give my client what he wants ...trimmed.
>
> Rod Castello
>
> http://rodcastello.com
>
Wow! Ain't no easy answer. You're 'gonna need a list pro to bring that
babe to work cross-browser. SeaMonkey, Camino, FF/2x, and Safari may
seek a simple construct to com
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnson wrote:
> However, because of the javascript it worked fine in IE6 and 7.
Also, you should probably put that JavaScript in a conditional
comment, so only IE sees it. Firefox 3, Safari, and Opera don't have a
problem, it seems, with "nonstandard" HTML 4
Nancy Johnson wrote:
> I was playing around with html 5.0...trimmed>
>
> Nancy
>
Try:
Standard Blog
html,body {margin:0; padding:0;background:#fff;color:#000;}
h1 {background-color:#00FF66; font-family: Helvetica, Arial,
sans-serif;margin:0;}
Standard Blog
_
I'm trying to give my client what he wants and that is to have the site scale
up (similar to the way Flash size can resize) to fit his large monitor.
Screen size 20 1/2 x 13 1/2 set at 1920 x 1200 resolution. It's a gallery of
his work, so no long text lines to worry about. I'm using percentag
On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnson wrote:
> I was playing around with html 5.0. This is my first time and I
> couldn't get the following to style correctly in Firefox 2 or 3
> However, because of the javascript it worked fine in IE6 and 7. What
> am I doing wrong?
> I couldn't get t
Tammy G. wrote:
> I just want to verify that the placement of the IE conditional statements
> are correct or does the need to be placed after the last
>
>
>
>
>
.clearfix {display: inline-block;}
Hi,
I was playing around with html 5.0. This is my first time and I
couldn't get the following to style correctly in Firefox 2 or 3
However, because of the javascript it worked fine in IE6 and 7. What
am I doing wrong?
I couldn't get the H1 style to work within the header.
Also, what resource
I just want to verify that the placement of the IE conditional statements
are correct or does the need to be placed after the last