Re: [css-d] Font Difficulties and Nav Positioning

2006-03-04 Thread Richard Brown
Hi David and All Thanks for the response. I have fixed the errors and indeed it was the 250% thing. Thanks for that. Is there any reason why the div doesn't sit in the header properly please. Thanks On 4 Mar 2006, at 07:53, David Sharp wrote: #header a { font-size: 250%} is probably the

Re: [css-d] Font Difficulties and Nav Positioning

2006-03-04 Thread ~davidLaakso
Richard Brown wrote: Hi Could you have a look at this design for me please? http://www.cregy.co.uk/ http://www.cregy.co.uk/wp-content/themes/static/style.css The font size for the nav list has gone mad! I am declaring a font-size of 50% and it is still huge! It also won't sit in the header

Re: [css-d] building page with 100% divs

2006-03-04 Thread Gunlaug Sørtun
Don - HtmlFixIt.com wrote: Step one is here: http://bestfoot.com/dummy/test001.html Question: why does my blue gradient not extend from top to bottom of page? There is a margin both top and bottom. Where is that coming from? As near as I can figure it is the width of the scroll arrow at

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Rob Mientjes
On 04/03/06, Carl Youngblood [EMAIL PROTECTED] wrote: Well, Gmail has a feature where the subject lines in the email list don't wrap but just flow underneath the other columns in the list if they are too long. It's not exactly the same but similar. I wish I knew exactly how they were doing

[css-d] Problem with fixed headers

2006-03-04 Thread Padma Priya Srinivasan
I have implemented the fixed header solution as given in http://www.imaputz.com/cssStuff/bulletVersion.html In our case, we have rows of data with each row having atleast one column with a 'html select'. It has been observed that with the number of rows increasing, the performance starts

Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-04 Thread Ingo Chao
Georg already solved it. The (still) experimental drop-it method [1] could be useful here. The scrollbar might not be desired: http://www.satzansatz.de/cssd/dropit/cl/index.html CSS with comments added http://www.satzansatz.de/cssd/dropit/cl/index.css Ingo [1]

[css-d] Menu float drop right float margin

2006-03-04 Thread WV Mike
Greetings, I am trying to add a navigation menu to the following page formats. http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/ http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/photo001.html Here are the retro-fitted pages with menus.

Re: [css-d] Menu float drop right float margin

2006-03-04 Thread Gunlaug Sørtun
WV Mike wrote: http://mbreiding.us/2006/ERT_2006/fl/menu/ http://mbreiding.us/2006/ERT_2006/fl/menu/test.html They look as expected in IE 6 WIN, but not in FF 1.0.7 If IE/win got it right by chance, then Firefox should do even better with some standard solutions added... #main {float:

Re: [css-d] building page with 100% divs

2006-03-04 Thread Don - HtmlFixIt.com
Dear Georg, David and list, Thank you for your help! I have read carefully both of your emails and visited the pages recommended by both. I need my solution to work in Safari eventually, so I used the latter of the solutions suggested in David's reference page and did most of what Georg said

Re: [css-d] Problem with image float in Ff

2006-03-04 Thread Steve Frost
Thank you very much, site is now working as I wish. Just the momentous task of adding 75 family groups and 250 individuals now. Steve When you define height to be 100% (of window), than that's what any reasonably good browser will give you. If window is too small - well - you've asked for it

[css-d] Layout Help for a Newbie

2006-03-04 Thread Brent McNeal
I'm working on my first significant xhtml/css site and I need some help. I'm trying to emulate the comp posted at http://www.cade1.com/tallahasseenurseries/tallahasseenurseriesnew.html http://www.cade1.com/tallahasseenurseries/tallahasseenurseriesnew.html. Here is my working draft:

[css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Maxwell Balmain
Hi All, I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). I now notice a few things with one of the sites I have been working on: http://www.rubybluestudio.com If you go to the gallery

Re: [css-d] building page with 100% divs

2006-03-04 Thread Gunlaug Sørtun
Don - HtmlFixIt.com wrote: ... Where is there a good resource on display: [property] as I really want to get my head around that better. I have to admit I use them regularly without comprehending fully why and/or if I should. W3C provide all essential information. Most of it will work as

[css-d] multicolor words

2006-03-04 Thread Hans DeBano
My understanding from the recent Random background color to a DIV thread is that I probably can't use CSS directly to do something like: This span class=multicolorword/span has letters with different colors. Ignoring the potential of creating truly ugly web pages, would you use

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Carl Youngblood
I don't think they're doing that either. I don't think it's javascript though. It's so hard to even figure out what they're doing with all the iframes they're using. Actually, come to think of it, they are probably using a resizeable iframe to accomplish it. On 3/4/06, Rob Mientjes [EMAIL

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Christian Montoya
On 3/4/06, Carl Youngblood [EMAIL PROTECTED] wrote: I don't think they're doing that either. I don't think it's javascript though. It's so hard to even figure out what they're doing with all the iframes they're using. Actually, come to think of it, they are probably using a resizeable

Re: [css-d] List problems IE bad / FF nice

2006-03-04 Thread francky
Augusto Murri wrote: Hi all, i've been testing this page for a week but there are some little problems in IE. The page in question is http://194.242.241.199/html/2/scheda_museo.php As u can see the list UL in the div#menu_categorie display bad in IE, i can't see the arrows on the left... [...]

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Mark Howells
if you are doing an application that requires Javascript, why not do everything with Javascript? Especially when your company doesn't hire anyone who knows anything about CSS. To prove my point, you can always switch to Basic HTML by clicking the link at the bottom of the screen. If you view

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread ~davidLaakso
Maxwell Balmain wrote: I now notice a few things with one of the sites I have been working on: http://www.rubybluestudio.com If you go to the gallery section in IE and move through the paintings the navigation arrows don't line up correctly under the paintings as they do in FF, Safari,

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Abyss - Information
If I see another topic message in my inbox about Gmails CSS I am going to go crazy!!! There is like dozens of them - it makes me sick! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Christian Montoya
On 3/4/06, Maxwell Balmain [EMAIL PROTECTED] wrote: Hi All, I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). So sorry that you have to spend money just to test IE 6 :( I now notice a few

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Mark Howells
My apologies. According to the DOM inspector, the CSS per TD is set to overflow:hidden on the x axis. That would account for the disappearing text and the standard TABLE behaviour would account for the flexible columns. If the ellipses were to appear in all browsers, then I'd assume that

Re: [css-d] unsubsribe

2006-03-04 Thread ByteDreams
okay Eileen Russell http://www.bytedreams.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, March 03, 2006 10:55 PM To: css-d@lists.css-discuss.org Subject: [css-d] unsubsribe

[css-d] formating definition lists

2006-03-04 Thread luis jure
hello list, i'm new to this list, and while not exactly new to css i'm just an amateur, and never really went past the basics. i've searched the list archives and found a question similar to mine but not quite, and the answer didn't quite work for me either, so here it is: i want to format

Re: [css-d] multicolor words

2006-03-04 Thread Cem Meric
This span class=multicolorword/span has letters with different colors. Ignoring the potential of creating truly ugly web pages, would you use Javascript/server side code to accomplish that goal by individually styling the letters in word? I wouldn't use anything to accomplish that unless

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Felix Miata
On 06/03/04 14:02 Maxwell Balmain apparently typed:` I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). ... I now notice a few things with one of the sites I have been working on:

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Maxwell Balmain
Thanks to all that chimed in with some good suggestions and interesting reading lists. I will change all of my text size properties to ems and experiment from there. I will also try swapping in a absolute positioning scheme instead of the floats I have now for the gallery pages navigation

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread francky
Maxwell Balmain wrote: [...] the right hand quote brakes out of the container box in IE6 on the gallery intro page at http://www.rubybluestudio.com/gallery_intro.html [...] Hi Maxwell, #column2 { margin-left: 30px; } can be: #column2 { margin-left: 25px; } to get that o.k. for IE

Re: [css-d] Layout Help for a Newbie

2006-03-04 Thread Gunlaug Sørtun
Brent McNeal wrote: http://www.cade1.com/tallahasseenurseries/test2.html There are some obvious problem in both Mozilla and Firefox, but I am making progress! You've triggered the 'em font-resizing bug' in IE, described - with fixes - here...

Re: [css-d] formating definition lists

2006-03-04 Thread Paul Novitski
At 03:33 PM 3/4/2006, luis jure wrote: i want to format definition lists in a way that the definition description goes in the same line than the definition term, like this: dt term1 here dd text goes here to the end of the line blah blah blah and goes on here at the beginning of the next line