[css-d] simple DIV layout renders differently in IE, FF, Opera

2006-04-24 Thread Maziak, Peter \(Tek Systems\)
Any tips for me? http://www.msu.edu/~maziak/umg/rms/demo_launchRMSwizard.html In IE, looks good. In FF, IMG (blank.gif in lower right w/border:black and float:right) "falls out" of light blue div#bottom In Opera, same IMG falls out AND div#bottom does not follow immediately inline. Thanks for

Re: [css-d] table layout to css conversion

2006-04-13 Thread Maziak, Peter \(Tek Systems\)
Doh! I didn't have font smoothing turned on (in WinXP). Silly me. There must be many end users that don't have this turned on (...and so many more not using 1792x1344). Anybody have information on the common/default user settings for font smoothing: none, standard, or ClearType? Thanks, -Pete

Re: [css-d] table layout to css conversion

2006-04-12 Thread Maziak, Peter \(Tek Systems\)
I like the idea of you using live text for some of the header text, but when it comes down to it--when it is on the screen, it just doesn't look optimum/professional due to aliasing. Try experimenting with different font-family, font-size, or even color. (The Georgia is easier to read than Palati

[css-d] inset border on SELECT in IE

2006-04-06 Thread Maziak, Peter \(Tek Systems\)
I am perplexed by the following: on any given web page, every SELECT element displays without the default inset border on my install of IE6, as compared to IE6 on my home machine or a co-workers. (This is particularly vexing since I am the designer responsible for such and do the majority of desi

[css-d] styling SELECT in IE

2006-03-13 Thread Maziak, Peter \(Tek Systems\)
Older posts (circa 2002*) indicate there is no way to style border, padding, z-index, etc on a SELECT in IE (because it is an active-x control). Has anyone seen different since? For example: input, select { background-color:#DAE4FF; padding:10px; border:1px solid black; } -background-co

Re: [css-d] font-size and forms (input and select)

2006-03-13 Thread Maziak, Peter \(Tek Systems\)
To: css-d@lists.css-discuss.org Subject: Re: [css-d] font-size and forms (input and select) Maziak, Peter (Tek Systems) wrote: > http://www.msu.edu/~maziak/umg/selectInput.html > > How can I get the three instances of the word Westwood (text, select, > input) to be the same font-size?

Re: [css-d] font-size and forms (input and select)

2006-03-10 Thread Maziak, Peter \(Tek Systems\)
in mozilla. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maziak, Peter (Tek Systems) Sent: Friday, March 10, 2006 1:40 PM http://www.msu.edu/~maziak/umg/selectInput.html __ css

[css-d] font-size and forms (input and select)

2006-03-10 Thread Maziak, Peter \(Tek Systems\)
http://www.msu.edu/~maziak/umg/selectInput.html How can I get the three instances of the word Westwood (text, select, input) to be the same font-size? I would like to use relative sizing (ie, % or EM) as recommended, but keep having cascading issues when I do. I thought that using EM (instead

[css-d] anchor border clipped in IE

2006-03-08 Thread Maziak, Peter \(Tek Systems\)
Why do the anchor's borders on this page get clipped in IE6 (fine in FF) and how can I prevent this? http://www.msu.edu/~maziak/umg/temp.html Thanks, -Pete PS Embedded CSS is such: a.linkButton { text-decoration: none; padding: 2px 3px; margin: 5px; color: #00; border: 1px solid #00

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Maziak, Peter \(Tek Systems\)
o the left (will fix) From: heinrich klassen [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 2:33 PM To: Maziak, Peter (Tek Systems) Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basic

[css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Maziak, Peter \(Tek Systems\)
http://www.msu.edu/~maziak/umg/dra/quadrantlayout.html I am using four divs (plus others) to build "frameless frames." It is starting to look good in Firefox, but not in IE/win. Please advise on any of the following issues, higher priority listed first. Any advice appreciated. 1) BOTTOMRIG

[css-d] Looking for resources

2005-09-07 Thread Michael Schmidt \(Tek Systems\)
To help with RTL layouts using CSS not tables Tables are easy CSS seems to have some interesting behavior with float: left/right Any insights would be appreciated __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

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] nested li bullet style

2005-08-26 Thread Tek
Hello, I am trying to unbullet an li that has a nested list in it. see here: http://tinyurl.com/actnx The section with the green background is the nested list. I want the bullet right before that to go away. I have tried to style the li that houses the nested list but it doesn't quite work the

RE: [css-d] text box text not wrapping

2005-08-12 Thread Michael Schmidt \(Tek Systems\)
Please see the following page for multi-line (textarea) support - no hacks needed http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/h tml/vbtskspecifyingmultilineinputfortextboxwebcontrol.asp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

[css-d] What is "transparent url"

2005-08-05 Thread Tek
I am just learning css and I have been working with adding a background image to a cell. well really I'm reading eric meyer on css and I find css that reads: background: transparent url(filename). When I do this in Dreamweaver the code doesn't show this "tranparent url". Can someone explain why t