[css-d] Eager to know how to style forms vertically aligned

2006-04-05 Thread Michal Cizmazia
Please help, I am not able to find anything on this topic. Is there any _clear_way_, how can be label text vertically aligned with corresponding input or select text? My testcases [1] work in IE6 and FF1.5 and Op9 on Windows: But I want to know, if there is any usual way to style forms which

Re: [css-d] son of suckerfish problems, please help

2006-04-05 Thread kuasar
It worked for me in spanish ;-) http://platea.cnice.mecd.es/~jmas/manual/html/suckerfish.html On 05/04/06, Els <[EMAIL PROTECTED]> wrote: > > Schalk wrote: > > Hey there All! > > > > Please have a look at this page in IE: > > http://www.epda.cc/joomla/ > > > > Why is the technique from here: > >

[css-d] Is there a way to simulate smthg. like "float: center" on images...

2006-04-05 Thread medial | André Huf
Hello List, Is there a CSS way of having an image in the middle of a paragraph whose text wraps around both sides of the image: word, word, word, word, word, ### word, word, # # word, word, # img # word, word, # # word, word, ### word, word, word, word, i.e. like one could expec

[css-d] Is there a way to simulate smthg. like "float: center" on

2006-04-05 Thread Michal Cizmazia
> Is there a CSS way of having an image in the middle of a paragraph whose > text wraps around both sides of the image: In my opinion, it is not very good idea, beacause the reader must follow the line across the image. But may be the example [1] from Ingo Chao [2] could be helpfull. [1] http:/

Re: [css-d] Is there a way to simulate smthg. like "float: center" on

2006-04-05 Thread Els
Michal Cizmazia wrote: >> Is there a CSS way of having an image in the middle of a >> paragraph whose text wraps around both sides of the image: > > In my opinion, it is not very good idea, beacause the reader > must follow the line across the image. But may be the example > [1] from Ingo Chao [2]

[css-d] Problem with the Header

2006-04-05 Thread Bolo Michelin
Hello, this my page http://www.independza.com/client/expay/index.html I have a problem with the header on IE 6. Header goes to right side ;( my code ACCEUIL CHANGER VOTRE ARGENT DISTRIBUTEURS SITES MARCHANDS F.A.Q CONTACT http://www.expay.org"; title="Expay : La Révolut

Re: [css-d] Problem with the Header

2006-04-05 Thread Gunlaug Sørtun
Bolo Michelin wrote: > http://www.independza.com/client/expay/index.html > > I have a problem with the header on IE 6. Header goes to right side > ;( Since you are using 'text-align: center;' on body, you should also add... #header {text-align: left;} ...to help IE line up those absolute posit

[css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-05 Thread Michel Bozgounov
OK, here's the link: http://lelion.info/web/cantarco/ Here's the CSS; http://lelion.info/web/cantarco/css/master.css I'm now basically playing with fluid design. Both columns have width specified in percentages. This is not final version, I can even migrate to fixed-width later, if liquid prove

[css-d] Subject: Re: son of suckerfish problems, please help

2006-04-05 Thread Iorhael
Els wrote: >It actually is working, only the dropdowns are hidden behind >div#content-pane. >I think you have to do something with z-index maybe :-) I just had the same problem...try adding a z-index and relative position to the #nav ul id: #nav, #nav ul { margin:0; padding:0; background-co

Re: [css-d] FF Page shift when scroll bar appears

2006-04-05 Thread Zoe M. Gillenwater
Roger Roelofs wrote: > Walter, > > On Apr 4, 2006, at 8:10 PM, Walter Max wrote: > > >> I'm seeing a slight shift of a page in FF that I don't see in IE when >> the >> extra content of a page causes a vertical scroll bar to appear. >> > > IE/win never removes the scroll bars, ff and other

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-05 Thread Gunlaug Sørtun
Michel Bozgounov wrote: > http://lelion.info/web/cantarco/ > So, IE does not understand my styles, or I am doing it all wrong... In short: IE is buggy :-) A bit of cross-browser stabilization should help. 1: add... #maincol {display: inline;} ...to kill that 'margin-doubling on floats' bug in I

[css-d] margins problem

2006-04-05 Thread Enrico Teotti
Hi, I'm experiencing a margin problem on this page: http://esion.textdriven.com/gardakom there are other things to set up but right now I'm bothered about the margin you see between the top-content center-content and bottom-content. The margins are setted to zero... but only if I set up a border (t

Re: [css-d] Subject: Re: son of suckerfish problems, please help

2006-04-05 Thread Schalk
Iorhael wrote: > Els wrote: > >It actually is working, only the dropdowns are hidden behind > >div#content-pane. > >I think you have to do something with z-index maybe :-) > > I just had the same problem...try adding a z-index and relative > position to the #nav ul id: > > #nav, #nav ul { >

[css-d] Newbie with CSS layout

2006-04-05 Thread Reynier Perez Mira
Hola a todos: I found some CSS layout in this site: http://blog.html.it/layoutgala/. Now I have my CSS layout but this have many problems. The sample is at this adress: http://www.valencia.ch/simpro/sample4.html http://www.valencia.ch/simpro/css/simpro_ga4.css http://www.valencia.ch/simpro/css/

Re: [css-d] margins problem

2006-04-05 Thread Gunlaug Sørtun
Enrico Teotti wrote: > Hi, I'm experiencing a margin problem on this page: > http://esion.textdriven.com/gardakom there are other things to set up > but right now I'm bothered about the margin you see between the > top-content center-content and bottom-content. The margins are setted > to zero.

[css-d] min-height in IE

2006-04-05 Thread Martyn
Hi I know that the min-height property is not supported in IE, but does any one have an idea how I can best get round this problem? Thanks very much Martyn __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

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

2006-04-05 Thread cj
On 4/5/06, Martyn <[EMAIL PROTECTED]> wrote: > Hi > I know that the min-height property is not supported in IE, but does any one > have an idea how I can best get round this problem? one method: /* this style gets sent to all browsers, but ie doesn't "get it" */ .class-name {min-height: 10em;}

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

2006-04-05 Thread chris
On Wed, 2006-04-05 at 17:52 +0100, Martyn wrote: > Hi > I know that the min-height property is not supported in IE, but does any one > have an idea how I can best get round this problem? If you use a separate ie stylesheet, you can set a height which IE will effectively interpret as min-height.

[css-d] Targeting DIV question

2006-04-05 Thread Steve Rachels
I know there must be a way, but being new to css, I don't have the slightest clue as to how to make a graphic come up in a given layer (div?) when a button is pressed.. Example of what I'm after: http://sketchbookgraphics.com/layoutQuestion.html If anyone knows of a tutorial on this, pl

Re: [css-d] Newbie with CSS layout

2006-04-05 Thread Roger Roelofs
Reynier, On Apr 5, 2006, at 11:40 AM, Reynier Perez Mira wrote: Hola a todos: I found some CSS layout in this site: http://blog.html.it/ layoutgala/. Now I have my CSS layout but this have many problems. The sample is at this adress: http://www.valencia.ch/simpro/sample4.html http://www.v

Re: [css-d] Targeting DIV question

2006-04-05 Thread cj
On 4/5/06, Steve Rachels <[EMAIL PROTECTED]> wrote: > I know there must be a way, but being new to css, I don't have the > slightest clue as to how to make a graphic come up in a given layer > (div?) when a button is pressed.. > > Example of what I'm after: > http://sketchbookgraphics.com/l

[css-d] auto height

2006-04-05 Thread Geoff Dougherty
Hi. I've got a page that's set up with a tiled body background, a margin-auto div to center the content horizontally, tan background block within the centered div, and a row of floated image thumbnails that's supposed to sit within all this. Except the tan background stops about halfway through the

Re: [css-d] margins problem

2006-04-05 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: > Enrico Teotti wrote: > >> Hi, I'm experiencing a margin problem on this page: >> http://esion.textdriven.com/gardakom there are other things to set up >> but right now I'm bothered about the margin you see between the >> top-content center-content and bottom-content. T

[css-d] newbie CSS on Firefox problem

2006-04-05 Thread Bill Walton
Greetings from a CSS newbie; I apologize in advance for violating the prohibition on posting code but 1) I have no where to put this yet, and 2) it's so trivial I'm hoping you'll allow it. Here's my problem. I cannot get even a trivial piece of CSS working on Firefox. It works as expected on

Re: [css-d] auto height

2006-04-05 Thread Zoe M. Gillenwater
Geoff Dougherty wrote: > Hi. I've got a page that's set up with a tiled body > background, a margin-auto div to center the content > horizontally, tan background block within the centered > div, and a row of floated image thumbnails that's > supposed to sit within all this. Except the tan > backgro

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Pringle, Ron
Bill wrote: > Greetings from a CSS newbie; > > I apologize in advance for violating the prohibition on > posting code but 1) I have no where to put this yet, and 2) > it's so trivial I'm hoping you'll allow it. > > Here's my problem. I cannot get even a trivial piece of CSS > working on Fire

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Bill Walton
Hi Ron, Thank you very very much. That was driving me crazy. The W3C CSS validator requires a URL. Is there one for the desktop you'd recommend? I'd sure like to avoid this in the future, if possible. Thanks again for your help. I really appreciate it. Best regards, Bill - Original Mes

[css-d] File input question

2006-04-05 Thread Jonathan Carter
I recently added a file input element to a test page and wanted to resize the width of the textbox. In IE this works easily, but Firefox doesn't seem to allow any styling at all. Is this a known issue or am I missing something? Any help would be appreciated. Thanks, Jonathan __

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread cj
On 4/5/06, Bill Walton <[EMAIL PROTECTED]> wrote: > Hi Ron, > > Thank you very very much. That was driving me crazy. The W3C CSS validator > requires a URL. Is there one for the desktop you'd recommend? I'd sure > like to avoid this in the future, if possible. you're in luck! they don't requi

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread francky
Bill Walton wrote: >[...] >The W3C CSS validator requires a URL. >Is there one for the desktop you'd recommend? >[...] > Hi Bill, The w3c css-validator has also the possibility to upload a stylesheet , or, in a text-box, to upload partial

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread L. David Baron
On Wednesday 2006-04-05 15:15 -0500, Bill Walton wrote: > Thank you very very much. That was driving me crazy. The W3C CSS validator > requires a URL. Is there one for the desktop you'd recommend? I'd sure > like to avoid this in the future, if possible. In addition to the file-upload mechanis

[css-d] Centered Content with fixed background

2006-04-05 Thread Shawn Tritz
Greetings. I'm attempting a css layout with as few images as possible, etc. I'm attempting something similar to the Complex Spiral to simulate a semi-transparent background color "on top" of a full colored photo with the exception of not having the layout anchored to a corner - the main content cen

[css-d] wrapping long URLs in Firefox? possible?

2006-04-05 Thread John Haas
Hi everyone, I've been looking for a while now for a solution to my problem. Hoping someone here can help... I have a div with a set width. Inside that div is a very long URL, posted by a user of the site I'm working on. In IE/Safari, it wraps just fine to the next line, without breaking

[css-d] Scrolling divs and named anchors

2006-04-05 Thread Martyn
Hi, I have a page with a scrolling div is containing information on technical terms from A through to Z and using named anchors for navigation of the technical terms, only the problem I seem to have is when I click on a link it takes you to the right place in the scroll div but the whole page jumps

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-05 Thread francky
Michel Bozgounov wrote: >OK, here's the link: >http://lelion.info/web/cantarco/ > >[...] >In IE at the right, all is wrong [...] >FF, Opera are OK (on Windows). > > > Hi Michel, George gave already some good advices to get IE playing the game. I've something about FF... In my FF1.07 under Window

[css-d] IE6 Ignoring text-decoration

2006-04-05 Thread Mike Botsko
I have some links inside of a table. Two TD cells in this table have their own css class. When: .cellOne { text-decoration: none; } .cellTwo { text-decoration: none; } IE6 ignores the text-decoration css for cellTwo. There's not a single other difference between these two cells, and even i

Re: [css-d] Scrolling divs and named anchors

2006-04-05 Thread Kenny Graham
> is there a way to fix this? I'm 99% certain that it's a "no" =( __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- ht

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Bill Walton
I have no idea what I was looking at / how I missed the W3C validation options you've pointed out. To think I spent the better part of a day banging my head on this ;-p It's clear I've got a lot to learn ;-) Thanks to you all for your help! Best regards, Bill - Original Message - From:

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Bill Walton
Sorry to bother you guys again, but I pasted the stylesheet in the W3C css-validator and got the results below, which I totally do not understand. I mean, I'm getting the visual result I expected, and the stuff below is only warnings, but the words make no sense to me and my gut tells me it's just

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Ed Seehouse
On 4/5/06, Bill Walton <[EMAIL PROTECTED]> wrote: > Sorry to bother you guys again, but I pasted the stylesheet in the W3C > css-validator and got the results below, which I totally do not understand. > a.. Line : 2 (Level : 1) You have no color with your background-color : This is a warning, n

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread Kenny Graham
Since you specified text colors, it's just suggesting that you specify background colors too, just incase the user sets their default background color to the same as your specified text color, etc. CSS validator warnings usually aren't big deals, but be sure there aren't any errors. __

Re: [css-d] Targeting DIV question

2006-04-05 Thread Jim Davis
Hi, Here is a link to a demo by Stu Nicholls that uses hover to change the "page". http://www.cssplay.co.uk/menu/one_page.html Perhaps his method will provide inspiration. Jim On 4/5/06, Steve Rachels <[EMAIL PROTECTED]> wrote: > > I know there must be a way, but being new to css, I don't have

Re: [css-d] IE6 Ignoring text-decoration

2006-04-05 Thread francky
Mike Botsko wrote: >I have some links inside of a table. Two TD cells in this table have their own >css class. When: > >.cellOne { > text-decoration: none; >} > >.cellTwo { > text-decoration: none; >} > >IE6 ignores the text-decoration css for cellTwo. There's not a single other >difference be

Re: [css-d] dynamic menus and z-index? (formerly More SOS) (Ingo Chao)

2006-04-05 Thread pkruep
> Ingo Chao wrote: > > [EMAIL PROTECTED] wrote: > > > >> http://spppa.littleberrystudio.com > > > > For Firefox&Co, > >#nav li ul {z-index:1} > > should solve the problem of text+borders peeking through in flyouts of > > preceding elements. > > Since the problem is that the position:relativ

Re: [css-d] Centered Content with fixed background

2006-04-05 Thread David Hucklesby
Hello, Shawn, You wrote: > > Greetings. I'm attempting a css layout with as few images as possible, > etc. I'm attempting something similar to the Complex Spiral to simulate > a semi-transparent background color "on top" of a full colored photo > with the exception of not having the layout ancho

Re: [css-d] IE 6 fieldset Issues

2006-04-05 Thread Tyson Tate
Seems like IE doesn't think a fieldset is a block object. Adding "display: block;" to the fieldset will fix the problem and doesn't cause any adverse affects to Firefox or Safari. Score another point for open-source software. -Tyson On Apr 4, 2006, at 6:11 PM, Tyson Tate wrote: > IE 6 seem