[css-d] Image float

2005-08-27 Thread t94xr.net.nz webmaster
Whats an easy way to align an image in the centre of a 150px div? Just a quick question. Reply offlist. Cameron W. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-dis

[css-d] SOLVED - Problem with floats and IE6

2005-08-27 Thread Jason W.
On 8/25/05, Jason W. <[EMAIL PROTECTED]> wrote: > > This works great on Firefox, but not on IE6/Win. On IE, the menubar > doesn't "snap" up beside the content - it's as if the content isn't > floated. Thanks to Dwain offlist and his website and css as an example, I found that setting width: auto

Re: [css-d] drop-down menu titles

2005-08-27 Thread Jason M Roehrig
Take a look at the Suckerfish Drop Down Menu [1] tutorial, as this is exactly what you are looking for. It is recommended to mark-up menu elements as list elements, placed in a list (most commonly unordered lists), as a menu is nothing but a list of links and should be accordingly marked. My

Re: [css-d] Printing absolute DIVS

2005-08-27 Thread david
Maybe best idea would be to turn the newsletter content into a PDF file (PHP has functions for doing that, IIRC), and supplying that for folk who want it printed. -- David [EMAIL PROTECTED] authenticity, honesty, community __

[css-d] drop-down menu titles

2005-08-27 Thread Sarah McCall
I am very much a newbie and know that I am trying to run before I walk by attempting drop-down menus, but I've committed myself now ... and it's a good way to learn. This is my first posting so please tell me if I do something wrong. Please see a Photoshop version of what I'm trying to achieve

Re: [css-d] line appearing above tabs

2005-08-27 Thread Callum Mcleod
Cheers. That works. Callum On 8/27/05, Larry Wilcox <[EMAIL PROTECTED]> wrote: > Try adding a new id like the following. > > #banner { > Background-color: #730019; > } > > Larry > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Callum Mcleod > S

[css-d] Flag position

2005-08-27 Thread Angus at InfoForce Services
I am at a loss why the france flag is appearing behind the USA flag and not on the left margin. Help please? HTML: http://choroideremia.org/index.php CSS: http://choroideremia.org/css/crf_css1.css Angus MacKinnon MacKinnon Crest Saying Latin - Audentes Fortuna Juvat English - Fortune Assists

Re: [css-d] nested li bullet style

2005-08-27 Thread Tek
Thank you all who responded. You all helped me learn something. I appreciated it. On 8/27/05, Rowan @ Jetboy <[EMAIL PROTECTED]> wrote: > Semantically, the nested list should be contained within the list item that > references it: > > Establish norms that include diverse styles of expression and

[css-d] float: left problem in IE Win

2005-08-27 Thread patrick mattison
Hello everyone! Once again I’m having trouble with IE Windows. Here’s the problem: When I float the #sidebar left, the container falls bellow the contact info. But when I leave out the width of the #footer, as it appears now, the container displays where it should be – well almost. There is a

[css-d] [layout] 2 column

2005-08-27 Thread R.H. Fan
Hey guys, I recently delved a little into css based layouts instead of those messy tables. So with some help of some tutorials i created a pretty basic layout, except using my own values instead. But when showed in our most fav bug browser aka IE, the damn left menu just... dissapears! here

RE: [css-d] nested li bullet style

2005-08-27 Thread Rowan @ Jetboy
Semantically, the nested list should be contained within the list item that references it: Establish norms that include diverse styles of expression and learning Verbal/non-verbal; cognitive/somatic Multicultural awareness So you just need to cul

RE: [css-d] IE 6-specific gap between columns

2005-08-27 Thread Bruno Fassino
Kim wrote: > If you view http://www.panicware.com/deleteme.htm with IE6, > you'll see that there is a gap between the colored > 'category' images and the next cell of > text. This is viewed just fine in Firefox. I don't know the details, but it seems that it depends on different algorithms to all

RE: [css-d] Box Model Hack in IE6 - div disappears

2005-08-27 Thread Bruno Fassino
Alisha wrote: > #footer { > min-height: 43px; > height: 43px; > voice-family: "\"}\""; > voice-family:inherit; > height: auto; > } > > html>body #footer { > height: auto; > } > > ie6 just doesn't show the div at all. it's like it has no > height at all. > if i put a