[css-d] CSS Rounded Website

2006-02-04 Thread Martin Davis III
I'm attempting to make a website with rounded boxes. Seems to be that IE6 is adding space on my box. Can a get a browser check and suggestions to this problem? http://www.smwstudios.com Thanks, Martin __ css-discuss [EMAIL PROTEC

Re: [css-d] correct way for if/else CSS

2006-02-04 Thread [EMAIL PROTECTED]
Thanks all, this is good. I was actually doing some of the conditionals the right way, but this helps, confirms. http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp Tyson Tate wrote: >Conditional comments are your friend: > >http://msdn.microsoft.com/workshop/author/dht

Re: [css-d] IE won't let static content move up to flow around

2006-02-04 Thread Philippe
[--- Le 02/02/2006 19:38, Ingo Chao a écrit : ---] >.clear_solvent {float:left; width:0px; height:0px;} > > > > This div is floated to the right. > Lorem ipsum dolor sit amet,... > > >This paragraph is not floated ... > > > > > This div is flo

Re: [css-d] IE5 Mac and IE6 Problems with CSS - Please Review - Thanks!

2006-02-04 Thread David Laakso
Dick Prentiss wrote: > Hello, > > I'm a newbie here and apparently having big problems with my css file in > IE5 on Mac, and smaller issues with box bottom images being pushed down > in IE6, and wonder if you would be kind enough to have a look for errors. > I'd also like to know how to center th

Re: [css-d] Flashy CSS Menus

2006-02-04 Thread francky
Ionize wrote:Ionize wrote: > Hey one and all how are we all doing? Fine, thnx! > [...]For example can button fades by done with css? I am looking for > examples of > this in particular if it can even be done. > [...] > Dave Hi Dave, Just a small example: with an animated gif you can make *css

Re: [css-d] correct way for if/else CSS

2006-02-04 Thread Tyson Tate
Conditional comments are your friend: http://msdn.microsoft.com/workshop/author/dhtml/overview/ ccomment_ovw.asp Using hacks and JS are surefire ways to make your code break in some browsers and crumble in the future. Regards, Tyson Tate -- Tyson Tate * Graphic Designer, CalPoly Library * As

Re: [css-d] Positioning

2006-02-04 Thread David Laakso
nouhad wrote: > Hello there, I recently coded a layout and I seen to be having some > positioning problems. > and the corresponding > . > >1. the Content div seems to float down in an odd manner >

Re: [css-d] correct way for if/else CSS

2006-02-04 Thread Pringle, Ron
Bob Wrote: > What is the best (correct perhaps) way to place if/else > clauses in CSS? > For instance, if IE - do this, else > > I currently use a javascript test to check for which browser, > and if IE > add the relevant CSS. Seems inefficient. Is this a better > option that > can be

Re: [css-d] Positioning

2006-02-04 Thread Els
nouhad wrote: > Hello there, I recently coded a layout and I seen to be > having some positioning problems. > First of all, I uploaded the test website > here and the > corresponding CSS file > here

[css-d] correct way for if/else CSS

2006-02-04 Thread [EMAIL PROTECTED]
What is the best (correct perhaps) way to place if/else clauses in CSS? For instance, if IE - do this, else I currently use a javascript test to check for which browser, and if IE add the relevant CSS. Seems inefficient. Is this a better option that can be contained within the stylesheet?

[css-d] Positioning

2006-02-04 Thread nouhad
Hello there, I recently coded a layout and I seen to be having some positioning problems. First of all, I uploaded the test website hereand the corresponding CSS file here . For those of you that are

Re: [css-d] Converting jpg banner to css

2006-02-04 Thread David Laakso
Ian Wilson wrote: > Requirements are for the left and right edges of the main banner and sub > banner to line up regardless of any resizing of the font. > The original jpg banner and my (not very good) effort are here: > http://www.iwilson.co.uk/web_design/tests/esc-logo.html > > I had to use tabl

Re: [css-d] Flashy CSS Menus

2006-02-04 Thread Jan Brasna
Sure, just not CSS but JS, have a look at those libraries: -- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net __ css-discuss [EMAIL PROTECTED] http://

[css-d] Converting jpg banner to css

2006-02-04 Thread Ian Wilson
Hi, As a learning exercise, I'm trying to convert a jpg banner to css. The banner is of the form: M a i n B a n n e r sub1 | sub2 | sub3 | sub4 The sub1, sub2 etc are half the font size of the main banner, and are seperated by a vertical bar. Requirements a

[css-d] elements height equal to parent's, yet lesser?

2006-02-04 Thread August Shamino
I have two divs with {position: absolute ; top: 0; bottom: 0} respectively. They're inside another div that's {width: 100%; height: 100%; position: relative} So the page has 3 divs: 1 header, one footer and one container. The head and foot divs have 1 each: --