Re: [css-d] Fluid layouts and column background

2011-02-17 Thread Ib Jensen
2011/2/17 Gabriele Romanato : > I think that this would be a good tutorial for css-d. Maybe we could think > to insert it in the wiki section, if not already present: > > http://onwebdev.blogspot.com/2011/02/css-fluid-layouts-and-column-background.html > > HTH, especially for beginners. :-) > ps. t

Re: [css-d] Problem With Menu

2009-11-14 Thread Ib Jensen
2009/11/14 Victor Subervi : > Hi; > I've got a css menu here: > http://angrynates.com/nrelectric.com/ > This works fine in FF but in IE, if you mouseover "Services" the font turns > black and you can't mouseover the dropdown! It disappears before you can get > there. What do? Please advise. Start

Re: [css-d] Site check please

2009-05-20 Thread Ib Jensen
2009/5/20 David Laakso : > Ib Jensen wrote: >> >> 2009/5/20 David Laakso : >>> >>> Ib Jensen wrote: > This star html hack will set the fixed width for IE/6. Leave it in the CSS > file. Or, if you prefer, put it in an IE/6 "conditional comment." It

Re: [css-d] Site check please

2009-05-20 Thread Ib Jensen
2009/5/20 David Laakso : > Ib Jensen wrote: >> > Dunno, but it may be IE/6 is not honoring the advanced selector for the > missing icons-- but does it really matter? Of more importance (?),  may be > that neither of the more important content images in the right column,

[css-d] Site check please

2009-05-19 Thread Ib Jensen
Hi Link: http://ikjensen.dk Tested locally in FF 3.0.10 - IE 6/78 (IETester 0.3.3) Locally known issues: IE6 dont show my link-"icons" IE7 - 8 behave rather ok. As FF3. At 190% Page- or Text-zoom?: IE6: Arghhh The template _are_ not made for IE6! IE7: Page got a horizontal sc

[css-d] Site check please

2009-05-18 Thread Ib Jensen
Hi Link: http://ikjensen.dk Tested locally in FF 3.0.10 - IE 6/78 (IETester 0.3.3) Locally known issues: IE6 dont show my link-"icons" IE7 - 8 behave rather ok. As FF3. At 190% Page- or Text-zoom: IE6: Ahhh The template not made for IE6! IE7: Page got a horizontal scroll-bar,

Re: [css-d] IE 8

2009-05-11 Thread Ib Jensen
2009/5/11 david : > Divya Manian wrote: > >> I have also experienced MultipleIEs have issues with javascript (sometimes >> CSS). Plus it doesn't work as expected when u install IE 8. I am still >> looking for a good solution to test IE 6/7/8 in one machine, no luck so far. > > Linux with VirtualBox

Re: [css-d] page review

2009-04-19 Thread Ib Jensen
2009/4/19 David Laakso : > Comments and suggestions appreciated. > Well, I got an 404 Local time : 9.05 Denmark -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk __ c

Re: [css-d] tabled thumbnail gallery to css?

2009-03-25 Thread Ib Jensen
2009/3/25 bill scheider : > Ib, > That looks pretty awesome. Don't know if it'll be any use for this project > (I'll look more deeply later) but I've definitely bookmarked it for the > future. Great resource. > Thanks > Bill My own site is build on YAML. With some external borrowing from other si

Re: [css-d] tabled thumbnail gallery to css?

2009-03-24 Thread Ib Jensen
2009/3/23 bill scheider : > Hi all > I'd like to re-code that page in css rather than a table. For one thing it'd > be lots easier to retain the alphabetical order when adding or removing a > new artist. The current code is certainly a mess and could certainly benefit > from a cleansing:-) I don'

Re: [css-d] WAS : Size calculations

2009-03-16 Thread Ib Jensen
2009/3/16 Gunlaug Sørtun : > Ib Jensen wrote: >> http:/ikjensen.dk/test/ >> >> Where is IE hiding the text ?? > Stacked behind the page-background. > > Add... > #menu-frame {position: relative;} > ...to bring it up front. Thanks. And changing em to % is

[css-d] WAS : Size calculations

2009-03-16 Thread Ib Jensen
Following a suggestion to a layout I had this result in : Firefox 3.0 : http://ikjensen.dk/test/capture_ff.jpg IE 6.02 http/ikjensen.dk/test/capture_ie.jpg The interval between the pictures are about 2 min. Changing from FF to IE The HTML and css : http/ikjensen.dk/test/ Where is IE hiding th

Re: [css-d] Size calculations

2009-03-16 Thread Ib Jensen
2009/3/16 Gunlaug Sørtun : > Ib Jensen wrote: > Think I got the above about right. Hard to compress "a thousand choices" > into a mail. Thank you very much for the explanation. I must invite my self for a long weekend, for a little chit-chat about developing sites. ;-) --

[css-d] Was : Size calculations

2009-03-15 Thread Ib Jensen
Hi A little layout issue. Link : http://ikjensen.dk/test/ Pictures: Link : http://ikjensen.dk/test/capture_ff.jpg Link : http://ikjensen.dk/test/capture_ie.jpg I tryed a layout suggestion mentioned in the thread: Size calculations. But had this weird layout issue on my screen, as seen on th

Re: [css-d] Size calculations

2009-03-15 Thread Ib Jensen
2009/3/15 Gunlaug Sørtun : > Ib Jensen wrote: > > First: get the terms, and sizes, right. > > Resolution is somewhere between 72 and 300dpi and most viewports/screens > are between 640 and 3600px wide. Resolution vs pixel-width affect actual > screen size, so a 2400px wi

Re: [css-d] Size calculations

2009-03-15 Thread Ib Jensen
2009/3/15 Bill Brown : > Ib Jensen wrote: > If you don't care about IE, or you're not using full-height column > backgrounds, you can get away with this: I do care about IE ( a lot of faul words ), to a certain limit IE6 and up. And wish to use full-height columns without gr

Re: [css-d] Size calculations

2009-03-15 Thread Ib Jensen
2009/3/15 Gunlaug Sørtun : > Ib Jensen wrote: > My viewport / screen is 3840pixel wide on one machine, but it is > 1280pixel wide on another machine and 1440pixel wide on yet another. Kind a the same problem here: I'm developing on a 19" widescreen, resolution unknown f

Re: [css-d] Size calculations

2009-03-15 Thread Ib Jensen
2009/3/15 Gunlaug Sørtun : > Ib Jensen wrote: > >> How do I change these measurements to: em > > What are those hypothetical '%' you want to convert to hypothetical > 'em', relative to? > That is: what is your hypothetical 100% starting-width? > You c

Re: [css-d] Size calculations

2009-03-15 Thread Ib Jensen
2009/3/15 Bill Brown : > Bill Brown wrote: >/* FLOAT BEHAVIOR SWITCH FOR IE */ >#page-panel { display: inline-block; } >#page-panel { display: block; } > I lied: remove the position:relative from that last block. That's an > artifact from another template. Sorry. It should be as corrected abov

[css-d] Size calculations

2009-03-15 Thread Ib Jensen
Hi. I'm looking for some kind of formular to calculate sizes. This is a hypotetical question: I want a 2 column design with header and footer, a left nav- and info-column, and a right content-column. Centered. Lets say the size are: Header and footer : 90% These two columns together: 80% Le

Re: [css-d] Shorten width

2009-03-10 Thread Ib Jensen
2009/3/10 trevor bayliss : > > Hi all the green background on the right hand "head" is too wide as shown in > this image: > www.copywritecolombia.com/ie.gif > > The page is: > http://www.copywritecolombia.com/test.php > How can I make the green header on the right box less wide? > Also how can I m

Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 Ib Jensen : > 2009/3/7 Alan Gresley : >> Alan Gresley wrote: >>> >>> Ib Jensen wrote: >>>> >> .subcolumns {  width: 99%; /* Change to keep IE6 happy */  overflow:hidden; >>  } This wasn't nescessary to adjust, ( I think ).

Re: [css-d] IE Floating problem

2009-03-07 Thread Ib Jensen
2009/3/7 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 wi

[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 ___

Re: [css-d] Problem with "extra" white space appearing

2009-03-03 Thread Ib Jensen
2009/3/3 Joe Polk : > Thanks in advance for your consideration and help regarding this issue. I > helped my client purchase and implement a web site template for their new > business. Unfortunately, there is a problem with part of the CSS which > "pushes" out the content area of the site past the w

Re: [css-d] What's IE6 doing

2009-02-25 Thread Ib Jensen
2009/2/26 David Laakso : > Ib Jensen wrote: >> >> BTW. Are there any links to descriptions of the bugs found in IE, with >> some sort of explanation and solutions to them. I know (Big) John has >> some, but are there others ? > Some more... > <http:/

Re: [css-d] What's IE6 doing

2009-02-25 Thread Ib Jensen
2009/2/25 Gunlaug Sørtun : > Ib Jensen wrote: > >> Link: http://ikjensen.dk/test/common/index_f.html >> > Described as "the staircase bug" on some bug lists. Thanks. BTW. Are there any links to descriptions of the bugs found in IE, with some sort of explanatio

[css-d] What's IE6 doing

2009-02-25 Thread Ib Jensen
Hi. Link: http://ikjensen.dk/test/common/index_f.html Why are IE6 behaving like this, forming a staircase (at least locally) out of this. Mising some clearing or .. -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk ___

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 David Laakso : > Ib Jensen wrote: > What browsers seem to be giving you difficulty with margins? >>>And a Display markup in some CC, problably in the .js-file. Webdeveloper in FF 2.x and 3.x > aside; might be best to keep this thread on css-d, rather than list &g

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 David Laakso : > Ib Jensen wrote: >> >> >> Are you and me writing about the same thing: > Looks much better. I was on the wrong page. Only your signature link was on > your post to css-d. Then you problably missed the second post, where the link was. I won&

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 Ib Jensen : > 2009/2/20 David Laakso : >> Ib Jensen wrote: > >> What browsers seem to be giving you difficulty with margins? > >>>>And a Display markup in some CC, problably in the .js-file. > > Webdeveloper in FF 2.x and 3.x > > >>

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 Ib Jensen : > I think I've solved the Font-sizing problem. > > But still having some problem with some Negative margins and maybe > some other things that I've not yet have discovered Forgot the link: http://ikjensen.dk -- Regards / Mhv. Ib K. jense

[css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
I think I've solved the Font-sizing problem. But still having some problem with some Negative margins and maybe some other things that I've not yet have discovered -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk __ css-disc

Re: [css-d] Font-color issue

2009-02-15 Thread Ib Jensen
2009/2/15, Jørgen Farum Jensen : > Ib Jensen skrev: > I do, too, and have written a couple of well thought of books > about it in your native language, ref. my signature. > Includes lots of well documented templates and explanations > of the whys and wherefores. A whole chapter o

Re: [css-d] Font-color issue

2009-02-13 Thread Ib Jensen
2009/2/13, David Hucklesby : > On Thu, 12 Feb 2009 22:41:38 +0100, Els wrote: >> Ib Jensen wrote: >> It's not the colour, it's the size. Up the size a bit, and the blur will >> disappear. If you look at the body text, that

Re: [css-d] Font-color issue

2009-02-13 Thread Ib Jensen
2009/2/13, Gunlaug Sørtun : > Ib Jensen wrote: > As for most (if not all) CSS based templates: markup and CSS are > integrated, so "from scratch" will probably ruin the template and all > you like about it. I have been doing that before, because I've normally re

Re: [css-d] Font-color issue

2009-02-12 Thread Ib Jensen
2009/2/13, Gunlaug Sørtun : > Ib Jensen wrote: > > Guess it was such cases Microsoft had in mind when they added "ignore > font size in web pages" as an option in IE - a long time ago, while > other browsers introduced "minimum font size" to counteract mouse-ty

Re: [css-d] Font-color issue

2009-02-12 Thread Ib Jensen
2009/2/12, Els : > Els wrote: > >> Ib Jensen wrote: >> >>> Link: http://ikjensen.dk/test/ > >> It's not the colour, it's the size. Up the size a bit, and the blur >> will disappear. If you look at the body text, that's also smaller in

[css-d] Font-color issue

2009-02-12 Thread Ib Jensen
Hi Link: http://ikjensen.dk/test/ In the bottom right corner I've have a Note-box. In IE6.x I can only see the headline ok, the rest of the text is blurred. The headline and text looks ok in FF 2.x, OP 9.5 and Safari 3.x. I've tried to change colors, without any result. -- Regards / Mhv. Ib

Re: [css-d] One Bug catched

2009-02-10 Thread Ib Jensen
2009/2/11, Gunlaug Sørtun : > Ib Jensen wrote: > >>> Ironically it is the link to gunlag! >> I think Gunlaug has something to say / write about that. > Not a CSS problem - and it's fixed now ;-) Phwww, no slapping :-] >> The most important is in

[css-d] css question

2009-02-10 Thread Ib Jensen
The below css is ripped from another thread #sidebar {position: relative;} #sidebar {position: relative} Are both of these writings correct, or are there any differencies in which version of ccs you are using in connection to (x)HTML. -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk

Re: [css-d] One Bug catched

2009-02-10 Thread Ib Jensen
2009/2/10, Ian Young : >> -Original Message- >> From: css-d-boun...@lists.css-discuss.org [mailto:css-d- >> boun...@lists.css-discuss.org] On Behalf Of Ib Jensen >> Sent: 10 February 2009 22:46 >> To: David Laakso >> Cc: css-d@lists.css-discuss.org >

Re: [css-d] One Bug catched

2009-02-10 Thread Ib Jensen
The Validator don't like my menu very much. But i'll have a look at it and see what to be done. -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/

[css-d] One Bug catched

2009-02-10 Thread Ib Jensen
or more Hi Link: http://ikjensen.dk/test/ I've catched some kind of bug here. The most important is in the Content-area, where IE 6.x are placing the text at about the top of the second picture, (Some float-bug ?) and FF2.x are placing the text at the top of the first picture. The second is in

Re: [css-d] problem with nav bar

2009-01-26 Thread Ib Jensen
2009/1/26 David Laakso : > Kim Walta wrote: >> >> Hi! This is my first time submitting a questions here. >> http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.html >> >> Here is my css >> >> http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.css Just a note from a Non-expert:

Re: [css-d] Background Image

2009-01-23 Thread Ib Jensen
2009/1/23 Matthew Stoneback : > Have a quick question that I am sure someone can help with in short > order > > I am starting to go to production on a new site and I cannot seem to get a > background image to function properly on the id "content." To my surprise > the page views correctly in I

Re: [css-d] Footer Issues

2009-01-23 Thread Ib Jensen
2009/1/23 : > Hi - > > I'm trying to do a very simple CSS site, but when checking my site in IE 7, > my navigation is missing. It's showing in all other browsers except for IE. > When I look at your page in FF and test it with a plug-in called Tidy. Who is showing 8 warnings: Line 4 - 8 , mayb

Re: [css-d] Footer-problem

2009-01-22 Thread Ib Jensen
2009/1/22 Bobby Jack and Gunlaug: > --- On Thu, 1/22/09, Ib Jensen wrote: >It does! >You have 'height : 100px;' on your footer, and all browsers but IE6 and >older honor that height - which is too short for the footer's content. >The result is correct and looks &

Re: [css-d] Footer-problem

2009-01-22 Thread Ib Jensen
2009/1/22 Gunlaug Sørtun : > Ib Jensen wrote: >>>> >>>> Link : http://ikjensen.dk/test/common/blank.html > >>> The "auto-expansion" bug in IE6 and older. > >> Well, then I hope that I somehow can get FF to look like IE in this >>

Re: [css-d] Footer-problem

2009-01-21 Thread Ib Jensen
2009/1/21 Gunlaug Sørtun : > Ib Jensen wrote: >> >> Link : http://ikjensen.dk/test/common/blank.html >> >> The page in FF http://ikjensen.dk/test/wsimage/ff.jpg >> >> The page in IE http://ikjensen.dk/test/wsimage/ie.jpg >> >> Whats going on here

[css-d] Footer-problem

2009-01-21 Thread Ib Jensen
Link : http://ikjensen.dk/test/common/blank.html The page in FF http://ikjensen.dk/test/wsimage/ff.jpg The page in IE http://ikjensen.dk/test/wsimage/ie.jpg Whats going on here ??? -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk _

Re: [css-d] Think I worked out the bugs

2009-01-14 Thread Ib Jensen
2009/1/14 John Shepard : > Thanks much to Kate, Gunlaug and Bill for their help on > http://earthpedal.com. A work in progress. > I don't know if it's just me. But could you consider changing the :hoover color to something different. I'm just seing a White line, in FF3, when I'm looking / pointin

Re: [css-d] two column data

2009-01-14 Thread Ib Jensen
14. jan. 2009 18.05 skrev James E. Darfler : > The web page is at: > http://www.wayneactorscommunitytheatre.org/archive/joseph/bios/actors_bios.h > tml > > The css pages are at: > http://www.wayneactorscommunitytheatre/css I'm absolutely no expert in this matter, but have you tried to give your

Re: [css-d] Layout-problem

2009-01-09 Thread Ib Jensen
2009/1/9 Holly Bergevin : > From: "Ib Jensen" > >>Link : http://ikjensen.dk/test/> > >>Second problem. >>The menu in the left sidebar works ok on the Index-page, but not on a >>second page. >> >>Menu : Genealogy -> Kings of Denmark >

Re: [css-d] Layout-problem

2009-01-08 Thread Ib Jensen
2009/1/8 David Laakso : > Ib Jensen wrote: > Name of the game: Code to Opera -- FF, Safari, and Camino will follow > suit. Fix IE. > > #container {padding-top: 1px;}<-- fix 4 collapsing margins > .head h1{font-size:250%; margin: 40px 0 10px 0;padding: 0; > color:#fff;font

[css-d] Layout-problem

2009-01-08 Thread Ib Jensen
Hi, it's me again ;-) Link : http://ikjensen.dk/test/> Having a major problem with this layout. Strangely, In IE 6, it shows almost as I wanted it to look like. In FF2, it doesn't. Second problem. The menu in the left sidebar works ok on the Index-page, but not on a second page. Menu : Geneal

Re: [css-d] Menu-issue

2008-12-29 Thread Ib Jensen
2008/12/29 >> Any suggestions in this direction. > > UDM: > http://www.udm4.com/ > > PMM2: > http://www.projectseven.com/products/menusystems/pmm2/ > > * Yahoo! User Interface menu: http://developer.yahoo.com/yui/menu/ Thanks to both of you for these links. The only problem are, I don't have Dr

Re: [css-d] Menu-issue

2008-12-29 Thread Ib Jensen
2008/12/28 Al Sparber : > From: "Ib Jensen" >> 2008/12/28 David : > You would be better off with a nice single-level CSS menu across the top > with sidebar context menus. You mean, just a single-level drop-down menu. And sub-menus in the sidebar. As the one in : ikjen

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 David : > Ib Jensen wrote: > I got it to validate if it helps any :) > http://dwabbott.com/iktest.html > -david Me too. I don't know if you read my answer to Benjamin Hawkes-Lewis. Now, only the Menu-issue is left back. ;-{ -- Regards /

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 Benjamin Hawkes-Lewis : > On 28/12/08 16:58, Ib Jensen wrote: >> > I'd recommend removing errors from your HTML layer before making any further > CSS changes. Done ! And (x)HTML and CSS are validating perfectly now. Now I'm just going to find out how to adjus

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 Benjamin Hawkes-Lewis : > On 28/12/08 16:58, Ib Jensen wrote: >> > You can use descendant selectors to target lists that are descendants of > other lists: > http://css.maxdesign.com.au/selectutorial/selectors_descendant.htm > That's likely all you need here. &g

[css-d] Menu-issue

2008-12-28 Thread Ib Jensen
Link : ikjensen.dk/test/ Wanted: Top-nav : Moving the second sublevel to about 5px below Top-nav. So there will be a small white border at the top. There are only Sublevels in the First menuentry. Last four. Do I have to write a class or something to get the position or . PS! Walidating the

Re: [css-d] Menu-problem IE6

2008-12-22 Thread Ib Jensen
2008/12/23 Gunlaug Sørtun : > Ib Jensen wrote: > > ...and a read-up on CSS standards... > > <http://www.w3.org/Style/CSS/> > > That should lead to improved control over web design and browsers in no > time - once you have practiced a bit. I think I'm practic

Re: [css-d] Menu-problem IE6

2008-12-22 Thread Ib Jensen
2008/12/23 Gunlaug Sørtun : > Ib Jensen wrote: >> >> Any hints ?? > > Same 'hasLayout' trigger on anchors as before, but with the necessary > selector-addition to target the left menu also... > > #menu ul li a, #menu_l ul li a {height: 1%;} > > >

[css-d] Menu-problem IE6

2008-12-22 Thread Ib Jensen
Hi Link: ikjensen.dk/test/ I'm working on a new design. And naturally having an IE6 problem. The css in the menu are the same, except the Fly-outs are floated Right and Left. The problem is the Left side, where IE is placing a extra line, below the Sub-menu. In Firefox 2.x, it works. Any hint

[css-d] Menu-problem in IE6

2008-12-22 Thread Ib Jensen
Hi Link: ikjensen.dk/test/ I'm working on a new design. And naturally having an IE6 problem. The css in the menu are the same, except the Fly-outs are floated Right and Left. The problem is the Left side, where IE is placing a extra line, below the Sub-menu. Any hints ?? PS! Any hints on : D

[css-d] Vertical menu, Thanks

2008-05-16 Thread Ib Jensen
Thanks to Alan and Tedd for the help I solved the problem, by looking at the source. I've had the source-code printed to a PDF-file, and then copy - pasted the source-code to "a real file". But some non-wanted text, had mixed in, and when I deleted this it solved my problem. So, be careful when

[css-d] Vertical menu

2008-05-15 Thread Ib Jensen
Hi I'm sorry for my english writing. I'm developing a site on a local computer. And found the menu i wanted here: sperling.com/examples/menuv/ But i can't get it to work in IE6 properly. The first menupoint is working ok, but the submenus are gone to cyperspace. In Opera 9 and Firefox 2, it wo