Re: [css-d] Problem with content left alignment in IE Win

2006-03-01 Thread Nick Fitzsimons
IE windows (6.0.2 to be exact), the left margin on the content area is set to 171 px but it looks like there is about 3px or so extra from where the content is next to the navigation menu than when it gets below the navigation.

Re: [css-d] Applying basic CSS to form items

2006-03-01 Thread Christian Heilmann
perhaps this page will help: http://css-discuss.incutio.com/?page=FormElements I couldn't believe that Roger Johannson's posts about form styling weren't there yet. Added them now: http://www.456bereastreet.com/archive/200409/styling_form_controls/ -- Chris Heilmann Blog:

Re: [css-d] A bunch of questions from a time strapped newbie

2006-03-01 Thread Dennis
As a programmer, my advise is the get your code clean, no errors or warnings. That way you have paid the syntax and can get on with making the code do what you want it to do. Try http://www.westciv.com for a tutorial on CSS. Go through it a couple of times or until you fully understand it. You

[css-d] IE expanding box

2006-03-01 Thread Julie Angarone
Hi - I know the problem is the IE expanding box thingy. I know the solution is overflow:hidden Yet I can't make it work. The page shows the way I want it to in Firefox Opera, but not in IE. Can anyone make a suggestion? I've tried the overflow:hidden on the images's property (panelpic)

Re: [css-d] Right Floated Nav Source Order

2006-03-01 Thread Mark Stickley
This I thought was a problem until I experimented a bit. Here's how I'd get around it: -Float all the li elements left -Float the ul element right -If the ul was floated left originally, put a div around it and float that left -You might need to put a fixed with on the ul element if the li's

Re: [css-d] Right Floated Nav Source Order

2006-03-01 Thread jono
-Float all the li elements left -Float the ul element right -If the ul was floated left originally, put a div around it and float that left -You might need to put a fixed with on the ul element if the li's collapse for whatever reason Yep, thanks rian and Mark. I tinkered a bit more, and

[css-d] resize + scroll

2006-03-01 Thread derekrogerson
i consider myself almost decent with css but can't fix this resizing small then scrolling horizontally (the background cutsoff...) Any resources anyone can point me to help with this? http://derekrogerson.com/test/index.html http://derekrogerson.com/test/screen.css Be Well, Derek

Re: [css-d] resize + scroll

2006-03-01 Thread James MacLeod
My solution to this would be to create a image of the blue bar with red border and make a 1px width image. Then make a body rule that repeats the image across the top of the page. Then remove the styling from the header div. Hope this makes sense and helps. James MacLeod On Mar 01, 2006,

[css-d] An explanation..

2006-03-01 Thread Michel Sabatino
Hi to all. Here some code : #content{ float:left; width:540px; text-align:left; padding:20px; background:#fff; } htmlbody #content{width:500px;} Can somebody explain me briefly the last line : htmlbody #content Why declare the width in this declaration and not above?

[css-d] IE/Win Print styles

2006-03-01 Thread Arlen Walker
Running into YAIEB (Yet Another IE Bug). URL: http://uscf.arachnidae.com/tla/tlaworkcsg2.html Styleswitcher buttons across the top. To simplify matters only the last three are hooked up. Columns - displays in green Columns (HC) displays in monochrome Reg. Form displays a printable

Re: [css-d] Right Floated Nav Source Order

2006-03-01 Thread Els
[EMAIL PROTECTED] wrote: Yep, thanks rian and Mark. I tinkered a bit more, and came up with this: http://www.charlestonwebsolutions.com/test_case/nav_order_01b.html The background line below the tabs is very much detached from the tabs in Opera (8.5). Seems to work pretty well. Fearful

Re: [css-d] IE expanding box

2006-03-01 Thread Gunlaug Sørtun
Julie Angarone wrote: http://web.princeton.edu/sites/Archaeology/rp/morgexhibit/morg1.html The page shows the way I want it to in Firefox Opera, but not in IE. Can anyone make a suggestion? I've tried the overflow:hidden on the images's property (panelpic) and when it din't work I tried

Re: [css-d] An explanation..

2006-03-01 Thread Harrison, George \(FSH\)
I believe it's attempting to set a separate a width from ie5+, but it will fail with ie7, which may be ok, because ie7 will get the box model right. http://css-discuss.incutio.com/?page=ChildHack Regards gh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[css-d] Full height and fixed width col issue

2006-03-01 Thread Alec A. Lazarescu
I'd like a header, a left bar with a fixed width of 165 and 100% height, a content area with width the remaining window width 100% and height 100% and a content footer (only on bottom of content, not the whole bottom with the left bar). With height 100% I'm having a problem with a vertical

[css-d] Content being pushed down

2006-03-01 Thread Tom McNeer
Simple problem, I'm sure. But not for me. Could you folks please look at this example pagehttp://www.mediumcool.com/test/test.htmland explain to me why the content in the right-hand column is being pushed downward by the content in the left-hand column? Thanks in advance for your help. --

[css-d] content div not aligning to top

2006-03-01 Thread carollynn . hammersmith
I can't seem to get the center section of the page div id=content to align to the top of the space. I've been looking at this code all afternoon and cannot see what I am doing wrong. Any suggestions? http://www.hammersmith.ws/Census/tabbed/templateTabs.html Thanks, Carollynn

Re: [css-d] Full height and fixed width col issue

2006-03-01 Thread Zoe M. Gillenwater
Hi Alec, Alec A. Lazarescu wrote: I'd like a header, a left bar with a fixed width of 165 and 100% height, a content area with width the remaining window width 100% and height 100% and a content footer (only on bottom of content, not the whole bottom with the left bar). I have a question

Re: [css-d] Content being pushed down

2006-03-01 Thread Els
Tom McNeer wrote: Simple problem, I'm sure. But not for me. Could you folks please look at this example pagehttp://www.mediumcool.com/test/test.htmland explain to me why the content in the right-hand column is being pushed downward by the content in the left-hand column? First of all,

Re: [css-d] An explanation..

2006-03-01 Thread Gunlaug Sørtun
Christian Heilmann wrote: I beg to differ, there is nothing old or IE centric about this approach. You simply define something for a browser that does not understand the child selector and override/enhance it for those that do. That is nothing hacky or bad, it is simply the CSS equivalent

Re: [css-d] Need some help with IE box hack

2006-03-01 Thread Dominique
On Feb 28, 2006, at 9:03 PM, Don - HtmlFixIt.com wrote: Dominique wrote: Hi all, I am building a website for a friend's company and I need some expert eyes to look at my implementation of the box model hack (I used technique 3 of http://css-discuss.incutio.com/? page=BoxModelHack).

[css-d] a:hover padding different on img and text

2006-03-01 Thread Alisha
I don't know how to clearly explain this, i think the example will explain it better. Anyway, this happens on firefox and the part of the css which mess it i think is this one a:link { color: #b2d1f6; } a:visited { color:#496280; } a:hover { border:1px solid #094a98;

Re: [css-d] content div not aligning to top

2006-03-01 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: I can't seem to get the center section of the page div id=content to align to the top of the space. http://www.hammersmith.ws/Census/tabbed/templateTabs.html Add... #outer, #content {float: left;} ...and it'll end up in the right place. It is a float-layout, so

Re: [css-d] Content being pushed down

2006-03-01 Thread Tom McNeer
Hi Els, Thank you for your very complete explanation. Aside from the syntax errors, and the fact that I should have stated that I hadn't attempted to make any adjustments for IE yet, perhaps it would be clearer if (as you suggest), I explain my intent. Actually, the page as it is displayed

Re: [css-d] Content being pushed down

2006-03-01 Thread Els
Tom McNeer wrote: Hi Els, Thank you for your very complete explanation. Aside from the syntax errors, and the fact that I should have stated that I hadn't attempted to make any adjustments for IE yet, perhaps it would be clearer if (as you suggest), I explain my intent. Actually, the

[css-d] IE6 crash on Windows XP

2006-03-01 Thread James Booker
Hi, I'm hoping that someone has seen this before. The url in question is http://www.bookers-world.co.uk In IE, when adding an item to the cart, the cart page completely crashes IE. (only when something is in the cart, an empty cart doesn't cause the problem) - the problem appears to be a

Re: [css-d] Applying basic CSS to form item

2006-03-01 Thread Laura Carlson
Some references: http://www.d.umn.edu/goto/css#forms Laura ___ Laura L. Carlson Information Technology Systems and Services University of Minnesota Duluth Duluth, MN 55812-3009 http://www.d.umn.edu/goto/webdesign/

Re: [css-d] IE6 crash on Windows XP

2006-03-01 Thread Duckworth, Nigel
James, I'd start by fixing these: line 1 column 1 - Warning: missing !DOCTYPE declaration line 49 column 15 - Warning: missing /a before div line 49 column 217 - Warning: discarding unexpected /a line 67 column 1 - Warning: discarding unexpected /table Best, -Nigel

Re: [css-d] IE6 crash on Windows XP

2006-03-01 Thread James Booker
Hi Nigel, The !doctype is there, I temporarily got rid of it to force IE into quirks mode. I'm still playing with it! I'll check those other things and fix them Cheers James Duckworth, Nigel wrote: James, I'd start by fixing these: line 1 column 1 - Warning: missing !DOCTYPE

Re: [css-d] a:hover padding different on img and text

2006-03-01 Thread Philippe Wittenbergh
On Mar 2, 2006, at 6:41 AM, Alisha wrote: I don't know how to clearly explain this, i think the example will explain it better. Anyway, this happens on firefox and the part of the css which mess it i think is this one And happens on other browsers as well... [...] The pages where it

[css-d] Nesting divs problem in Mozilla, fine in Explorer

2006-03-01 Thread Magenta Placenta
http://www.5finger.com/css/bottom_mozilla.html (styles embedded in source) If you look at this in Explorer, it appears as it should, note the dark gray left/right/bottom sides in the white area under the black section designated nav. There should be no top gray in that white area. If you open

Re: [css-d] Nesting divs problem in Mozilla, fine in Explorer

2006-03-01 Thread Kelly Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There a good reason you're doing what amounts to a border effect without using any border properties? Magenta Placenta wrote: http://www.5finger.com/css/bottom_mozilla.html (styles embedded in source) - --

Re: [css-d] An explanation..

2006-03-01 Thread David Dorward
On 01/03/06, Michel Sabatino [EMAIL PROTECTED] wrote: #content{ width:540px; padding:20px; } htmlbody #content{width:500px;} Can somebody explain me briefly the last line : htmlbody #content Why declare the width in this declaration and not above? Internet Explorer can't cope with