Re: [css-d] text positioning

2009-03-06 Thread Philippe Wittenbergh
On Mar 7, 2009, at 2:17 PM, Jim Albert wrote: > I have an example of a table defined with a height to one of the cells > and I would like some text to be aligned to the right and bottom of > that > cell. > > Here is the example: > http://www6.netrition.com/anchor_bottom.html > I would like the

Re: [css-d] IE Floating problem

2009-03-06 Thread Alan Gresley
Alan Gresley wrote: > Ib Jensen wrote: >> Link: http://ikjensen.dk/test/ (repaired) I forgot to mention about the float drop in IE6 due to it's quirky handling of percentages. The fix is changing the width. .subcolumns { width: 99%; /* Change to keep IE6 happy */ overflow:hidden; } -

Re: [css-d] IE Floating problem

2009-03-06 Thread Alan Gresley
Ib Jensen wrote: > Link: http://ikjensen.dk/test/ (repaired) > > Having a minor / major problem with this layout and IE6. > > The content area starts below the Sidebar. > > Which bug have I found here ? > > In FF3.0 it shows perfect. In IE7 or earlier the top margin of block elements does no

[css-d] text positioning

2009-03-06 Thread Jim Albert
I have an example of a table defined with a height to one of the cells and I would like some text to be aligned to the right and bottom of that cell. Here is the example: http://www6.netrition.com/anchor_bottom.html I would like the blue text "lower right" to be anchored to the bottom and right

Re: [css-d] IE Floating problem

2009-03-06 Thread David Laakso
Ib Jensen wrote: > Link: http://ikjensen/test/ > > Having a minor / major problem with this layout and IE6. > > The content area starts below the Sidebar. > > Which bug have I found here ? > > In FF3.0 it shows perfect. > > > 404. Did you mean ? -- A thin red line a

[css-d] css, in place of javascript

2009-03-06 Thread karla pringle
Hello, I am rebuilding a very basic image gallery, (and apologies there is a table in it) But that was not my problem.(yes, it should be) But... I was wondering if there was a way using css to create what used to be added using javascript and images. I would like to have an image file with text

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Gunlaug Sørtun
Nancy Johnson wrote: > I ran into a snag with the overflow:hidden and that is there is one > page full of anchor tags on professional site the updates are live > not yet live. The fix seems very complicated for anchor tags, so I > started to exploring css tables, and looks fine so far in my ver

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Nancy Johnson
Hi, I ran into a snag with the overflow:hidden and that is there is one page full of anchor tags on professional site the updates are live not yet live. The fix seems very complicated for anchor tags, so I started to exploring css tables, and looks fine so far in my version of IE8, however there

[css-d] IE Floating problem

2009-03-06 Thread Ib Jensen
Link: http://ikjensen/test/ Having a minor / major problem with this layout and IE6. The content area starts below the Sidebar. Which bug have I found here ? In FF3.0 it shows perfect. -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk ___

[css-d] Jumping footer...

2009-03-06 Thread Krystian - Sunlust
Hi, We've redesigned this website: http://test.royalsussex-southdowns.co.uk/test/ I'm having problem with a jumping footer in IE7/8 it's some weird rendering issue, sometimes the page loads right but sometimes if I go to "Lowthers Lambs" or "History" page, the footer appears covering the containe

[css-d] Background image shifts to right only in IE

2009-03-06 Thread Erik Domingo
Hi all, I have a problem with the background image on a DIV containing an unordered list used for navigation. The image is a solid horizontal bar (colored blue) shown under the list items. The image shifts to the right when you hover over the elements, but only in IE, not in Firefox. You can see

Re: [css-d] how to auto-resize images with CSS ?

2009-03-06 Thread cr.vegelin
Hi, Thanks for your suggestions. I just tested: img { max-width: 150px; max-height: 120px; } but this does not work properly in Chrome and FF3. For example: > an image with 200x100 is resized to 150x100 (distortion) > an image with 150x150 is resized to 150x120 (distortion) I better keep using m

Re: [css-d] Element alignment.

2009-03-06 Thread bruce . somers
> Von: "Els" > Gesendet: 06.03.09 01:20:19 > An: bruce.som...@web.de > CC: css-d@lists.css-discuss.org > Betreff: Re: [css-d] Element alignment. > bruce.som...@web.de wrote on Friday, March 6, 2009: > > > > Von: "Els" > > > > bruce.som...@web.de wrote: > > > > > > > http://www.maireadnesbitt

Re: [css-d] how to auto-resize images with CSS ?

2009-03-06 Thread mx . cssdee
Maybe have a look at using EM values instead? Take a look at this: http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm Ta, ~Mx On Mar 6, 2009 1:57pm, cr.vege...@gmail.com wrote: > Hi, > Thanks for your suggestions. I just tested: > img { > max-width: 150px; max-height: 1

Re: [css-d] Element alignment.

2009-03-06 Thread Els
bruce.som...@web.de wrote: > But the following must be CSS: > > Again at http://www.maireadnesbitt.com/initial.html - > > how can the borders on leftcontent and rightcontent extend out the > bottom of the window? rightcontent: height: 100%; border: 4px double black; 100% plus 4px is more than 10

Re: [css-d] how to auto-resize images with CSS ?

2009-03-06 Thread mx . cssdee
Hi Cor, I'm guessing you mean you have say, an image 110x80px or 100x90px and the maximum width of both could be 100 or high could be 80 and it would resize accordingly? Maybe you could use max-width and max-height values? CSS: img { max-width: 80px; max-height: 100px; } I don't know if this

Re: [css-d] Floating a sub-list level with it's parent list

2009-03-06 Thread mx . cssdee
Hi, From your layout above the only way I could get it to position correctly was with the following: HTML: Main Nav Page 1 Page 2 Page 3 Subscriber Modules Module 1 Module 2 Module 3 Module 4 CSS: #mainnav { float: left; } #submod { position: relative; top: -65px; left: 60px; } -- T

Re: [css-d] Top margin not set properly.

2009-03-06 Thread Kanakaraj Venkataswamy
On Fri, Mar 6, 2009 at 3:22 PM, Vladislav Vladimirov wrote: > > > Top margin not set properly. > > Check the code at > > http://pastie.org/409144 > > Do you pay per word for this email? :) From that scarce information > you gave I *suppose* you have a margin collapse issue. I suppose you > are won

Re: [css-d] Refresh image in header...

2009-03-06 Thread Mark Wonsil
> Is it possible, through CSS, to have the image in a header change when > the user refreshes or re-enters the page? No, not in CSS directly but you can call a PHP script from within your CSS: #randomImage { background: url(./rotate.php) no-repeat; width: 510px; height: 26

Re: [css-d] Changing the color of a link makes another element vanish

2009-03-06 Thread Thomas Burkhart
Oh sh**, sorry about some that trivial. Too long programming C++. Problem solved, case closed Thanks Jack Tom Von: Jack Timmons [mailto:jorac...@gmail.com] Gesendet: Freitag, 6. März 2009 12:52 An: Thomas Burkhart; css-d@lists.css-discuss.org Betreff: Re: [css-d] Changing the color

Re: [css-d] Changing the color of a link makes another element vanish

2009-03-06 Thread Jack Timmons
On Fri, Mar 6, 2009 at 5:15 AM, Thomas Burkhart wrote: > Hi, > > I stumbled upon the following problem. > > Just have a look at my site > http://www.ourmagic.net/index_copy(1).htm > > And > http://www.ourmagic.net/index_copy(2).htm

[css-d] Changing the color of a link makes another element vanish

2009-03-06 Thread Thomas Burkhart
Hi, I stumbled upon the following problem. Just have a look at my site http://www.ourmagic.net/index_copy(1).htm And http://www.ourmagic.net/index_copy(2).htm The site is under heavy reconstruction so please only comment on the problem I describe. Looks different. In index_copy(2) you can se

Re: [css-d] Top margin not set properly.

2009-03-06 Thread Ian Young
> Subject: [css-d] Top margin not set properly. > > Top margin not set properly. > > Check the code at > http://pastie.org/409144 > You might want to try .outer-container{min-height:100%;background-color:#FF;overflow:hidden} Georg helped me with this last week. Not sure if your min-height:1

Re: [css-d] Doctype problem

2009-03-06 Thread Vladislav Vladimirov
> I have a side navigation column that is a normal verticle list of links. > when I give the link a display: block; rule I seem to get an extra > bottom margin of 15px. The only browsers that seem to display properly > are Opera and Safari? Since you didn't provide a demo link, I could only guess

[css-d] Doctype problem

2009-03-06 Thread Russ Kirby
Hello, I'm currently building a website to go into an ecommerce package but have run into a snag as I originally coded the layout into an XHTML doctype and the ecommerce package has an HTML doctype. This meant that although everything rendered perfectly in each browser when I had initially cod

Re: [css-d] Top margin not set properly.

2009-03-06 Thread Vladislav Vladimirov
> Top margin not set properly. > Check the code at > http://pastie.org/409144 Do you pay per word for this email? :) From that scarce information you gave I *suppose* you have a margin collapse issue. I suppose you are wondering why the "outer-container" does not stick to the body top, even though

[css-d] Top margin not set properly.

2009-03-06 Thread Kanakaraj Venkataswamy
Top margin not set properly. Check the code at http://pastie.org/409144 thanks for any help in advance!! rajakvk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] What's creating this img border?

2009-03-06 Thread Ian Young
> Subject: [css-d] What's creating this img border? > > Hi People, > > I added a link to the fotos in my #sitenav. Now there's a blue border > around the foto-links but I can't seem to find what's causing it. > > See border here: > http://thewei.com/sandbox/scenter/ > > No border here (but foto

Re: [css-d] What's creating this img border?

2009-03-06 Thread Philippe Wittenbergh
On Mar 5, 2009, at 4:14 AM, Kim Brooks Wei wrote: > I added a link to the fotos in my #sitenav. Now there's a blue border > around the foto-links but I can't seem to find what's causing it. > > See border here: > http://thewei.com/sandbox/scenter/ > > No border here (but fotos aren't links, eithe

[css-d] What's creating this img border?

2009-03-06 Thread Kim Brooks Wei
Hi People, I added a link to the fotos in my #sitenav. Now there's a blue border around the foto-links but I can't seem to find what's causing it. See border here: http://thewei.com/sandbox/scenter/ No border here (but fotos aren't links, either) http://thewei.com/sandbox/scenter/about.php Ple