[css-d] CSS menu problems

2006-03-06 Thread z e n
I've got problems with CSS menu ( http://testingzone.50webs.com ), It looks different when checking it with different browsers, Could you please help me to figure that out or give me a hint. With best regards, Eugene Kravchenko.

Re: [css-d] CSS menu problems

2006-03-06 Thread James Smith
z e n wrote: I've got problems with CSS menu ( http://testingzone.50webs.com ), It looks different when checking it with different browsers, Could you please help me to figure that out or give me a hint. With best regards, Eugene Kravchenko. Hi Eugene, Your problem is caused by the fact that

[css-d] when is css width applicable?

2006-03-06 Thread Martin Olsson
Hi, On which elements can I use the width property? It seems like some elements respond very nicely to setting width: 100px but other elements just ignore it. Can I affect whether a given element respond to width somehow? I tried using display:block but this also seems to add a newline char

Re: [css-d] when is css width applicable?

2006-03-06 Thread Mark Stickley
Width is only applied to block level elements as far as I know so you'll have to set display: block; To fix the line clearing you should just have to float the element either left or right. Hope that helps! Mark On 6 Mar 2006, at 12:13, Martin Olsson wrote: Hi, On which elements can I

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

2006-03-06 Thread Carl Youngblood
Both Ingo and Gunlaug's solutions were very helpful! Thanks so much guys for taking the time to answer my questions in depth. That was really above and beyond the call of duty. Cheers, Carl On 3/4/06, Ingo Chao [EMAIL PROTECTED] wrote: Georg already solved it. The (still) experimental

[css-d] simple problem?

2006-03-06 Thread Peter Lloyd
Hi, Is it possible to force text to go below floated elements? I have an image floated left with some related text flowing to the right. But I want to begin the next section of text below the floated image and tight to the left margin (see 1). At the moment the next section of text simply

Re: [css-d] simple problem?

2006-03-06 Thread Christian Heilmann
Is it possible to force text to go below floated elements? I have an image floated left with some related text flowing to the right. But I want to begin the next section of text below the floated image and tight to the left margin (see 1). At the moment the next section of text simply

Re: [css-d] simple problem?

2006-03-06 Thread Gunlaug Sørtun
Peter Lloyd wrote: Is it possible to force text to go below floated elements? Is there any way to guarantee that 'Next section' always begins below the image floated left (even if the size of the image varies on different pages? Yes, at least three ways. 1: declare 'clear: both' or

[css-d] Problems with a floated menu... (IE)

2006-03-06 Thread Philip Munksgaard
I am in the process of building a website of my own... Right now it is a mostly like a sandbox, testing design ideas, css and such. So, i've now made this site http://munksgaard.frac.dk My problem is, that the menu in the left seems to screw up in IE... Needless to say there is no problem in

Re: [css-d] simple problem?

2006-03-06 Thread Peter Lloyd
Guys, thanks for the suggestions... The problem with clear: left; used in the main content area is that it not only clears the image, but also the bottom of the search box in the left-had column! So I guess the question then becomes can I stop the interaction between the floated elements

[css-d] margin/padding-bottom relative to canvas bottom

2006-03-06 Thread Frank Van Damme
Hello, I am trying to achieve a certain effect. I am trying to put a box on a web page where the content (a box, say) is positioned - either absolutely or using margins on top or sides - BUT I want it to always remain the same height and have the content scroll nicely in that area. Also, I would

[css-d] Floating elements at an 'edge'

2006-03-06 Thread Keith Sader
Greetings, I've got a link I'd like to align at the top right of an 80% width table such that the link's right edge is always in alignment with the table's right edge. So far I've got the following selectors : a.printLink { font-size: 11px; padding: 0 0 0 15px;

Re: [css-d] margin/padding-bottom relative to canvas bottom

2006-03-06 Thread ~davidLaakso
Frank Van Damme wrote: Hello, I am trying to achieve a certain effect. I am trying to put a box on a web page where the content (a box, say) is positioned - either absolutely or using margins on top or sides - BUT I want it to always remain the same height and have the content scroll nicely

Re: [css-d] Floating elements at an 'edge'

2006-03-06 Thread Els
Keith Sader wrote: I've got a link I'd like to align at the top right of an 80% width table such that the link's right edge is always in alignment with the table's right edge. [snip code] This gets the link pretty close the right edge of the table for most browser widths but doesn't really

Re: [css-d] Floating elements at an 'edge'

2006-03-06 Thread Paul Novitski
At 10:55 AM 3/6/2006, Keith Sader wrote: I've got a link I'd like to align at the top right of an 80% width table such that the link's right edge is always in alignment with the table's right edge. ... a class=printLink href=/printPrintable Report/a table id=detailTable tbody ... This gets the

[css-d] Need help with a few quirks

2006-03-06 Thread Webmaster
Hello, I am currently working on a layout for a friend, which can be found at http://www.exillon.com/test/ and the css is http://www.exillon.com/test/main.css Rather than making the stretched/melted part of the background one huge image, I made a basic tiled version for the straight lines and

Re: [css-d] simple problem?

2006-03-06 Thread Gunlaug Sørtun
Peter Lloyd wrote: http://design.open.ac.uk/individual_pages/jeff_johnson/people_jeff_johnson.htm ... So I guess the question then becomes can I stop the interaction between the floated elements in the left column and the clearing elements in the main content area? Complete isolation is

[css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
I've bumped into a background-image display problem on Safari 2.0.3 -- I've heard of the no-repeat bug showing up in older versions of Safari, but I was under the impression it was fixed... and perhaps it is, but I'm doing something wrong. I'm using a little display box with rounded corners

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 1:05 PM, [EMAIL PROTECTED] wrote: I've posted a test file at http://www.monkeypuzzle.net/testfiles/ safari_repeat/ A screenshot of what I'm seeing is here: http://www.monkeypuzzle.net/ testfiles/safari_repeat_screenshot.gif Sorry - One of the links I posted was

Re: [css-d] margin/padding-bottom relative to canvas bottom

2006-03-06 Thread Frank Van Damme
On 3/6/06, ~davidLaakso [EMAIL PROTECTED] wrote: Frank Van Damme wrote: Hello, I am trying to achieve a certain effect. I am trying to put a box on a web page where the content (a box, say) is positioned - either absolutely or using margins on top or sides - BUT I want it to always

Re: [css-d] margin/padding-bottom relative to canvas bottom

2006-03-06 Thread cj
On 3/6/06, Frank Van Damme [EMAIL PROTECTED] wrote: http://vandamme.homeunix.net/~frank/html-tryouts/smallwindow.html the example i linked to doesn't do this? __ css-discuss [EMAIL PROTECTED]

[css-d] trying to put h1 text at the bottom of an image

2006-03-06 Thread Dale Lists
Hello, Trying to do something new (for me) with css. Using various bits and pieces I have learned from various sites (including Eric Meyer's great css/edge) I am trying to place header text at the bottom of the background image as shown on the below linked page.

[css-d] CSS Forms -- A few IE issues

2006-03-06 Thread Bill Moseley
Hi, I'm looking for a bit of input on css form layout: http://hank.org/demos/form.html http://hank.org/demos/form.css General suggestions or improvements are welcome. ;) Not sure I want to, but can I set the width of the nested fieldsets to adjust based on the length of the text

Re: [css-d] Problems with a floated menu... (IE)

2006-03-06 Thread francky
~davidLaakso wrote: Philip Munksgaard wrote: So, i've now made this site http://munksgaard.frac.dk My problem is, that the menu in the left seems to screw up in IE... Needless to say there is no problem in any other browsers... Philip Munksgaard _ Philip, [...]simple markup error?

[css-d] IE footer problem

2006-03-06 Thread Michael Clayton
I nabbed this layout from the famous http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml My current progress is here: http://www.twilighted.com/ntc/ In IE 6, the footer is only pushed down by the left and right columns, but not the center column. This can be fixed by resizing the window,

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread Philippe Wittenbergh
On Mar 7, 2006, at 6:05 AM, [EMAIL PROTECTED] wrote: 've bumped into a background-image display problem on Safari 2.0.3 -- I've heard of the no-repeat bug showing up in older versions of Safari, but I was under the impression it was fixed... and perhaps it is, but I'm doing something

Re: [css-d] trying to put h1 text at the bottom of an image

2006-03-06 Thread Gunlaug Sørtun
Dale Lists wrote: ... I am trying to place header text at the bottom of the background image as shown on the below linked page. http://conditioncritical.net/test.php I am testing with FireFox on Mac and Windows. Firefox will like the following on all platforms, I think. 1: move that

Re: [css-d] Floating elements at an 'edge'

2006-03-06 Thread Keith Sader
Thanks Paul and Els for the suggestions. I knew there was a way. On 3/6/06, Paul Novitski [EMAIL PROTECTED] wrote: -- Keith Sader [EMAIL PROTECTED] http://www.saderfamily.org/roller/page/ksader __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:00 PM, Philippe Wittenbergh wrote: Yes, that is the same background-repeat bug when the image is larger than the size of the box. The bug has been fixed in nightly Webkit builds, (future versions of Safari). BTW - Konqueror 3.5 appears to suffer from the same bug.

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread Philippe Wittenbergh
On Mar 7, 2006, at 9:09 AM, [EMAIL PROTECTED] wrote: Yes, that is the same background-repeat bug when the image is larger than the size of the box. The bug has been fixed in nightly Webkit builds, (future versions of Safari). BTW - Konqueror 3.5 appears to suffer from the same bug.

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:54 PM, Philippe Wittenbergh wrote: As your box has a fixed width, you should be able to do it with just on image, applied boxhead h2. It's only fixed width in this test file - I've pulled this out of a much more complicated page to try and isolate the problem. Else,

[css-d] Float Right Nav Bar Verses a Form SELECT in Firefox

2006-03-06 Thread Les Mizzell
Here's one that's got me tearing my hair out... Have a right floated nav column. Works great UNTIL it ends up on a page with a form on it. As long as the form contains NO select name=mySELECT, it works great. As soon as I add a select anywhere on the form, the floated nav drops down below the

Re: [css-d] Need help with a few quirks

2006-03-06 Thread francky
Webmaster wrote: Hello, I am currently working on a layout for a friend, which can be found at http://www.exillon.com/test/ and the css is http://www.exillon.com/test/main.css Hi webmaster D, Your link appeared to lead to a frame page, so we have to go to the source code of the frame page

Re: [css-d] Validator Gives Margin Error I Can't Find

2006-03-06 Thread Roger Roelofs
Gretchen, On Mar 6, 2006, at 8:40 PM, [EMAIL PROTECTED] wrote: I have been trying to change my 3-column layout from % right left columns to fixed width right/left columns and I keep getting a weird error in the validator It reads: * Line: 255 Invalid number : margin

Re: [css-d] Validator Gives Margin Error I Can't Find

2006-03-06 Thread francky
[EMAIL PROTECTED] wrote: I have been trying to change my 3-column layout from % right left columns to fixed width right/left columns and I keep getting a weird error in the validator It reads: * Line: 255 Invalid number : margin

Re: [css-d] Validator Gives Margin Error I Can't Find

2006-03-06 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: I have been trying to change my 3-column layout from % right left columns to fixed width right/left columns and I keep getting a weird error in the validator It reads: * Line: 255 Invalid number : margin

Re: [css-d] Need help with a few quirks

2006-03-06 Thread francky
Webmaster wrote: I dearly apologise. I just realised the person who is in charge of the hosting itself and DNS registration has set it up very oddly. I am not sure why the frame thing is like that and will speak with them tomorrow about it. The link that their DNS is linking towards is

Re: [css-d] IE footer problem

2006-03-06 Thread Michael Clayton
I discovered that the following code is what breaks the site in IE. ul.nav { list-style: url(bullet_small.jpg); line-height: 1.5em; margin-left: 18px; padding: 0; } The list-style specifically is what kills it. Does anyone know why applying a bullet image mucks up IE? I

[css-d] Problem with errant link tags - ie only want to apply to nav class, or footer class but all affected

2006-03-06 Thread Si - Jujumi
Hi, I'm stuck with what's going wrong on www.iiYoga.com The a:link classes work independently, but it looks likes something in the css is messing up. In that the left border I was using for the NAV is affecting any other link on the page. I thought I'd fixed it last night, but adding no borders