Re: [css-d] Pocket Reference

2006-10-08 Thread it
> Mary Villanueva asked: looking for a current CSS pocket reference guide that I can carry with me everywhere I go. Check out these cheat sheets: http://www.visibone.com/html/hcrd3_850.jpg http://www.ilovejackdaniels.com/cheat-sheets/css-cheat-sheet/ dino ___

Re: [css-d] rounded corners no color fill

2006-09-26 Thread it
nuel stated: >Dino, I've had success with Douglas Livingstone's "easyCorners" technique. Unfortunately his site is not online anymore. Kind of found it here, but without the images :s > http://web.archive.org/web/20030611042446/http://www.redmelon.net/tstme/ 4

[css-d] rounded corners no color fill

2006-09-25 Thread it
Hi All, many examples have been on color filled boxes with rounded corners, few if any on simply transparent boxes with rounded corners. In http://www.availcompany.com/webdev/webcode/css_test11.htm 1. left float rounded box without color fill, how do you get the top border not to gap up? 2. how

Re: [css-d] Styling tables with &

2006-09-24 Thread it
>ibn Ezra asked "I want the columns to have a uniform width from table to table as each >table presents basically the same information for each year: http:// >vschess.org/results.html I not really sure about the 'why' of using ... The tables in http://vschess.org/results.html are not using

Re: [css-d] 4 in a Header

2006-09-23 Thread it
>Ted asked how to line up 4 divs in a header: a wide logo (left justified), a short logo (right justified), navigation links below wide logo, search box (right justified) below >short logo. Take a look at div#headercontainer on this page http://www.outprize.com/ dino ___

Re: [css-d] Elastic faux columns - New technique?

2006-08-20 Thread it
Eystein Alnaes wrote: > It's still pretty rough, but I'd love some comments on this :) An > example can be seen here: > Georg said: I prefer the 'equal height column' solution used here... > ...mainly because no ex

Re: [css-d] Site check please

2006-08-04 Thread it
asses valid Xhtml 1.0. 2. good job getting SEF (search Engine Friendly) urls 3. I like the fade Images, just compress for faster render What I recommend to Improve: --- 1. Relocate the header div, it is taking up too much space. 2. Relocate the breadcrumbs , eithe

Re: [css-d] IE and simple clear method question

2006-07-14 Thread it
>Tom said: problem is in IE I get a line break (this is below a horizontal nav) that breaks the layout. So the question is, how can I clear the float in FF but not get the extra >space in IE? The page is here: http://dev2.pixelmech.com/public.html Remove in your html, it is not necess

Re: [css-d] How do you adjust the indent on UL LI elements?

2006-07-12 Thread it
Robert Lane asked: How would I write a style to get rid of or reduce the indent on the list items? I would suggest that you zero out browser default margin and padding with: * { margin:0 ; padding:0; } And do not rely on inheritance for the 2nd level list item and instead specify li margins with

Re: [css-d] Compatible CSS horizontal menu

2006-07-12 Thread it
Mike A wrote: > Could someone please recommend the most up to date cross browser 3 > level CSS based horizontal menu. Take a look http://www.outprize.com horizental menu , it is 3 levels deep and uses csshover.htc file to render drop down in IE6.0 ; Body { behavior:url(../csshov

[css-d] Align container/wrapper centre

2006-06-21 Thread Click This IT Solutions
Hi clever people I'd like to know how to align my page centre? I currently do my layouts with absolute positioning without a wrapper/container and everything aligns left because it's the only way I know. Now the problem is, I'm getting tired of all my pages aligning left and would like to open up

Re: [css-d] Display CSS columns to entire page height?

2006-06-07 Thread it
Ed Flecko Asked: I can't seem to figure out how to get the left and right columns to take up the entire height of the browser windowall I really want is the header, and the three liquid columns below it. The images within the columns ...take up 100% of the height that's availab

Re: [css-d] One more and it's done!

2006-06-06 Thread it
Dave Pierce asked: Is there a way to . expand the nav bar as needed, or at least let the "home" button expand to the right as the text sizes change? Comment out width in #navbar ul: #navbar ul { margin: 0; /* width: 720px; */ float:left; background: #ffeab8 url(../images/mainNavBg.gif) repeat-

[css-d] Problem with a:hover

2006-06-03 Thread Click This IT Solutions
Hi clever css people I have a problem on my first CSS layout/design. The one thing I'm struggling with is to get the a:hover to work. It was working just fine and all of a sudden it stopped working after some minor adjustments to who knows what or where. I checked and moved it, redid it,

Re: [css-d] floating list/picture gallery style page

2006-06-01 Thread it
solid #black; } In the xhtml ,add You will need to download minmax.js ,you can find it and read a tutorial at http://doxdesk.com/software/js/minmax.html Good luck, dino -Original Message- From: skye estes [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 3:55 PM To: CSS Subject

Re: [css-d] wanky menu

2006-05-31 Thread it
this page, http://www.lorettosedgwick.org/pages/sedgwicklife2.html ...this was done according to instructions, and mostly it worked quite well. However, the left side of the navbar should not have the border on it, and I followed the direction to get rid of that. Plus, on the Firefox, Safar

Re: [css-d] IE doesn't like these column margins

2006-05-31 Thread it
for now I would like to know what the problem is and fix it. Any help is appreciated. Thanks in advance. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] Percentage-width input field bug in IE

2006-05-31 Thread it
.incutio.com/viewlist/css-discuss/13512), but no one seems to have an explanation of what triggers it in the first place. I believe it's the same bug mentioned here: http://msittig.wubi.org/test/ie-textarea.html but the solution didn't work, so I need to figure out what the roo

[css-d] content drops in IE

2006-05-31 Thread it
right column width is 1px so it looks like a 2 column design. I have asked why does IE drop column content before and Mr. Georg (Gunlaug Sørtun) graciously advised a fix to add: * html div#column2 {height: 100%;} * html div#column2 table {float: left; margin-right: -10px;} which you can

[css-d] IE drops center and right column content below left column

2006-05-28 Thread it
; http://www.availcompany.com/webdev/webcode/css_test10.htm# The right column width is 1px so it looks like a 2 column design. I have asked why does IE drop column content before and Mr. Georg (Gunlaug Sørtun) graciously advised a fix to add: * html div#column2 {height: 100%;} * html div#column2 table {float

[css-d] (no subject)

2006-05-05 Thread Click This IT Solutions
Hi My name is Rudi and I'm just starting to use CSS. I have been using it for a while now but only for the formatting on my pages. I'd like to learn how to use CSS to design nice layouts like you pro designers. So in the meantime I'll just watch and learn. Bye fo

[css-d] IE drops center and right column content below left column again

2006-05-01 Thread it
ance: High Hello All, This is a liquid 3 column layout centered and utilizes faux columns. http://www.availcompany.com/webdev/webcode/css_test10.htm# The right column width is 1px so it looks like a 2 column design. It also uses things I learned here: CSS for photo gallery, see /* CSS for Hor

[css-d] IE drops center and right column content below left column again

2006-04-27 Thread it
Hello All, This is a liquid 3 column layout centered and utilizes faux columns. http://www.availcompany.com/webdev/webcode/css_test10.htm# The right column width is 1px so it looks like a 2 column design. It also uses things I learned here: CSS for photo gallery, see /* CSS for Horiz Gallery

Re: [css-d] Site Check Please -- ancientstones.com

2006-04-27 Thread it
, why repeat the logo and navigation links at the bottom, it is not adding anything valuable, save web page realestate and eliminate both at the bottom. 3. Move navigation links say towards the right into the header banner. 4. Put your phone number on the header banner, make it easy to find your co

Re: [css-d] center col Table drops below left column content in IE

2006-03-27 Thread it
he three columns despite using > "no-extra-markup" clearing method .clearme class on the > threecolwrap? It isn't. Remove the clearing-div, and add... #footer {clear: both;} --- Note: you should also add... html {font-size: 100%;} ...to avoid the 'em resizing bug'[1

Re: [css-d] center col Table drops below left column content in IE

2006-03-27 Thread it
Your help to the below issue is appreciated IT wrote: Hello CSS Masters, Forgive me for not being able to locate an answer to the this problem in the archive or in Wiki help. The main problem is why does Table with 100% width inside a center column 2 drop below content of left column in IE but

[css-d] center col Table drops below left column content in IE

2006-03-26 Thread it
Hello CSS Masters, Forgive me for not being able to locate an answer to the this problem in the archive or in Wiki help. The main problem is why does Table with 100% width inside a center column 2 drop below content of left column in IE but not in Firefox? Here is the link http://www.availcompany.

[css-d] center col Table drops below left column content in IE

2006-03-26 Thread it
Hello CSS Masters, Forgive me for not being able to locate an answer to the this problem in the archive or in Wiki help. The main problem is why does Table with 100% width inside a center column 2 drop below content of left column in IE but not in Firefox? Here is the link http://www.availcompany.

[css-d] Odd spacing problem - FF vs IE?

2006-01-27 Thread John Bishop - alternative it
Hi guys... (btw - I only joined this list a couple of weeks ago, and have already learnt heaps about CSS & associated topics from the group. *Thank you* to all that contribute :) Just a curio with the 'Search' form at: http://www2.petrescue.com.au/newindex.htm - the spacing between the rows diffe

Re: [css-d] Odd div spacing in FF & Opera, but not IE? > liquid-corners

2006-01-15 Thread John Bishop - alternative it
Thanks for this Francky! I'll go through your article in more detail today (Monday here, so back to work time :) If I can use your liquid-corners technique to resolve the subnav problem, that'd be great - not sure how it'll go with the gradient background of the row though? I&#x

Re: [css-d] Odd div spacing in FF & Opera, but not IE?

2006-01-15 Thread John Bishop - alternative it
, > Add these 2: > #navcontainer {padding-bottom:1px} > #maincontainer {padding-top:1px} Thanks Thierry; fixed the problem beautifully. If you find a spare minute to explain why that fixed the problem, it would be most apprecia

[css-d] Odd div spacing in FF & Opera, but not IE?

2006-01-14 Thread John Bishop - alternative it
Hi all, I've got a problem with a site I'm working on, where I'm getting a space between div's that shouldn't be there. Margin attributes seem OK to me, but there's obviously something I'm missing...? The problem is visible in Firefox & Opera, but not IE (on Windows). Page is here: http://www2.