Re: [css-d] site testing - now with url!

2006-08-28 Thread ~davidLaakso
~davidLaakso wrote: Andy Mosmiller wrote: I wrote all about wanting to test my site without giving anyone a place to look! Here it is. http://www.themosmillers.org/Andy/temp/grayscreekdesigns/ Sorry. The uri for the screen captures of your site is:

[css-d] FF IE help floats

2006-08-28 Thread Leora Waldman
I am having trouble using floats in FF. In IE they work fine. I have a page with images lined up (floated) on the left side of the page. On the right I have a big image and underneath that I have two homeboxes I want the home boxes to line up next to each other right underneath the big image. I

[css-d] IE Absolute Position Problem

2006-08-28 Thread Robbert van Andel
Sorry if this is a repeat. I sent this last night, but never saw it arrive. I'm putting together a webpage that will allow someone to print out a form and I'm using a series of absolutely positioned divisions to display the information. I spent many hours positioning these divisions using

Re: [css-d] FF IE help floats

2006-08-28 Thread Gunlaug Sørtun
Leora Waldman wrote: See http://www.excellenceweb.com/besr/he/pages/home.php in IE everything lines up the way I want - the problem is in FF Well, you can trust Firefox on this one. IE6 is wrong, regardless of the fact that it looks the way you want. You're experiencing a bunch of IE-bugs.

[css-d] 3 column links

2006-08-28 Thread Eddie Shaffer
Hi All, 1st post. A newbie. I'm working on a 3 column layout and was wondering what kind of links go on the left side of the main content (center) column and what kind of links go on the right side of the main content (center) column. In other words the left column would have links representing

Re: [css-d] 3 column links

2006-08-28 Thread ~davidLaakso
Eddie Shaffer wrote: 1st post. A newbie. I'm working on a 3 column layout and was wondering what kind of links go on the left side of the main content (center) column and what kind of links go on the right side of the main content (center) column. In other words the left column would have

[css-d] Using an image as a bullet

2006-08-28 Thread Steve LaBadie
Is there a way to make the image be on the same level or centered with the text? Bullets appear as superscript. ul style=list-style-image: url(../images/bullet.jpg); liMiddle States Association of Colleges and Schools/li liNew England Association of Schools and Colleges/li liNorth Central

Re: [css-d] Using an image as a bullet

2006-08-28 Thread [EMAIL PROTECTED]
can you supply a url? Steve LaBadie wrote: Is there a way to make the image be on the same level or centered with the text? Bullets appear as superscript. You may want to play with your image so that it sits lower. Or play with padding on list items. -- Joel Goldstick

Re: [css-d] Using an image as a bullet

2006-08-28 Thread neal
Neal, When I apply the class the image falls on the text and the default bullet appears as well ul {list-style-type: none;} put this in ~n give the li a class li class=className and in your css ul li.className { background: url(bullet-image.png) no-repeat 0 0; } most people use

Re: [css-d] Using an image as a bullet

2006-08-28 Thread neal
Did that, but the images still appear on the text instead of to the left of the text. in the li add {pading-left: 20px; } or whatevcer value is good ~n From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, August 28, 2006 2:40 PM To:

[css-d] problem printing background image in IE

2006-08-28 Thread Bill Walton
I need to print a page that has a background image with text placed in specific locations wrt the image. Both the image and the locations for the text items (identified by CSS id's) are specified in a stylesheet. The background image is a 300dpi scan of an 8.5 x 11 paper form. In Firefox,

[css-d] curious FF problem (bug?)

2006-08-28 Thread r paterso
this is my first post to the list so please forgive any etiquette gaffes. i have noticed a curious problem with FF 1.5.0.6 on my (inherited) intranet i have page templates that use fixed-width (595 px)tables for layout and CSS for styling. it seems that while page elements (banner, containing

Re: [css-d] curious FF problem (bug?)

2006-08-28 Thread Greg Salt
On 28 Aug 2006, at 21:05, r paterso wrote: this is my first post to the list so please forgive any etiquette gaffes. i have noticed a curious problem with FF 1.5.0.6 on my (inherited) intranet i have page templates that use fixed-width (595 px)tables for layout and CSS for styling.

[css-d] use an image / button for file input

2006-08-28 Thread Jack Albright
Hello, I want to be able to have a user click on a styled form button and have this cause a File Open dialog box to appear, as if the user had just clicked on the Browse button of an input type=file. I've been told that I cannot simulate a click() action on the file input field itself. Has

[css-d] Firefox Ignoring Link Styles

2006-08-28 Thread Ryan Keefer
Hey all, have you all ever experienced problems with Firefox (1.5 on both PC Mac) ignoring link styles? I've run into this twice now, one using an image and just now with a text link. The current one is just this: #breadcrumb a, #breadcrumb a:link, #breadcrumb a:visted {

Re: [css-d] Firefox Ignoring Link Styles

2006-08-28 Thread Ryan Keefer
On Aug 28, 2006, at 4:32 PM, Ryan Keefer wrote: Hey all, have you all ever experienced problems with Firefox (1.5 on both PC Mac) ignoring link styles? Doh, I figured it out the moment I hit send. IE and Safari are more forgiving of spelling. Visited spelled correctly helps Firefox

Re: [css-d] Firefox Ignoring Link Styles

2006-08-28 Thread Daniel Hammond
Doh, I figured it out the moment I hit send. IE and Safari are more forgiving of spelling. Visited spelled correctly helps Firefox display correctly. Sorry everyone! Not a problem, glad you figured it out :) Daniel Hammond www.objectivedesigns.com

Re: [css-d] Background graphic not showing in Mozilla

2006-08-28 Thread Fred Boulton
Message: 4 Date: Mon, 28 Aug 2006 00:03:46 +0100 From: Ian Young [EMAIL PROTECTED] Subject: Re: [css-d] Background graphic not showing in Mozilla To: Fred Boulton [EMAIL PROTECTED], css-d@lists.css-discuss.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=windows-1250

[css-d] RE: site testing, now with url!

2006-08-28 Thread Andy Mosmiller
Thanks all for checking out my site, particularly ~davidLaakso for the screen captures. That rocks! I'm quite pleased that my site seems to be working correctly in almost everything without having had to test it first. Of course there are a few problems. I have uploaded those screens to my

[css-d] Fixed back to top tab at bottom of screen

2006-08-28 Thread Tady Walsh
Hi there, I was on a website (http://home.skysports.com) which has a back to top tab fixed at the bottom right of the browser window (you may have to access a long article to see it. Just click on anything...), no jumping, no scroll issues, nothing!!! I want to use this style on a site I'm

[css-d] radio buttons waaaaaaaaaay to big in IE

2006-08-28 Thread Marcelo Wolfgang
Hi list, Can anyone help me figure out why IE is acting so weird about the radio buttons on this page ? http://work.grillo.tk/gaiolla/checkout_shipping.html I've never seen anything like this, in FF it is normal, but IE messes up with their height. TIA Grillo

[css-d] RE: site testing, now with url!

2006-08-28 Thread Andy Mosmiller
How's this one? http://www.themosmillers.org/Andy/temp/grayscreekdesigns/ I added a secondary set of main navigation links at the bottom of the page, and converted the internal example navigation links on my print page into a list format. I had just forgotten to do that initially. I haven't

Re: [css-d] site testing, now with url!

2006-08-28 Thread Gunlaug Sørtun
Andy Mosmiller wrote: It is hard to tell unless you worked on the site, but I am pretty sure that IE 7 is setting the height of the content to exactly 300px as specified in my IE conditional stylesheet (which of course acts as a min-height for current versions.) Have people figured out how

Re: [css-d] Firefox Ignoring Link Styles

2006-08-28 Thread Philippe Wittenbergh
On Aug 29, 2006, at 5:34 AM, Ryan Keefer wrote: Hey all, have you all ever experienced problems with Firefox (1.5 on both PC Mac) ignoring link styles? Doh, I figured it out the moment I hit send. IE and Safari are more forgiving of spelling. Visited spelled correctly helps Firefox

Re: [css-d] radio buttons waaaaaaaaaay to big in IE

2006-08-28 Thread Mark Henderson
From: Marcelo Wolfgang [mailto:[EMAIL PROTECTED] Can anyone help me figure out why IE is acting so weird about the radio buttons on this page ? http://work.grillo.tk/gaiolla/checkout_shipping.html Sure. From: Micky Hulse [mailto:[EMAIL PROTECTED] Just quickly looking-over you code, I

[css-d] where did I go wrong?

2006-08-28 Thread Laurie Landry
I was customizing this stylesheet, here: http://www.lmlweb.com/angela/wp-content/themes/random-image/style.css for this site: http://angela.lmlweb.com and while it works in Firefox, I tested this in IE, and it completely broke. I'm clueless as to where I could have gone wrong, and would

Re: [css-d] where did I go wrong?

2006-08-28 Thread Gunlaug Sørtun
Laurie Landry wrote: http://angela.lmlweb.com and while it works in Firefox, I tested this in IE, and it completely broke. The HTML validator caught that one... http://validator.w3.org/check?uri=http://angela.lmlweb.com/ Remove the slash (/) at the end of this comment... !--div