[css-d] Check, please

2005-11-04 Thread Lorraine Nepomuceno
Page check please :) http://www.alamug.com/newindex.php I expect it looks a little crazy in IE6... would like any feedback. Thanks so much! Lorraine --- Lorraine Barte Nepomuceno Alabang Life Apple Macintosh Users Group Mac users of Alabang, unite

Re: [css-d] Horizontal layout

2005-11-04 Thread Jacqueline F
Hi Andras, Not sure if it will help. This site has lotsa bells and whistles. But I think his solution might help you: http://www.ciaosexy.com/ Then not sure I completely understand what you mean about 'root'; but think about the root div as the container for your other content elements. So if yo

Re: [css-d] Width:100% and padding?

2005-11-04 Thread David Dorward
On 04/11/05, Josh McDonald <[EMAIL PROTECTED]> wrote: > How on earth do I push a div out to 100% when it's padded, if the contents > aren't wide enough? width: auto ... which is the default. (Assuming you aren't altering the way the div displays) -- David Dorward

Re: [css-d] creating an accessible but IE-functional image nav

2005-11-04 Thread John Jameson
Hi Zoe, > I'm not going to bother trying to create those tabs as real text on top > of images, because I think tabs that wrap look really goofy. So that > option is out. I'll just have these as images, text and all, and set a > min-width to keep them from wrapping. You could use real text with

Re: [css-d] IE-Transparency with CSS

2005-11-04 Thread Zoe M. Gillenwater
Christian Montoya wrote: >>>Considering conditional comments are not valid, >>> >>> >>Just a nitpick for the benefit of newbies... Conditional comments *are* >>valid. Every user agent other than IE recognizes them as regular valid >>HTML comments. This is why you can stick invalid stuff in

Re: [css-d] Problems with DIV and ubication in page

2005-11-04 Thread Dejan Kozina
These links should help you: http://www.complexspiral.com/publications/containing-floats/ http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ http://www.positioniseverything.net/easyclearing.html djn Reynier Perez Mira wrote: > See in this page http://www.jovenclub.cu/grm/index

Re: [css-d] creating an accessible but IE-functional image nav bar

2005-11-04 Thread Zoe M. Gillenwater
Thierry Koblentz wrote: >Zoe M. Gillenwater wrote: > > >>I need to create this nav bar in CSS, and after trying a number of >>different methods and not being really happy with any of them, I'm >>looking for your advice: >>http://www.hsrc.unc.edu/temp/header.png >> >> > >I've read your post 4

Re: [css-d] creating an accessible but IE-functional image nav

2005-11-04 Thread Zoe M. Gillenwater
John Jameson wrote: >>I'm not going to bother trying to create those tabs as real text on top >>of images, because I think tabs that wrap look really goofy. So that >>option is out. I'll just have these as images, text and all, and set a >>min-width to keep them from wrapping. >> >> > >You c

Re: [css-d] Vertical Expansion

2005-11-04 Thread David Laakso
Chris McLay wrote: >Thanks to everyone for their advice... > >The faux columns and switching backgrounds type tricks would work in >the simple example, but not in the full application, so I ended up >having to write some JavaScript to do the job for me. You can see it >working here if you're

[css-d] Floats problem (Firefox/Win)

2005-11-04 Thread Mikhail Bozgounov
Here's the problem. Load the following page: http://bluelink.net Scroll to the bottom (using FireFox) to see the following "bug": http://bluelink.net/michel/screenshots/20051104_bluelink_ff_scroller_problem.jpg You can see the scroller ("pages 1, 2, 3, ... NEXT") to overlap the last news items

[css-d] Weird rendering bug

2005-11-04 Thread jordan WOLLMAN
http://www.fringeimage.com In IE/PC, If you look on the right just below the last sentence of text ³is also up and running.² you¹ll notice an additional ³g.² below it. I¹ve tried figuring this one out, seems to be something to do with the way I¹ve got everything floated, but I can¹t seem to fix i

Re: [css-d] creating an accessible but IE-functional image nav bar

2005-11-04 Thread David Laakso
Zoe M. Gillenwater wrote: >I need to create this nav bar in CSS, and after trying a number of >different methods and not being really happy with any of them, I'm >looking for your advice: >http://www.hsrc.unc.edu/temp/header.png >Zoe > Zoe, Do you /really/ need " to create this

Re: [css-d] Floats problem (Firefox/Win)

2005-11-04 Thread ross
What version are you ruuning. This is similar to a problem I had with the older versions of FF when you resize the pages. Looks good on 1.5 beta 2. R. - Original Message - From: "Mikhail Bozgounov" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 2:05 PM Subject: [css-d] Floats

[css-d] Float problem (update) - bluelink.net

2005-11-04 Thread Mikhail Bozgounov
Sorry, forgot to mention: Version: FireFox 1.07 on WinXP Pro :-) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http:

Re: [css-d] IE-Transparency with CSS

2005-11-04 Thread Gunlaug Sørtun
Zoe M. Gillenwater wrote: > So, I could also write something like this: > > -- Just to extend that, in case someone use the information given by Microsoft[1] to go a bit further... The validator do not like what Microsoft call "Downlevel-revealed Conditional Comments". Example[2]

Re: [css-d] Weird rendering bug

2005-11-04 Thread Bill Stemp
- Original Message - From: jordan WOLLMAN To: css-d@lists.css-discuss.org Sent: Friday, November 04, 2005 4:51 PM Subject: [css-d] Weird rendering bug http://www.fringeimage.com In IE/PC, If you look on the right just below the last sentence of text ³is also up and ru

[css-d] Multiple select width adapted if within a table (only FF)

2005-11-04 Thread Marco
Consider the following simple form: test OOO 2 if you change the content, the width of the select box is also changed! This d

[css-d] hackless 2-col layout with one fixed width column?

2005-11-04 Thread Francesco Sanfilippo
Does a hackless 2-column layout with one fixed width column exist? I need a left column of 200px and the right column needs to fill the remaining space. Preferably one that does not rely on absolute positioning. Thanks, Francesco _

Re: [css-d] creating an accessible but IE-functional image nav

2005-11-04 Thread Zoe M. Gillenwater
John Jameson wrote: >>I'm not going to bother trying to create those tabs as real text on top >>of images, because I think tabs that wrap look really goofy. So that >>option is out. I'll just have these as images, text and all, and set a >>min-width to keep them from wrapping. >> >> > >You c

[css-d] Wierd color display IE/Firefox

2005-11-04 Thread Andreas Håkansson
Hi I’m trying to extend a gradient background infinite by docking the background at the top of a div and also supply a background color (the same color found at the bottom of my gradient). However when I do this, Internet Explorer shows a different saturation of the color, but it looks just f

Re: [css-d] Revealing a:hover span

2005-11-04 Thread Jan Brasna
> For the technique to work properly in IE, try to include some background or > border effect in the :hover rule. Or font color, text decoration etc. ... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css

Re: [css-d] Wierd color display IE/Firefox

2005-11-04 Thread Andreas Håkansson
I did a bit more investigation and it appears the anomaly disappears if I change the background image file format from png to gif. Is this another one of the “Internet Explorer sucks at png rendering” issues? I just recently switched from using gif file to png and have not yet grasped all of the

[css-d] Header's inline display and alignment

2005-11-04 Thread Adriano Castro
Hi, I want to have, aligned to the left, a title followed by a sub-title. Then, on the same line as the sub-title, I want to have, aligned to the right, a date. Lastly on the next line, also aligned to the right a link. Something under these lines: Title Subtitle

[css-d] CSS Buttons

2005-11-04 Thread Spencer Ivery
CSS List: I need some help creating a "toolbar" with buttons. I've done this with a table to control spacing and location. Question: Has anyone done such a thing only using CSS? Thanks, Spencer Ivery __ css-discuss [EMAIL PROT

Re: [css-d] CSS Buttons

2005-11-04 Thread Pringle, Ron
> CSS List: > > I need some help creating a "toolbar" with buttons. I've done this > with a table to control spacing and location. > > Question: Has anyone done such a thing only using CSS? > > Thanks, > > > Spencer Ivery Spencer- I should think this would be no different than creating any

Re: [css-d] Wierd color display IE/Firefox

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 10:00 AM, Andreas Håkansson wrote: > I did a bit more investigation and it appears the anomaly disappears > if I > change the background image file format > > from png to gif. Is this another one of the “Internet Explorer sucks > at png > rendering” issues? I just recently swi

[css-d] Site check

2005-11-04 Thread Chester Bullock
Just completed a CSS implementation of a site for a client. Have a couple of forms that were table based that I need to clean up, but I wanted to see what people's experiences were on various platforms and browsers. http://www.mountain-living.com Thank you in advance. --

Re: [css-d] Problems with DIV and ubication in page

2005-11-04 Thread Reynier Perez Mira
Thanks to all. I try and then tell you. Cheers -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Dejan Kozina Enviado el: viernes, 04 de noviembre de 2005 8:31 am Para: css-d@lists.css-discuss.org Asunto: Re: [css-d] Problems with DIV and ubication in page T

Re: [css-d] Header's inline display and alignment

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 10:27 AM, Adriano Castro wrote: > Hi, > > I want to have, aligned to the left, a title followed by a > sub-title. Then, on the same line as the sub-title, I want to have, > aligned to the right, a date. Lastly on the next line, also aligned to > the right a link. > >

Re: [css-d] Horizontal layout

2005-11-04 Thread András Bártházi
Hi, > Any ideas? Thanks for all your help, this was the most usable link: http://cssplay.co.uk/menus/centered2.html Bye, Andras __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Horizontal layout

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 11:40 AM, András Bártházi wrote: > Hi, > >> Any ideas? > > Thanks for all your help, this was the most usable link: > http://cssplay.co.uk/menus/centered2.html > > Bye, > Andras All three menu examples align left on IE/Mac5.2. Beware of phantom links if you decide you want

Re: [css-d] Layer not showing in IE

2005-11-04 Thread Angela Trigg
Ok, one step forward-- had a position:relative in there that I took out and now it shows, but in IE only it's showing up to the right of the image instead of on top of it. Here's the css: #menulist { height: 63px; margin: 0px; padding: 0px;

Re: [css-d] Layer not showing in IE

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 12:16 PM, Angela Trigg wrote: > Ok, one step forward-- had a position:relative in there that I took > out and > now it shows, but in IE only it's showing up to the right of the image > instead of on top of it. Here's the css: > > #menulist { > height: 63px; >

Re: [css-d] hackless 2-col layout with one fixed width column?

2005-11-04 Thread David Laakso
Francesco Sanfilippo wrote: >Does a hackless 2-column layout with one fixed width column exist? I >need a left column of 200px and the right column needs to fill the >remaining space. Preferably one that does not rely on absolute >positioning. > >Thanks, > >Francesco > > I've had good luck wit

Re: [css-d] CSS Buttons

2005-11-04 Thread David Laakso
Spencer Ivery wrote: >CSS List: > >I need some help creating a "toolbar" with buttons. I've done this >with a table to control spacing and location. > >Question: Has anyone done such a thing only using CSS? > >Thanks, > > >Spencer Ivery > > > Google: CSS-buttons. There's a mess of stuff on makin

[css-d] Using background-image PNGs in IE

2005-11-04 Thread Christopher Brown
Hi -- Has anyone heard of a method for using a PNG as a background-image that'll work in IE? I know the MS filter to use: style="filter:progid:DxImageTransform.Microsoft.AlphaImageLoader(src='im age.png',sizingMethod='scale');" I'd like to somehow shoehorn it into an ID or class: div#image {ba

Re: [css-d] Using background-image PNGs in IE

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 12:55 PM, Christopher Brown wrote: > I'd like to somehow shoehorn it into an ID or class: > > div#image {background-image: url("../images/image.png");} > > Does anyone know if this is this even possible without using script? > I'm tired of waiting for IE7 to come out. > Dunno,

Re: [css-d] Site check

2005-11-04 Thread David Laakso
Chester Bullock wrote: >Just completed a CSS implementation of a site for a client. Have a >couple of forms that were table based that I need to clean up, but I >wanted to see what people's experiences were on various platforms and browsers. >http://www.mountain-living.com >Chester, [EMAIL PROT

[css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Hi list, I am trying to vertically align a text field with two adjacent elements: a graphic label and a graphic button. The working page is here: http://test.hinshawdesign.com/css/slpl/cluster_masthead_v2.html Here is what it should look like: http://test.hinshawdesign.com/css/slpl/masthead_samp

[css-d] Drop down Menus

2005-11-04 Thread Kevin O'Boyle
I rolled my own CSS drop down menus; I really wanted to steal someone else's work but I couldn't follow the CSS logic of the tutorials I found and none of the freely available CSS drop drop down menus I found did what I wanted; My needs are simple: * I have a Menubar background graphic that spa

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 1:14 PM, Don Hinshaw wrote: > Hi list, > I am trying to vertically align a text field with two adjacent > elements: > a graphic label and a graphic button. > The working page is here: > http://test.hinshawdesign.com/css/slpl/cluster_masthead_v2.html > Here is what it should lo

Re: [css-d] Vertical Expansion

2005-11-04 Thread Chris McLay
From an interface point of view, there are no images involved in the display of this part of the site, and the content is still perfectly visible and usable with JavaScript disabled. -- Chris McLay …// designer Mobile 041 123 9190 Email [EMAIL PROTECTED] iChat & AIM [EMAIL PROTECTED] Web ht

[css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Two questions actually... 1. Why does the following layout have a small white border in IE 6, but not in FF 1.5? 2. Could someone check this on Mac IE as well as Safari? Thanks! http://sharemycode.com/test1.aspx Francesco __

[css-d] I want to scream

2005-11-04 Thread Angela Trigg
Been developing in Firefox like a good little CSS newbie, and am making the tweaks necessary to make it work in IE6/WIN (which feels like trying to put a rubix cube together). I felt like I was so close, until I just took a look at it in Netscape 7! I feel like throwing the towel in and going back

Re: [css-d] question on layout and Mac check please

2005-11-04 Thread Michael Hulse
I am on Mac, so I do not see this border you talk about... here are some screens from the Mac world: Safari: http://www.ambiguism.com/CSSD/sharemycodeSafari.jpg IE5.2: http://www.ambiguism.com/CSSD/sharemycodeIEMac.jpg Firefox: http://www.ambiguism.com/CSSD/sharemycodeFFMac.jpg I do notice tha

Re: [css-d] I want to scream

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 3:05 PM, Angela Trigg wrote: > Been developing in Firefox like a good little CSS newbie, and am > making the > tweaks necessary to make it work in IE6/WIN (which feels like trying > to put > a rubix cube together). I felt like I was so close, until I just took > a look > at it

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Michael Hulse wrote: > Also, I would make your logo a background image rather than a > transparent gif. Makes things a bit more simple. > > Hopefully the above css does not confuse you... You may even be able to > get away with something as simple as: > > #yourDiv label { >

Re: [css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Thanks for the Mac shots Micky! I was a bit vague as to where the border is. There is a 2-3px wide white border between the left and right columns in IE 6 on Windows. The tag is there because this is an asp.net application which require forms for server-side interaction. Francesco On 11/4/

Re: [css-d] I want to scream

2005-11-04 Thread Tony Crockford
Angela Trigg wrote: > can someone give me a reason to stick it out > given all the hacks you have to do, etc? eventually you'll discover the power of CSS - to take semantic (x)html and lay it out one way or another in minutes, to make a minor change across the whole site in seconds, to get fast

Re: [css-d] I want to scream

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 3:34 PM, Michael Hulse wrote: > On Nov 4, 2005, at 3:05 PM, Angela Trigg wrote: >> Been developing in Firefox like a good little CSS newbie, and am >> making the >> tweaks necessary to make it work in IE6/WIN (which feels like trying >> to put >> a rubix cube together). I felt li

Re: [css-d] I want to scream

2005-11-04 Thread Angela Trigg
I know, that's why I'm attempting to learn, but man, it's so tempting to go back. Luckily it's slow here with work so I'm able to devote this time, but normally I can't spend this much time on development for a client. Nice sites BTW! __ ANGELA TRIGG * TRIG

Re: [css-d] I want to scream

2005-11-04 Thread Angela Trigg
I don't think the issue is P7, I think it has to do with my nested divs and my lack of skill on using positions I was keeping those main navs to not be absolute since they're generated dynamically, so just now I added some code to dynamically change the left: value by adding a width on each loo

Re: [css-d] I want to scream

2005-11-04 Thread Gunlaug Sørtun
Angela Trigg wrote: > I feel like throwing the towel in and going back to tables--- > seriously-- I can code sites so fast that way because I've been doing > it for so many years... > ...I've invested hours and hours and hours into trying to get this to > work using just CSS. > http://cmmi.trg

Re: [css-d] I want to scream

2005-11-04 Thread Christian Montoya
> I know, that's why I'm attempting to learn, but man, it's so tempting to go > back. Luckily it's slow here with work so I'm able to devote this time, but > normally I can't spend this much time on development for a client. > CSS design does take time, because you aren't learning a new form of ta

[css-d] white space in IE 6 but not in FF...why?

2005-11-04 Thread Francesco Sanfilippo
Why does this layout have a small white space between the left and right columns in IE 6 but not in FF 1.5? http://sharemycode.com/test1.aspx __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] I want to scream

2005-11-04 Thread Phil Glatz
At 03:55 PM 11/4/2005, Tony wrote: >Angela Trigg wrote: > > can someone give me a reason to stick it out > > given all the hacks you have to do, etc? > >eventually you'll discover the power of CSS - to take semantic (x)html >and lay it out one way or another in minutes, to make a minor change >acro

Re: [css-d] IE-Transparency with CSS

2005-11-04 Thread Christian Montoya
> I'm not talking about whether it's "valid" for IE to parse these > comments. That's a theoretical issue that is irrelevant, because IE's > doing it whether it's "right" or not. I'm talking about whether they > are valid HTML. They are. You can write comments that have bracketed > text in them

Re: [css-d] I want to scream

2005-11-04 Thread ross
I wouln't worry too much about Netscape...cover the big ones (IE, firefox, opera, safari). Last I checked it wasn't 1998. Netscape = no market share + no comapatability. Anyone agree?? I don't give a s**t. I'm off to watch 'Romance in the Stone' & 'Electric Dreams' on Lazerdisc. R. -

Re: [css-d] I want to scream

2005-11-04 Thread Angela Trigg
<> Well, my popups are gone again in IE so you can't see, but that's the value I arrived at for IE/WIN so that it was the right width and its right edge lined up with the rollover highlight Don't think the clients will be happy (they're architects and very finicky about things lining up) if I

Re: [css-d] I want to scream

2005-11-04 Thread Al Sparber
From: "Michael Hulse" <[EMAIL PROTECTED]> > (Demo at bottom of page:) > http://www.udm4.com/demos/horizontal-relative-dropup.php UDM4 is not free - unless one tries to bypass the licensing. That said, the scripts that Angela is using are from our free extensions. We have no way to control how a

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Michael Hulse
> Michael Hulse wrote: >> Also, I would make your logo a background image rather than a >> transparent gif. Makes things a bit more simple. >> >> Hopefully the above css does not confuse you... You may even be able >> to >> get away with something as simple as: >> >> #yourDiv label { >>

Re: [css-d] Floats problem (Firefox/Win)

2005-11-04 Thread Roy Schestowitz
_/ On Fri 04 Nov 2005 15:39:57 GMT, [ross] wrote : \_ > - Original Message - > From: "Mikhail Bozgounov" > To: > Sent: Friday, November 04, 2005 2:05 PM > Subject: [css-d] Floats problem (Firefox/Win) > > >> Here's the problem. >> >> Load the following page: >> http://bluelink.net

[css-d] Eureka!

2005-11-04 Thread Angela Trigg
Thanks to everyone for your suggestions, and words of encouragement! Based on various suggestions I decided to get rid of p7 and go with a hover to show the UL based on this article: http://www.tjkdesign.com/articles/dropdown/default.asp and then tweaked it to my design (so it drops up) and b

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Philippe Wittenbergh
On 5 Nov 2005, at 8:52 am, Don Hinshaw wrote: > See: http://test.hinshawdesign.com/css/slpl/cluster_masthead_v3.html > Now it no longer renders correctly in FF. > I may have possibly misunderstood your direction... #searchBox form { margin:0; padding:0;} #searchBox form * {vertical-align:middle;

[css-d] Body Background issue

2005-11-04 Thread Kenoli Oleari
I'm working on a MacIntosh system. I notice that when I use the style: body { background-image: url(assets/bottom_image.gif); background-repeat: no-repeat; background-position: bottom center; } It is rendered differently in different browsers. Safari puts it at the bottom where it is supposed t

Re: [css-d] Eureka!

2005-11-04 Thread Graham Cook
Hi Angela, Sorry to tell you this but you still have a few problems in IE. I am finding that on mouseover the highlighting of the parent item (eg who what etc) is slow to display, and more importantly, when moving my cursor up to the submenu item, if I do not move the cursor across the white line

Re: [css-d] Eureka!

2005-11-04 Thread Al Sparber
The page is still broken and it never had anything to do with our script :-). The link you posted on our newsgroup earlier was mis-spelled. Your problem is not fixed. Feel free to post again and we'll help you fix it. Al Sparber PVII http://www.projectseven.com "Designing with CSS is sometimes

Re: [css-d] Body Background issue

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 7:29 PM, Kenoli Oleari wrote: > I'm working on a MacIntosh system. > > I notice that when I use the style: > > body { > background-image: url(assets/bottom_image.gif); > background-repeat: no-repeat; > background-position: bottom center; > } > > It is rendered differently in dif

[css-d] List item hover issue

2005-11-04 Thread Jonathan Carter
I'm designing a test page right now and have run into an odd issue with my top navigation. It's implemented as an unordered list and works fine until you mouse over one of the list items in which each item seems to convert into block elements and ruin the layout. I'm not very strong in CSS desi

Re: [css-d] List item hover issue

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 8:14 PM, Jonathan Carter wrote: > I'm designing a test page right now and have run into an odd issue with > my top navigation. It's implemented as an unordered list and works fine > until you mouse over one of the list items in which each item seems to > convert into block elemen

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Philippe Wittenbergh wrote: > #searchBox form { margin:0; padding:0;} > #searchBox form * {vertical-align:middle;} > > and delete that margin-bottom on the #searchBox input#search Philippe, Thanks for an even simpler solution! Tell me...what is the function of the '*' in the second declaration

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Philippe Wittenbergh
On 5 Nov 2005, at 2:06 pm, Don Hinshaw wrote: >> #searchBox form { margin:0; padding:0;} >> #searchBox form * {vertical-align:middle;} >> and delete that margin-bottom on the #searchBox input#search > > > Philippe, > Thanks for an even simpler solution! Tell me...what is the function of > the '*

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Philippe Wittenbergh wrote: > > * is the universal selector[1] > > As usual, a quick copy paste in SelectOracle would explain the selector > as well[2]. Thanks again...I had forgotten about SelectOracle..but now it is in my toolbox :-) Don

Re: [css-d] List item hover issue

2005-11-04 Thread Gunlaug Sørtun
Jonathan Carter wrote: > http://www.epiphanize.com/ Those buggy browsers ;-) Change width on 'div#Header ul#Navigation li' from percent to 100px, and it will work in Firefox too. BTW: you use XML syntax in there. That requires an XML declaration, according to HTML Tidy. ...should do fine on top