Re: [css-d] Missing background in opera

2005-11-07 Thread Andrew Gregory
On Mon, 07 Nov 2005 13:29:07 +0800, Kenny Graham [EMAIL PROTECTED] wrote: I can't figure out why a background image is missing in Opera. :( http://www.kennygraham.net/projects/herogeeks/ The CSS file in question is: http://www.kennygraham.net/projects/herogeeks/styles/content.css The

[css-d] Class Attribute for COL Tag

2005-11-07 Thread Roberto Gattinoni
Don't know what is the correct behaviour (and not sure this is the correct place to post the question). I have a table in my markup which uses a COL tag for each column of the table. In the COL tag I specify a class which has to be applied (in my understanding of it) to all the corresponding

Re: [css-d] Class Attribute for COL Tag

2005-11-07 Thread Philippe Wittenbergh
On 7 Nov 2005, at 7:43 pm, Roberto Gattinoni wrote: I have a table in my markup which uses a COL tag for each column of the table. In the COL tag I specify a class which has to be applied (in my understanding of it) to all the corresponding TD's of the column. This is what I get in IE

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

2005-11-07 Thread Adriano Castro
Hi Michael, This seems like an idea. I'll give it a go. However, this isn't correct in terms of markup as these are, in fact, headers. It's a bit of a conundrum because I need display: inline for both elements to begin on the same line but, at the same time, display: inline

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Chris McLay
Hi, I'm a fairly good HTML / CSS / JavaScript developer and have worked with quite a few backend systems, but whenever I work with ASP.NET developers I have issues. I suspect this is mostly the developers in question being limited by the Visual Studio GUI, and not knowing much about HTML.

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Squibb, Brian
Chris I am the other way round Basically an ASP/ASP.NET developer as a profession HTML/XHTML/CSS for my private, static sites. With ASP combining the two was not a problem, however this has all changed with ASP.NET. The focus here is to use the Visual Studio design, which was fine for simple

Re: [css-d] extending columns in css ala table cells

2005-11-07 Thread Adriano Castro
Hi, Let me guess, IE doesn't support this, right? Can anyone confirm? Tks, AD Christian Montoya wrote: On 11/5/05, Spike Spencer [EMAIL PROTECTED] wrote: Are there any plans to include some kind of css property that allows you to extend two block elements in line

Re: [css-d] extending columns in css ala table cells

2005-11-07 Thread Adriano Castro
Hi Spike, Would you be so kind to discuss these workarounds you mention knowing of? I'm trying to do something [1, 2] that involves extending two block elements (H1 and H5) in line with each other to the whole width of a page or area and I think your knowledge could be very

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Chris Morse
Brian, I am not sure what you mean by 'site level CSS support' but I develop sites with Visual Studio all the time and use CSS rather extensively. Visual Studio is simply a tool to create ASP.NET pages which are a combination of server controls and HTML tags. - You can include link tags in the

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Squibb, Brian
Most of my output is through datagrids-( VS overrides the CSS for controls - and then it mangles the HTML when you open the designer:-( Have you tried changing the look and feel of a site ala css Zen Garden? Using CSS for layout is decidedly difficult! I hope VS2005 is better - but it is

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

2005-11-07 Thread Steve Clay
Monday, November 7, 2005, 7:08:22 AM, Adriano Castro wrote: It's a bit of a conundrum because I need display: inline for both elements to begin on the same line but Not necessarily. Blocks can be on the same line, too. Title Subtitle date link All you

[css-d] Hide or show DIV elements

2005-11-07 Thread Reynier Perez Mira
Well, I have a simple questions for CSS gurus. I have in my site some DIV elements and I want when user click in a image this DIV appear hide and image change for other. Then when user click again in this image the DIV appear with content. Something like hide/show DIV. Understand? It´s possible

[css-d] Bridging the gap in IE

2005-11-07 Thread Tim Burgan
Hi, I'm using image replacement on a H1 element. The problem I'm having is that the content under the H1 is fine in Firefox, but is pushed much further down the page in IE6. An example shows it clearly: HTML: http://timburgan.com/css-test/index.htm CSS:

[css-d] Form elements aligment

2005-11-07 Thread Reynier Perez Mira
Recently I pass all my site from using tables to DIV. Now I have a problem with form elements because it not show correctly. I want to show this elements like if I have two columns in a table. How can I do this ? Cheers __

Re: [css-d] Hide or show DIV elements

2005-11-07 Thread David Dorward
On 07/11/05, Reynier Perez Mira [EMAIL PROTECTED] wrote: I want when user click in a image this DIV appear hide and image change for other. It´s possible do it using CSS and not Javascript? No. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Bridging the gap in IE

2005-11-07 Thread Angela Trigg
Am new to this myself, but have you tried putting a margin: 0 on your P tag? Don't know if that will do it... __ ANGELA TRIGG * TRIGGERID www.triggerID.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Burgan

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Chris Morse
In my experience, VS will only override the CSS for controls if you specify the various format properties (and again, this is really an ASP.NET thing, not a VS thing). If you just use CssClass (as in Item-CssClass, Header-CssClass, etc) you shouldn't have a problem. The HTML mangling can be a

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Squibb, Brian
Unfortunately my next project will involve some 200 pages, most of which contain dynamic content (and controls) I felt that to hand the look and feel over to CSS the way that I have done on my static sites would have saved me a whole heap of time and effort. The CSS Zen Garden approach to

[css-d] wrapping text in li

2005-11-07 Thread Joh
Hi, I have ul class=ListofLinks lia href=#linkThis is a fairly long link text.This is a fairly long link text./ali /ul I am using padding for these lis ul.ListofLinks li {padding: 10px 12px 10px 45px; margin:0;} Now problem is the text on the right is being cut off: Is there a CSS way to

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Angela Trigg
That's all our company does is dynamic sites using a CMS we developed, but we use ColdFusion. Am starting to do these using CSS. __ ANGELA TRIGG * TRIGGERID www.triggerID.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [css-d] SPAM-HIGH: Re: I want to scream

2005-11-07 Thread Angela Trigg
Yep, don't think P7 is the problem as I can get the dropups to work without doing the javascript you have below -- I just did a bottom: 0px; and that did it Weird thing that just happened though is when I changed the divs that call the popups to absolute (so that it would fix the dropup

Re: [css-d] SPAM: Re: List item hover issue

2005-11-07 Thread Jonathan Carter
Gunlaug Sørtun wrote: 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

Re: [css-d] Form elements aligment

2005-11-07 Thread Jan Milz
Thats easy :) some markup like this: label class=leftname/label input type=text name=name value=br / and some css like this label.left { float: left; text-align: right; width: 5em; margin-right: .3em; } form br { clear: both; } then you have two columns. greetz, jan __

Re: [css-d] Site check: Mainly windows machines

2005-11-07 Thread Gale Stafford
Looks good on Firefox (WinXP). Only thing I might change is the search box. It has a red background, matching the red background of its surrounding element. Your search box might stand out better (and therefore be used by more people) if it was a different color. Perhaps a light grey, for

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread CJ Larson
I basically want to use the programming power of ASP.NET with the site layout of CSS. Documentation weems very sparse. Anyone able to help out here? Finally a post I'm able to answer! Here at my work place, we've been using asp.net 2.0 since it was in beta, and I know how hard it is to get

Re: [css-d] Form elements aligment

2005-11-07 Thread CJ Larson
A few nice sites that have done forms with CSS: http://jeffhowden.com/code/css/forms/ http://www.themaninblue.com/writing/perspective/2004/03/24/ - http://www.themaninblue.com/experiment/InForm/ http://www.javier-julio.com/design/css/downloads/ -

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

2005-11-07 Thread Richard Grevers
It sounds to me as though your problems would be greatly decreased if the gradient below the tabs was a hard edge. Have you asked about changing that one element of the design or is it graven in stone? It's rather a half-assed gradient and quite ugly IMO -- Richard Grevers New Plymouth, New

Re: [css-d] Bridging the gap in IE

2005-11-07 Thread Tony Crockford
Tim Burgan wrote: Hi, I'm using image replacement on a H1 element. The problem I'm having is that the content under the H1 is fine in Firefox, but is pushed much further down the page in IE6. An example shows it clearly: HTML: http://timburgan.com/css-test/index.htm CSS:

Re: [css-d] min-height and IE

2005-11-07 Thread Jay Loden
I don't suppose there's a similar trick to get IE to do a max-width property? On Thursday 03 November 2005 10:19 am, Justin Reid wrote: the best way to do this is to give IE a height value equal to the minimum height that you want, in this case 300px; IE uses the height value just like a

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Chris Morse
Hi CJ, Thanks for the information. You more elegantly made some of the points I was trying to make early. I have not included your entire message here since I don't want to bring the Internet to its knees. :) However, I would add a couple of things: === Tip 1 - Skin files

Re: [css-d] ASP.NET CSS

2005-11-07 Thread Austin, Darrel
+1. The client id is very tricky due to the concept of naming containers causing your server side ID to be expanded to a name that's guaranteed to be unique within the scope of the page (required for PostBack resolution). However, as stated, classes work flawlessly. You can work around

Re: [css-d] Site check: Mainly windows machines

2005-11-07 Thread Daniel LeVangie-Stricklen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of css-dan Sent: Friday, October 28, 2005 8:12 AM To: css-d@lists.evolt.org Subject: [css-d] Site check: Mainly windows machines Thanks !! http://www.pbs.org/wgbh/rxforsurvival/ Hi, I echo Gale's thoughts, about the

[css-d] Setting width:auto and min-width in IE

2005-11-07 Thread Philip DeGreen
Sorry for yet another question about min-width and IE but none of the solutions I've found so far work for me. I'm defining styles for buttons which will have variable length text in them depending on what language they're displayed in. I'd like to set a min-width for the button, but also

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Austin, Darrel
Most of my output is through datagrids-( Just MHO, but I've long given up on using .nets built in datagrids for anything more than internal web applications where the interface isn't terribly important. Otherwise, I use a string builder and make my own output ala the asp days. Not ideal, but

[css-d] Site Check: ableGray.com

2005-11-07 Thread Matt McManus
Hey Guys, http://www.ablegray.com Im still doing the finishing touches on the site, so there are some unfinished parts. I feel like the site could use some more...but i dont know what that more is. Any help you could give would be great. Also, any suggestions you guys have for the video list

[css-d] Another try: Flickering in Firefox

2005-11-07 Thread bill
Hi there I'm developing a site which can be found at http://www.first-encounter-design.com http://www.first-encounter-design.com/ Haven't done any real testing yet but it displays well in IE6, NS7, Op and FF all on win xp. When the page first loads in FF, the right hand scrolling div

Re: [css-d] Setting width:auto and min-width in IE

2005-11-07 Thread Roger Roelofs
Phil, On Nov 7, 2005, at 4:46 PM, Philip DeGreen wrote: Sorry for yet another question about min-width and IE but none of the solutions I've found so far work for me. I'm defining styles for buttons which will have variable length text in them depending on what language they're displayed

[css-d] font-size and line-height: inheritance, specificity, or something

2005-11-07 Thread M. Montgomery
Finishing up a site for a client: http://photosbykat.net/ I know it doesn't validate, but she absolutely insists on the right-click disable (though I explained it's easy to work around), and I don't know how to do it validly. I'm working on the gallery pages, and a sample from a ministry trip is

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Austin, Darrel
The problem with that approach is you're sacrificing control over your markup with proper seperation of functionality and design. Yes, but... If you wanted to make a change to the layout of the content, you'd have to do a recompile to make the changes, which is exactly what you want

[css-d] text appears only if window is resized!

2005-11-07 Thread David Agnew
I'm making vey slow headway with my first CSS layout. I'd love it if someone could offer advice on my 2 biggest unresolved problems: When http://www.vsi.cape.com/~dagnew/lib/foo.php is viewed in IE6 Win, all text within #content div appears only after the window is resized. When

Re: [css-d] Setting width:auto and min-width in IE

2005-11-07 Thread Philip DeGreen
Hi Roger, thanks for your quick response. You didn't miss the beginning of the thread - I just left out enough details to give you that impression - sorry. ;) I played around a bit with conditional statements, but found that they didn't quite do it for me - I still couldn't figure out how to

Re: [css-d] ASP.NET/CSS

2005-11-07 Thread Eric A. Meyer
Hey all, I had to think about this for quite a while before making this decision, but the whole hack ASP to make CSS work nicely thread seems like it's drifted over the off-topic line. In the same way that threads about how to hack PHP or some other language to produce markup that's

Re: [css-d] font-size and line-height: inheritance, specificity, or something

2005-11-07 Thread ron zisman
hey mike, glanced at the sample gallery page and at your css file and noticed a couple of things: before i start..i'm somewhat of a newbie.. so take it for what it is worth. the first thing i noticed was your help text, and moron that i am, kept hovering over different images waiting for a

Re: [css-d] font-size and line-height: inheritance, specificity, or something

2005-11-07 Thread David Dorward
On 07/11/05, M. Montgomery [EMAIL PROTECTED] wrote: Finishing up a site for a client: http://photosbykat.net/ I know it doesn't validate, but she absolutely insists on the right-click disable (though I explained it's easy to work around), and I don't know how to do it validly. Well its nice

[css-d] Controlling text spacing: margin, padding or line-height

2005-11-07 Thread Adriano Castro
Hi, I want to control the spacing of my text but I'm not too sure whether I should use margin, padding, line-height or a combination of these three. I need to control the spacing between the lines of a paragraph, the space between that very same paragraph and the title that

Re: [css-d] min-height and IE

2005-11-07 Thread David Laakso
Jay Loden wrote: I don't suppose there's a similar trick to get IE to do a max-width property? On Thursday 03 November 2005 10:19 am, Justin Reid wrote: [..] These are some methods to achieve min-max width in IE. http://www.svendtofte.com/code/max_width_in_ie/

[css-d] font-size and line-height: inheritance, specificity, or something

2005-11-07 Thread M. Montgomery
Thanks, David! Well its nice to see that you explicitly check for Netscape or Internet Explorer and only disable it for those users (nice in the sense that I wouldn't effect me if I hadn't already blocked such scripts in my browser). It's not my script, because I don't know the first thing

Re: [css-d] text appears only if window is resized!

2005-11-07 Thread Michael Hulse
On Nov 7, 2005, at 1:43 PM, David Agnew wrote: When http://www.vsi.cape.com/~dagnew/lib/foo.php is viewed in IE6 Win, all text within #content div appears only after the window is resized. Peekaboo bug maybe? http://www.positioniseverything.net/explorer/peekaboo.html

Re: [css-d] font-size and line-height: inheritance, specificity, or something - photosbykat.net

2005-11-07 Thread Felix Miata
M. Montgomery wrote: Finishing up a site for a client: http://photosbykat.net/ I know it doesn't validate, but she absolutely insists on the right-click disable (though I explained it's easy to work around), and I don't know how to do it validly. I'm working on the gallery pages, and a

[css-d] FW: Setting width:auto and min-width in IE

2005-11-07 Thread Graham Cook
Hi Philip, It may not be pretty or the most standards compliant code, but it DOES work. Try the code below. Regards Graham Cook www.uaoz.com style .setmin{ min-width:100; width:expression(this.clientWidth this.currentStyle[min-width]? this.currentStyle[min-width] :); }

Re: [css-d] Suckerfish blues (again)

2005-11-07 Thread Graham Reeds
Chris Akers wrote: http://homepage.ntlworld.com/graham.reeds/space Also, I noticed that #nav-rankings-option2a and #nav-rankings-option3a's background image jump up a pixel or two on hover. That is due to me not bothering with lining up the selection's properly. I can't decide

Re: [css-d] 'textured bckgrnd' layout

2005-11-07 Thread Michael Hulse
On Nov 7, 2005, at 7:57 PM, Patrick Roane wrote: Hey folks, I've been working w/pure css layouts for a little while now with great results. Resently, I took a look at: http://www.tirolskaizba.sk/en/ (which was submitted to http://www.cssbeauty.com/) and I'm curious about how to

Re: [css-d] 'textured bckgrnd' layout

2005-11-07 Thread Christian Montoya
Resently, I took a look at: http://www.tirolskaizba.sk/en/ (which was submitted to http://www.cssbeauty.com/) and I'm curious about how to accomplish a similar layout that uses images in the same way that the above site does. Yep, just images. Whatever you do, please don't emulate that