[css-d] Extending a div with background

2011-01-28 Thread BHomis
With Dreamweaver, while creating a two column page with a header and footer, it states: By nature, the background color on any div will only show for the length of the content. This means if you're using a background color or border to create the look of a side column, it won't extend all t

Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Philippe Wittenbergh
On Jan 28, 2011, at 3:33 AM, Goldsmith, Marissa wrote: > The gist > of my question is, has anyone ever noticed CSS rendering differences > (especially regarding margins) between the various Mac OS10 versions? > > > (which had > SF 4,5 and Firefox 3) looked fine. (aside - that would probably S

Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Nancy Seeger
Hi Marissa, With Chris on that, although there are so many factors - since you mentioned inherited code my second thought was border collapse issues. Did you use a CSS reset or due to the inherited code, adding to many variables to the mix? I use a non profit vendor for one of the associations

Re: [css-d] Centering Up Text

2011-01-28 Thread David Laakso
On 1/28/11 3:31 PM, Wade Smart wrote: On 01/28/2011 02:09 AM, 李硕 wrote: Maybe this will help: remove the "float:left" from the "#nav a.ot" and add it to the "li" element immediately out of the "a" element then add "display: table-cell;vertical-align: middle;text-align: center;" to the "#nav a.o

Re: [css-d] Centering Up Text

2011-01-28 Thread Wade Smart
On 01/28/2011 02:09 AM, 李硕 wrote: Maybe this will help: remove the "float:left" from the "#nav a.ot" and add it to the "li" element immediately out of the "a" element then add "display: table-cell;vertical-align: middle;text-align: center;" to the "#nav a.ot" otherwise, see this page I've made

Re: [css-d] Drop-down navigation without javascript

2011-01-28 Thread Chris F.A. Johnson
On Fri, 28 Jan 2011, Ingo wrote: Jess Hardy schrieb am 27.01.2011 23:16 I am currently looking for a solution for creating a single level drop-down that can be activated by the keyboard but does not use the standard "suckerfish" approach. http://thinkhtml.blogspot.com/2009/09/timos-float-dro

Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Chris F.A. Johnson
On Thu, 27 Jan 2011, Goldsmith, Marissa wrote: Hi all, My apologies in advance for not having a link to the Web site I am talking about - when the issue I noticed came up, I had to make changes to how everything was done, and so the example I'm talking about is no longer live. So please bear wi

Re: [css-d] White space in IE

2011-01-28 Thread David Laakso
On 1/28/11 5:29 AM, Mike Davies wrote: There is a rotating header picture with two overlying buttons. In FF these buttons appear correctly over the top of the rotating images but in IE they cause a white space above the images and don't overlap. I can't easily check IE as I use Linux so any assi

Re: [css-d] handheld.css

2011-01-28 Thread David Laakso
On 1/28/11 10:42 AM, tommy_til...@arwb.uscourts.gov wrote: Preparing to create a handheld style sheet for my web site...trimmed> Tommy As with most everything else there are different ways of doing most anything; and, the method used really depends on the devices you hope to hit.

Re: [css-d] Drop-down navigation without javascript

2011-01-28 Thread Alan Gresley
On 29/01/2011 12:10 AM, Tim Climis wrote: On Thursday, January 27, 2011 11:14:07 pm Alan Gresley wrote: On 28/01/2011 9:16 AM, Jess Hardy wrote: This should be possible using the :focus and/or :active functions, or am I wrong? Keyboard accessible but maybe unnerving for some. Even works in

Re: [css-d] handheld.css

2011-01-28 Thread Barney Carroll
Tommy, it depends entirely on what kind of handheld device you want to target. Whether something is handheld or not is generally not ostensible from static front-end tech — handheld as a CSS media attribute is ignored by huge swaths of the feature phone (WAP/WML) and touchscreen devices. - The

Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Ingo
Goldsmith, Marissa schrieb am 27.01.2011 19:33 I was looking at OS10.4 and 10.5, while the other end-user had OS10.6. Any thoughts/insights would be great. There is not much depending on the OS. Font rendering and form elements come to mind. Gruss, Ingo _

[css-d] handheld.css

2011-01-28 Thread Tommy_Tiller
Preparing to create a handheld style sheet for my web site. Was wondering what is the best way to reference the stye sheet. At first I was going to use this option.. After furthur searching I found this option.. Was wondering what the list suggested. I understand that so

[css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Goldsmith, Marissa
Hi all, My apologies in advance for not having a link to the Web site I am talking about - when the issue I noticed came up, I had to make changes to how everything was done, and so the example I'm talking about is no longer live. So please bear with me and my horrible line art. The gist of my que

Re: [css-d] Drop-down navigation without javascript

2011-01-28 Thread Ingo
Jess Hardy schrieb am 27.01.2011 23:16 > I am currently looking for a solution for creating a single level > drop-down that can be activated by the keyboard but does not use the > standard "suckerfish" approach. http://thinkhtml.blogspot.com/2009/09/timos-float-drop-css-only-dropdown-menu.html

Re: [css-d] White space in IE

2011-01-28 Thread Prashanth
On Fri, Jan 28, 2011 at 3:59 PM, Mike Davies wrote: > Hi, > > I have just set up a site for a fishing festival, > www.deveronfishingfestival.co.uk, and have a little problem with the > header. This works fine in Firefox but, inevitably, not in IE. > > There is a rotating header picture with two ov

Re: [css-d] Drop-down navigation without javascript

2011-01-28 Thread Tim Climis
On Thursday, January 27, 2011 11:14:07 pm Alan Gresley wrote: > On 28/01/2011 9:16 AM, Jess Hardy wrote: > > Hello everyone, > > > > I am currently looking for a solution for creating a single level > > drop-down that can be activated by the keyboard but does not use the > > standard "suckerfish"

Re: [css-d] White space in IE

2011-01-28 Thread Chris F.A. Johnson
On Fri, 28 Jan 2011, Mike Davies wrote: I have just set up a site for a fishing festival, www.deveronfishingfestival.co.uk, and have a little problem with the header. This works fine in Firefox but, inevitably, not in IE. It doesn't work well for me in Firefox:

[css-d] White space in IE

2011-01-28 Thread Mike Davies
Hi, I have just set up a site for a fishing festival, www.deveronfishingfestival.co.uk, and have a little problem with the header. This works fine in Firefox but, inevitably, not in IE. There is a rotating header picture with two overlying buttons. In FF these buttons appear correctly over the to

Re: [css-d] Centering Up Text

2011-01-28 Thread 李硕
Maybe this will help: remove the "float:left" from the "#nav a.ot" and add it to the "li" element immediately out of the "a" element then add "display: table-cell;vertical-align: middle;text-align: center;" to the "#nav a.ot" otherwise, see this page I've made