Re: [WSG] Fw: Centering Image

2004-06-17 Thread Mike Rainey
Again, IE does it wrong. text-align:center is only supposed to align text, but IE uses it to align everyting the style is set to. Try adding this to the styles for the div that controls the image: width: 650px; margin: 0 auto; That should align it. From: Maureen Beattie [EMAIL

[WSG] OT: Strict Doctype New Window Links Javascript With Multiple REL Values

2004-06-14 Thread Mike Rainey
To anyone interested: I have written a tutorial that expands on Kevin Yank's (http://www.sitepoint.com/article/1041) javascript from his article. It allows for the use of the rel= attribute of the anchor tag to have the value external to open links in new windows or internal to open links in

[WSG] OT: Strict Doctype New Window Links Javascript With Multiple REL Values

2004-06-14 Thread Mike Rainey
To anyone interested: I have written a tutorial that expands on Kevin Yank's (http://www.sitepoint.com/article/1041) javascript from his article. It allows for the use of the rel= attribute of the anchor tag to have the value external to open links in new windows or internal to open links in

[WSG] Site Critique

2004-05-28 Thread Mike Rainey
I have been working on updating my blog for some time and I can only go over it with my fine-tooth comb but so much before I can't see the forest for the trees. I would like the members of this group to go to this "beta" version of my blog and critique to your heart's content and point out

Re: Re: [WSG] Site Critique

2004-05-28 Thread Mike Rainey
Thanks. I needed that. The screen shots would be helpful. I have access to IE5/Mac but only during those rare occasions I can use my fiance's computer. I have tested it in all PC browsers and it looks like it should in all. The font's don't scale. I still have the stylesheets set up to display

Re: Re: [WSG] Site Critique

2004-05-28 Thread Mike Rainey
I have updated the stylesheets to reflect the scalability of fonts in browsers. I have also added a stylesheet for printing, so it looks as it should in print preview (except in Mozilla and Firefox at the navigational menu, but I'll get that later). From: Mike Rainey [EMAIL PROTECTED] Date

Re: [WSG] alternate style sheets expert here?

2004-05-20 Thread Mike Rainey
Alternate stylesheets can be set up in two different ways: 1) Each stylesheet is has the same IDs, classes and tags with which different styles are applied to each. EX: link rel=stylesheet href=somestyles.css / link rel=alternate stylesheet href=someotherstyles.css / 2) A central

Re: Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Sorry, thought I took that clear:both out of there. My mistake. As for the font sizes, that is what was specified in the original stylesheet and I just copied from the col1 styles down to the end. From: russ - maxdesign [EMAIL PROTECTED] Date: 2004/05/19 Wed PM 04:54:50 EDT To: Web

Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Floats are tricky. Try this: 1) Drop your col2 div below the col3 in the HTML markup. 2) Use these values for the col# in the stylesheet: #col1 { width: 253px; height: auto; border-right: 2px dotted #5D355E; float: left; margin: 0px; padding: 0px;