Re: [css-d] Need help with IMG inside a DIV

2008-02-14 Thread Jon Hughes
> The problem is easy to spot. The image of the sweatshirt goes outside > of the DIV. I've attempted to create a separate class for IMG, but that > didn't work either. How do I make the DIV expand to contain the image? Short answer: Overflow: auto; on the .product-even class - Jon

Re: [css-d] ASP.NET and http://validator.w3.org/

2008-02-06 Thread Jon Hughes
> The code generated by .NET is clean: > id="__EVENTVALIDATION" > value="/wEWEAKO/p/dAwKq3vLOBAKq3vLOBAL2xbW7DAKAiqHADgKK4PtQAuz/jNYFApfy > 9JYFAqj0rMEKAru0guIEAqXDn9gHAob7rXYC3KT34AsC6rHbuwQCztGz6wgChp+xBcqi3H1 > EuMYmueRpk+PhihUbpA7p" > /> > Not sure what doctype you are using, but sta

Re: [css-d] ASP.NET and http://validator.w3.org/

2008-02-06 Thread Jon Hughes
As the standardista/validatorian of the company I work for, I also have this problem. However, if you google for it, you will find that there is a way to change the default output HTML from asp.net - it's pretty technical, but it is possible. - Jon > -Original Message- > From: [EMAIL P

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-25 Thread Jon Hughes
> > So do most of you guys hand code? Or do you use a wsywig editor to > help? > > Thanks > Scott I use dreamweaver, but I don't use the WYSIWYG tools, I really only use it because I'm confortable with it, syntax highlighting and code completion (when I type 'http://www.css-discuss.org/mailman/l

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-21 Thread Jon Hughes
> > Microsoft is pushing an update on February 12th, 2008 that will > force-upgrade Internet Explorer to IE7. > > http://support.microsoft.com/kb/946202 has the details. > > --- > > Forgive my ignorance on server matters, but does this mean that all >

[css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-21 Thread Jon Hughes
Microsoft is pushing an update on February 12th, 2008 that will force-upgrade Internet Explorer to IE7. http://support.microsoft.com/kb/946202 has the details. Thank You, - Jon Hughes Phazm.com/notes __ css-discuss [EMAIL

Re: [css-d] ie6 select and z-index bug

2007-12-20 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of sandy> > does anyone a somewhat simple fix for the select element that ignores > z-index in ie6 and always remains on top of the stacking order? > _

Re: [css-d] Hey, I'm new to the list...

2007-12-06 Thread Jon Hughes
> I thought I'd say hi.. I'm Matt Lee, Campaigns Manager at the Free > Software Foundation, and Chief Webmaster for the GNU Operating System. > > I've been using CSS now for about 3 or 4 years, and while I'm not really > a designer, I'm extremely interested in seeing new examples of good CSS > d

Re: [css-d] How will Firefox 3 affect web developers?

2007-12-03 Thread Jon Hughes
Sorry for my absence in this discussion, list! My HD had a meltdown. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Rick Faircloth > Sent: Monday, December 03, 2007 5:55 AM> > I think what we're seeing is a division between those who

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Jon Hughes
> At 03:42 PM 11/29/2007, DAVOUD TOHIDY wrote: > >However your layout is not stable. For the definition of layout > >stability please see my portfolio at : > > I think Davoud's response shows us why the answer to the question posed in > the subject is "virtually nothing." There are too many peop

Re: [css-d] How will firefox 3 affect web developers?

2007-11-30 Thread Jon Hughes
> However your layout is not stable. Yea, that's been something I've been wanting to fix but haven't had the time. My hard drive just crashed yesterday (thankfully I was able to restore most of the data) so as soon as it's back up, I'm going to strengthen my layout so it is scalable. Thanks fo

[css-d] How will firefox 3 affect web developers?

2007-11-28 Thread Jon Hughes
I just finished a blog post which gives an overview of the things that web developer/designers should be aware of. FTA: [...]Since Mozilla released the Firefox 3 Beta (Code Name: Minefield) there have been a rash of blog posts regarding the many new features, increased security, and enhanced UI. H

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Jon Hughes
> That! Would be very clever. That's really really really clever in fact. > :) With your blessing I might try to develop that bit. HTH! :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

Re: [css-d] Mad CSS skillz!

2007-09-20 Thread Jon Hughes
> It says rendered with only HTML / CSS and I was ready to witness a > miracle, but it's still javascript doing the actual rendering. > Yea, that disappointed me as well. It shouldn't auto-solve, it should simply put those dots in on :hover (or make them anchored links, then use :visited so the

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Jon Hughes
> It won't work in IE, but then again IE pushes past floated elemenss > anyway. (Although I have had the occasional glitch with Netscape, but > for the most part it works very well.) > > All you have to do is add 'class="clearfix"' to any element you want > cleared. > > ~Shelly .clearfix:after

[css-d] Elegant alternative to ?

2007-08-16 Thread Jon Hughes
) So, the easy solution: right before closing the container div. Code: Floating Left Floating Right Does anyone know of an unobtrusive way to do the same thing without using the br/? Thank You, - Jon Hughes __ css-discuss [

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jon Hughes
> I've discovered that both IE6 and FF seem to put a default border (dotted) > around any hypertext link while it is being clicked. I've tried various > steps to suppress this -- eg, adding the styles "a {border: none;}, a > {border-style: none;} a:hover {border: none;}", etc -- but nothing see

[css-d] Cross-Post Accidental

2007-07-19 Thread Jon Hughes
I did not intend to cross-post "Site Check Please" - If you are replying "to all" please ensure you are only replying to the group you are on. Thank You, - Jon Hughes __ css-discuss [EMAIL PROTECTED] http:/

[css-d] Site Check Please

2007-07-19 Thread Jon Hughes
-list) you may offer. I have plenty of experience with standards and CSS/XHTML and usability, but we can all learn more! http://www.phazm.com/ Thank You, - Jon Hughes __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

Re: [css-d] blue border around image links.

2007-07-06 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Jon Hughes > so... > > img, div { > border:0; > } > __ On second thought, that may hav

Re: [css-d] blue border around image links.

2007-07-06 Thread Jon Hughes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Christopher Blake > How do I remove the blue border from my image links?? They only > appear in IE6. You already have: img, div { } Just add: border:0; between the { and } so... im

[css-d] Does each @import use a new HTTP request?

2007-06-25 Thread Jon Hughes
I'm trying to speed up my site, and I'm looking at the best way to do so without gzipping my CSS (it changes too often) I am on an ASP server. I was wondering if having multiple @include's in the main.css file would initiate multiple HTTP requests, or does it pull the whole thing as one request?

Re: [css-d] Pixels, Ems and Borders, Margins

2007-06-25 Thread Jon Hughes
Pixels are the preferred unit for borders, generally speaking. Margins can be either px or em, depending on your layout. Essentially, if you want your margins to expand/contract when the font size expands/contracts, use ems. If you want it to stay the same no matter what, use px. - Jon >

Re: [css-d] spacing | margin issues

2007-06-15 Thread Jon Hughes
div#main-text You have a top-margin of 10px, remove that and it lines up! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RKN Studio Sent: Friday, June 15, 2007 11:13 AM To: css-d@lists.css-discuss.org Subject: [css-d] spacing | margin issues Hello - I

Re: [css-d] Safari for Windows

2007-06-12 Thread Jon Hughes
I wouldn't use Safari for Windows for a bit... there are SEVERAL remote command execution vulnerabilities already: http://apple.slashdot.org/article.pl?sid=07/06/12/0120230 Just a heads up -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Young Sent: T

[css-d] Footer stick not going all the down.

2007-06-08 Thread Jon Hughes
I was doing SO good! All the way through the entire page without asking css-d for any help... then came the footer :( I tried FooterStick and FooterStickAlt and I get the same result: the footer starts at the bottom of the browser, not the bottom of the content (which would lead me to believe html

Re: [css-d] IE bumps content to right

2007-06-01 Thread Jon Hughes
I get this error when I go to your site: Oops! Message Model-Glue: There is no known event handler for "showProcess". However, from the sound of it, it sounds like the "Double-Margin" bug. Try applying a "display: inline" to the element, and that should fix it. - Jon -Original Mess

[css-d] Web Standards - Why do we do it?

2007-05-31 Thread Jon Hughes
Let me preface this email with this: I do not seek to bloat this list with discussion not related to CSS problems, so if you reply, use your discretion as to whether you reply directly to me, or include the list. My question is this: Why do we feel so adamant to use web standards? Namely, the use

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Jon Hughes
- Jon -Original Message- From: Roger Roelofs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 9:54 AM To: Jon Hughes Cc: css discuss Subject: Re: [css-d] Adding bg images to list items Jon, On May 30, 2007, at 10:59 AM, Jon Hughes wrote: > That doesn't seem to work. &

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Jon Hughes
else that could be modifying it. -Original Message- From: Roger Roelofs [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 7:46 PM To: Jon Hughes Cc: css discuss Subject: Re: [css-d] Adding bg images to list items Jon, On May 29, 2007, at 7:21 PM, Jon Hughes wrote: > I have the f

Re: [css-d] Adding bg images to list items

2007-05-29 Thread Jon Hughes
Sorry, the email made this all one line. It should look like this: Affa Image-Affb Image--Affc Image--Affd Image -Affil AAffil B-Affil C-Affil D-- (description incase it doesn't work again: There is a 50x50 logo of each affiliate hovering over the nam

[css-d] Adding bg images to list items

2007-05-29 Thread Jon Hughes
I have the following code: Affil A Affil B Affil C Affil D I want an image to appear above these in an inline list, but I can't seem to modify the height of the li's, even when I make them display:block (my guess is that it's overridden with the display:inline) Basically, I want it to look l

Re: [css-d] Centering a floating element

2007-05-29 Thread Jon Hughes
ECTED] Sent: Tuesday, May 29, 2007 2:52 PM To: Jon Hughes; css-d@lists.css-discuss.org Subject: RE: [css-d] Centering a floating element > It's a list of prices, in my opinion. Prices, related to quantities. Rows and columns; a matrix of related values. A list is a single column of values;

Re: [css-d] Centering a floating element

2007-05-29 Thread Jon Hughes
It's a list of prices, in my opinion. -Original Message- From: Joel D Canfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 2:47 PM To: Jon Hughes; css-d@lists.css-discuss.org Subject: RE: [css-d] Centering a floating element > I do NOT want to resort to tables,

[css-d] Centering a floating element

2007-05-29 Thread Jon Hughes
I submitted this before but there never was a resolution. Basically, I have a list of prices, sorted by quantity. The higher quantity you get, the lower the price. I need a way to display this without using a table, and I'm really struggling. Here is the code for a test page: (sorry, I don't ha

Re: [css-d] Centering a floating list.

2007-05-25 Thread Jon Hughes
riginal Message- From: Melianor [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 2:00 AM To: Jon Hughes Hi, sorry i see now what you are trying to do, by wanting to center the list itself as well. [[ code ]] I added some code to the listing actually, just margin: 0 auto and a border to see

Re: [css-d] Centering a floating list.

2007-05-24 Thread Jon Hughes
Jens, Thank you for your reply, but it didn't seem to do the trick. With your code (as is) the list wasn't "inline" (it went down the page, instead of staying on the same line) which is what I need. I added the class "mpl" back to the li's in your case, and it didn't center. Thanks, - Jon __

[css-d] Centering a floating list.

2007-05-23 Thread Jon Hughes
First, let me apologize for not having a test page. I'm at work and am unable to access FTP. I have a list I am trying to center, here is the code to create a test page: http://www.w3.org/TR/html4/loose.dtd";> Untitled Document .mpl { float:left; display: block; text-align:center; font-size:0

[css-d] IE6 width / float problem? +1

2007-03-18 Thread Jon Hughes
http://goonsquad.org/Viction/index.html This looks fine (well, it looks as-intended.. I haven't styled it too much yet) in IE7 and Firefox, but IE6 makes the second float shoot to the bottom, I think because of the width of the first float. The measurements add up though, so I can't think of what

Re: [css-d] css-d Digest, Vol 52, Issue 9

2007-03-06 Thread Jon Hughes
>I prefer to exclude those CCs entirely - if you don't mind. IE6 does >well with a negative margin-bottom on the outer container, since it >hides the overshooting part anyway... > >...and yes, it's a genuine IE/win bug that comes handy at times

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-06 Thread Jon Hughes
PS I hope the original author will set a background-color. I am getting tired of getting slammed with a face full of fuchsia every time I open his page in my version of Opera :-P . --- Should be done now :) Thank you all for being so helpful. This list is so fantastic :) - Jon _

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Jon Hughes
--->From: Ian Young [mailto:[EMAIL PROTECTED] --->To: Jon Hughes; css-d@lists.css-discuss.org --->Subject: RE: [css-d] Faux Columns not scaling to the bottom of page --->> http://santinipackers.com/phazm/ --->> --->> I need to get the left and right columns to span to t

[css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Jon Hughes
http://santinipackers.com/phazm/ I need to get the left and right columns to span to the bottom of the page, This has been giving me trouble for about 2 months. Anyone have any suggestions? __ css-discuss [EMAIL PROTECTED] htt

Re: [css-d] Getting Faux columns to work in IE?

2007-02-28 Thread Jon Hughes
Jon Hughes wrote: > http://goonsquad.org/santini/site/INCOTERMS2000.html > > As you can see, this works fine in FF, but in IE, the columns only go down > to the "fold" - > > I can't figure out how to fix that... > - Jon > These deletions brought it up

[css-d] Getting Faux columns to work in IE?

2007-02-28 Thread Jon Hughes
http://goonsquad.org/santini/site/INCOTERMS2000.html As you can see, this works fine in FF, but in IE, the columns only go down to the "fold" - I can't figure out how to fix that... Anyone? - Jon __ css-discuss [EMAIL PROTECT

[css-d] IE Rendering Problem

2007-02-12 Thread Jon Hughes
On the left navigation for this page, the vertical spacing is the same on ALL of the pages, EXCEPT for the main page. They do use a different css file, but it has the same content. Anyone know why? This has been frustrating me for a long time now. Http://www.firemountaingems.com/ __

[css-d] IE not wrapping around a float?

2007-02-11 Thread Jon Hughes
http://goonsquad.org/hosting In FF, it looks like I want and expect it to. The text to the left stays on the left of the image. However, in IE, the text jumps down below the image. Anyone know how to fix that? Thanks, - Jon ___

[css-d] Unable to scroll down page in IE?

2007-01-31 Thread Jon Hughes
http://www.santinipackers.com/phazm/ Afer adding in faux columns, I can no longer scroll down my pages in IE. Anyone know a fix for this? Thanks, - Jon __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

Re: [css-d] IE-Push down?

2007-01-29 Thread Jon Hughes
-Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] ... This means the January 28, 2007 can't flow higher than the top edge of #menu. So, you should take #menu out of #content. ... That fixed it :) Thanks so much, - Jon

[css-d] IE-Push down?

2007-01-28 Thread Jon Hughes
http://goonsquad.org/jon/ If you view this page in IE, the text below "design blog" is being pushed down past the #nav How can I fix that? It seems to be it's either clearing the div, or it's too wide, thus pushing itself down. Anyone know? Thanks, - Jon ___

[css-d] Unable to scroll?

2007-01-27 Thread Jon Hughes
I added faux columns to my page to make the borders span to the bottom of the page, but it seems to have erased the scroll bar for Internet Explorer. The page is here: http://santinipackers.com/phazm/index.html Anyone know how to fix it? Thanks, - Jon

[css-d] Site Check! Major Overhaul!

2007-01-27 Thread Jon Hughes
I'm going to release this site in a few months when I get more content on it, can you all take a look? ANY suggestions will be appreciated (design, code, features, etc) I am going to have multiple stylesheets for this page (one will be liquid, one will be 3 column, etc) This is the first design.

Re: [css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Jon Hughes
Could you give a bit more detail? What "activates"? Andy Well, I can give you an example. If you have any experience with flash buttons, it's like the "hit" frame on the button. When I set a width and height for the "popup" it uses that as the area of affect when I mouse-over it, or i

[css-d] Ahhh! Why can't I find you? Degrading Popup (CSS only?)

2007-01-22 Thread Jon Hughes
I would prefer to keep this CSS only, but I'm not sure I can. Basically, I have this page: http://goonsquad.org/hosting The little "help" buttons bring you to a new page (in a new window/tab) with that question focused (via an anchor) ... I don't like that. I personally hate when sites open new

[css-d] Getting a background to scroll to bottom?

2007-01-15 Thread Jon Hughes
I have a page with a background that needs to scroll to the bottom of the page... I would like to do this without having the make the image 8000px tall. Here is a page that is affected: http://goonsquad.org/santini/site/INCOTERMS2000.html Anyone have any ideas on how to fix this? Thanks, - Jon

[css-d] Spanning a background image beyond the visible area?

2007-01-14 Thread Jon Hughes
t continue down. How do I fix that? (this is an image from browsershots to explain what I mean: http://browsershots.org/png/full/c2/c2537fd91b7a4a8e30bf3cae4834f274.png ) Thanks, - Jon Hughes __ css-discuss [EMAIL PROTECTED]

[css-d] Spanning a bg to the very bottom (cross-browser)

2007-01-14 Thread Jon Hughes
http://goonsquad.org/santini/site/index.html This works fine as far as I can tell in FF2.0 and IE 7, but when I run a browsershots.org on it, the left and right "borders" don't span to the bottom of the page. Anyone know how to get them to span to the bottom? Thanks, - Jon ___

[css-d] Never mind!

2006-12-09 Thread Jon Hughes
Fixed it, just removed the border-bottom that wasn't being used. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http:

[css-d] Another IE problem with floats.

2006-12-09 Thread Jon Hughes
http://www.phazm.net/newphazm/ At the bottom, the image with "Phazm" contains the "rounded bottom" of the green box above it, and it's being pushed down by the "newsletter" div's. I tried clearing it in #footer, but it didn't work, Anyone know what's going on? Thanks, - Jon

[css-d] Make IE text clickable?

2006-12-03 Thread Jon Hughes
http://www.phazm.net/newphazm/ The "Skip to Content" link isn't clickable in IE. I remember reading a hack for this, but I can't seem to find it. Thanks, - Jon __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

[css-d] Need help rounding a corner with a border?

2006-12-02 Thread Jon Hughes
I need to add a rounded corner on the bottom right of this green box here: http://www.phazm.net/newphazm/ But I can NOT use javascript. The problem is, it has a right and bottom border (making it look like a shadow) that I need to preserve, and if I add a background, it will still be there, makin

[css-d] Site Check!

2006-12-01 Thread Jon Hughes
http://americasdepot.com/newsite/securefonts/ Looks pretty good to me, but I do have a problem with the products in the categories, if you make your window smaller and the stamps go to the next line down, it messes everything up. Anyone have a solution for this, and any other tips for improving t

Re: [css-d] Still having some trouble with my rounded corners...

2006-11-28 Thread Jon Hughes
ittle dingle berries hanging off the sides. - Jon -Original Message- From: Chris Ovenden [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 4:28 AM To: Jon Hughes Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Still having some trouble with my rounded corners... Oops - Th

Re: [css-d] Still having some trouble with my rounded corners...

2006-11-28 Thread Jon Hughes
ECTED] Sent: Monday, November 27, 2006 6:03 AM To: Jon Hughes Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Still having some trouble with my rounded corners... Since your page is fixed-width, you already have two nested block level elements - div and ul - filling the rounded corners area, an

[css-d] Still having some trouble with my rounded corners...

2006-11-26 Thread Jon Hughes
http://www.phazm.net/newphazm/index-abs.html At the bottom, with the list, I want to have a rounded border, like: http://www.phazm.net/newphazm/index.gif I should already have the neccisary hooks while maintaining structural markup. Search Engine Optimization CSS ... Dreamweaver Hosting If

[css-d] CSS Check! Anyone have any ideas on optimizing (fixing) this page?

2006-11-21 Thread Jon Hughes
The only problem (that I have noticed) is the nav bar seems to load at the very top until you mouse over it, then it seems fine. I'm not sure what the problem is there. Anyhow, after I fix that, this page is going live, so I was wondering if anyone could take a look at the code and tell me if I s

[css-d] Yet another rounded corner request (with conditions)

2006-11-18 Thread Jon Hughes
I am looking to have a box with rounded corners with a border. Simple enough But I also need it to not use javascript, css hooks, and be cross-browser compatible without using multiple stylesheets (meaning an ie-only stylesheet, etc) and the only content is a list. That is something I haven

[css-d] Multi-Column List?

2006-10-30 Thread Jon Hughes
I'm trying to make the thumbnails fit to the width of the page, so there are 3-4 in each row, but when you resize, I want it to basically flow with the page, and I'm having a bit of a hard time figuring that out. I want the code to remain logical: and so on. Anyone have any ideas? I've

[css-d] some sort of problem.

2006-10-22 Thread Jon Hughes
http://www.phazm.net/stamps/products.html If you view this page in FF it's fine, but IE kinda... doesn't like it. I have no idea what's wrong with it though (still learning the IE hacks) - can someone help me? (I use digest, so please reply to my email directly if you can) [EMAIL PROTECTED] Also

[css-d] A fully compliant XHTML + CSS Shopping Cart?

2006-10-19 Thread Jon Hughes
I looked around on google for hours tonight looking for a shopping cart that didn't add a table every other - does anyone know a free or commercial solution for a shopping cart that is fully compliant with w3C standards? Tawxic at gmail dot com ___

[css-d] Making my FIRST fully compliant site! (and losing)

2006-10-18 Thread Jon Hughes
I am a graphic designer aspiring to be a web developer. I know PHP and HTML pretty well, CSS a bit, but ultimately, I don't know what I am supposed to use and where. I've read all I could retain on "AListApart" and some other sites, but now, 15% into the site, I am stumped. I didn't think it wo