Re: [css-d] Customisable scrollbars with css

2006-07-25 Thread Jay Blanchard
[snip] Is there anyway to customize scrollbars using css so that they don't default to the basic crappy windows grey ones? I know tis not a big thing as I generally tend to stay away from having to make users scroll as much as possible, but in some cases it can't be avoided, so if one was to go abo

Re: [css-d] Novice needs info.

2006-07-21 Thread Jay Blanchard
[snip] How do I bundle my source code and my CSS link together so that when I send them from point A they both arrive at point B. and function as they should.??.(Plain English,please.) [/snip] Zip them up with WinZip and extract them when they get to point B _

Re: [css-d] Assistance required

2006-06-23 Thread Jay Blanchard
[snip] http://www.web-buddha.co.uk/sanbox/karen/ [/snip] Link is 404 __ 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 --

Re: [css-d] Does a hidden element load?

2006-06-06 Thread Jay Blanchard
[snip] Does an element hidden with css load? [/snip] Yes. __ 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

Re: [css-d] Disapearing Text In IE 6

2006-05-11 Thread Jay Blanchard
[snip] The issue is in IE 6. The page renders and as it is coming up I can see teh text on the page, but when all the graphics are applied, the text disappears. Really strange. The graphics and backgrounds in the div, so I am not sure why it is doing it. [/snip] IE Peek-a-boo bug strikes aga

Re: [css-d] New to CSS: Text randomly doesn't appear in IE/Windows

2006-04-18 Thread Jay Blanchard
[snip] Everything works well in various browser views from my mac, but when the site is loaded it randomly doesn't show the text in the content div of certain pages. however, if you view source in the browser, sometimes it will load and stay there, and other times it won't. It will also s

Re: [css-d] Please can someone look with a PC

2006-04-16 Thread Jay Blanchard
[snip] I just need a quick look to see if this site is blown out of the water on a PC. [/snip] If the phone numbers are supposed to appear to the left of the content in a wide div you're are OK in IE6+ __ css-discuss [EMAIL PROT

Re: [css-d] Enlarging Text with a Link

2006-04-14 Thread Jay Blanchard
[snip] This is an interesting one posed by a new client site. They would like to have a small link at the top of the website that says "Enlarge Text". Basically, they want the end user to be able to simply click on this link and have the text on the entire site resize (for elderly clients who d

Re: [css-d] Windows XP Made of CSS in Opera

2006-04-12 Thread Jay Blanchard
[snip] [/snip] Gives a 404 error. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] Browser Issues

2006-04-11 Thread Jay Blanchard
[snip] I'm hoping someone can help me here, quite some time ago we wrote a site (www.avciarchitects.com) which has for quite some time now has been running without a problem, recently however the client has contacted us saying he's had complaints about it not rendering correctly on client's machine

[css-d] Site check please....

2006-04-11 Thread Jay Blanchard
We are rapidly approaching launch and I am still awaiting content, but I do have some things working (not all links work up in the header and the search is not implemented yet). Also, I know that the site fails for character set...we will be adding this to the Apache configs. You'll need a username

Re: [css-d] DIV width not the same in IE and FF SOLVED

2006-03-24 Thread Jay Blanchard
[snip] http://www.pocket.com/index20060323.php If you will look at this page, as well as clicking on the terms or privacy links in IE and then FF you will see that FF renders the width of div.wide correctly (width here is really determined by margin i.e. #content div.wide{margin: 0px 40px 0px 40px

[css-d] DIV width not the same in IE and FF

2006-03-24 Thread Jay Blanchard
http://www.pocket.com/index20060323.php If you will look at this page, as well as clicking on the terms or privacy links in IE and then FF you will see that FF renders the width of div.wide correctly (width here is really determined by margin i.e. #content div.wide{margin: 0px 40px 0px 40px;} wher

Re: [css-d] New site, fully CSS-ified

2006-03-22 Thread Jay Blanchard
[snip] Both for review for those so interested and for reference for others: http://homepage.mac.com/james.childers/inside.html This will eventually be more dynamic, and most of the links go nowhere, but I'm proud of the CSS work. It's a fairly simple site, but it illustrates (hopefully well)

Re: [css-d] Width of Content Bloc

2006-03-22 Thread Jay Blanchard
[snip] I would like to have a navigation bar at the left side of the browser window. The width of the navigation bar should be 200 Pixel. The content block should consume the rest of the width of the browser window - not more and not less. When the browser window is larger the content block should

Re: [css-d] relative path to css file

2006-03-17 Thread Jay Blanchard
[snip] Is there a shortcut for adding css file addresses to deeply nested files? Do I need all those dots and slashes every time? /* /*]]>*/ [/snip] Yes, unless you want to be absolute.