[css-d] div height in IE6 smaller than FireFox

2007-08-01 Thread Ian Young
Hi folks Revamping client website and the design requires elements in centre of content to line up with left hand column. Looks fine in compliant browsers but the heights are nowhere near matching up in IE6. http://www.iyesolutions.co.uk/templates/trossachs/test.html

Re: [css-d] div height in IE6 smaller than FireFox

2007-08-02 Thread Ian Young
Ian Young wrote: http://www.iyesolutions.co.uk/templates/trossachs/test.html Looks fine in compliant browsers but the heights are nowhere near matching up in IE6. 1: Add 'display: block' to all images that aren't supposed to be inline (default). That means all but a few arrows

Re: [css-d] clearing problem on footer

2007-08-02 Thread Ian Young
Hi List, working on a new css layout and now i have a clearing Problem on the Footer in IE7 and 6 here. I cant really figure out whats going on :( http://www.pessewenk.de/neu/?page=kontakt Thanks in advance, Martin Hi Martin First off, 26 errors in your mark-up which will not be

Re: [css-d] Absolute, float and a nightmare header set-up

2007-08-03 Thread Ian Young
Subject: [css-d] Absolute, float and a nightmare header set-up Hi All I am trying to create this design without tables and having a sort of flexible approach to scaling. http://urbanlivingseattle.com/wordpress/ I am hoping to remove the fixed width eventually but the header is causing me

[css-d] Fluid images

2007-08-04 Thread Ian Young
Hi List Have rewritten a fixed design to be more fluid and therefore to be more cross browser friendly. The layout was the easy part but there are a few images which in standard format would not be fluid. I was looking at meyerweb.com where the masthead changes its size depending on resolution.

Re: [css-d] Fluid images

2007-08-04 Thread Ian Young
Subject: Re: [css-d] Fluid images Have rewritten a fixed design to be more fluid and therefore to be more cross browser friendly. The layout was the easy part but there are a few images which in standard format would not be fluid. I was looking at meyerweb.com where the masthead

Re: [css-d] Fluid images

2007-08-04 Thread Ian Young
-d Subject: Re: [css-d] Fluid images Ian Young wrote: Subject: Re: [css-d] Fluid images -- Thanks, David It looks like that. So the solution only works with backgorund images. Now then! I now to need to find a way of having changing background images, as one can have using

[css-d] Opera not delivering the goods

2007-08-04 Thread Ian Young
Hi list Development of liquid site is coming on. Ok in Safari, FF, IE6 and IE7. However, in Opera the divs don't align on right hand side. How frustrating. http://www.iyesolutions.co.uk/templates/trossachs/index-3.html compare with fixed col version at

Re: [css-d] Opera not delivering the goods

2007-08-04 Thread Ian Young
Subject: Re: [css-d] Opera not delivering the goods Ian Young wrote: Development of liquid site is coming on. Ok in Safari, FF, IE6 and IE7. However, in Opera the divs don't align on right hand side. How frustrating. http://www.iyesolutions.co.uk/templates/trossachs/index-3.html

Re: [css-d] browser check

2007-08-06 Thread Ian Young
Subject: [css-d] browser check Hi, I did this site (it is a final project for a class) and have been told that it has problems in IE 6. I checked it on my computer IE 6 and FireFox and did not have any problems. If you have a second could you please check

[css-d] maintaining site proportions across screen resolution

2007-08-07 Thread Ian Young
Hi list Have been developing a fluid version of site for client as comparison to fixed layout. It looks fine at 800 and 1024 but is out of proportion at 1280. If I make the divs expand to 100% that means that the text in centre elements will break out of the parent divs at lower resolutions. I

Re: [css-d] maintaining site proportions across screen resolution

2007-08-07 Thread Ian Young
Sent: 07 August 2007 07:51 To: [EMAIL PROTECTED] Css-Discuss. Org Subject: [css-d] maintaining site proportions across screen resolution Hi list Have been developing a fluid version of site for client as comparison to fixed layout. It looks fine at 800 and 1024 but is out of proportion at

Re: [css-d] maintaining site proportions across screen resolution - NOT Quite

2007-08-07 Thread Ian Young
To: [EMAIL PROTECTED] Css-Discuss. Org Subject: [css-d] maintaining site proportions across screen resolution Hi list Have been developing a fluid version of site for client as comparison to fixed layout. It looks fine at 800 and 1024 but is out of proportion at 1280. If I

Re: [css-d] maintaining site proportions across screen resolution - NOT Quite

2007-08-07 Thread Ian Young
Well, it may be elegant enough for FF, and IE7 but IE7 adds a huge amount of white space at the bottom and Safari PC spits it out as garbage. Pity really as it was beginning to look quite good across various screen resolutions. Looks as if Safari PC not too keen on position:absolute See

Re: [css-d] maintaining site proportions across screen resolution -NOT Quite

2007-08-07 Thread Ian Young
Subject: Re: [css-d] maintaining site proportions across screen resolution -NOT Quite On Aug 7, 2007, at 8:55 PM, Ian Young wrote: Pity really as it was beginning to look quite good across various screen resolutions. Looks as if Safari PC not too keen on position:absolute See http

Re: [css-d] maintaining site proportions across screen resolution-NOT Quite

2007-08-09 Thread Ian Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Van Dam Sent: 09 August 2007 08:07 To: CSS-D Subject: Re: [css-d] maintaining site proportions across screen resolution-NOT Quite I don't have safari to test on but konqueror 3.5.5 has the same

Re: [css-d] how to set width of LEGEND tags in FF

2007-08-09 Thread Ian Young
Subject: [css-d] how to set width of LEGEND tags in FF Dear All, I should set width of legend tags to 100% in Firefox (2.0). Is it possible? Obviously, I tried to set their display to block but it doesn't have any effect. Hi Viktor, need a bit more information here as not sure what

Re: [css-d] how to set width of LEGEND tags in FF

2007-08-09 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] how to set width of LEGEND tags in FF Dear All, I should set width of legend tags to 100% in Firefox (2.0). Is it possible? Obviously, I tried to set their display to block but it doesn't have any effect. The problem lies with legend.

[css-d] defining heights in nested divs

2007-08-09 Thread Ian Young
Continuing the saga of having fluid heights, I have changed the rules and have some kind of solution. However, I cannot clear the floats so that the left and content divs don't break out of wrapper div. In the first example, the content and left divs are set to height:100% (just are the two

[css-d] Bottom of div disappears in IE6

2007-08-15 Thread Ian Young
have an odd one here. In IE6 (what else), the bottom of the div is hidden behind the footer. On pressing f11 to show whole screen, the bottom appears again. When restoring to normal window size the bottom of the div is as it should be. I wasn't sure what to search for in the Wiki, but it must be

Re: [css-d] Border problems

2007-08-16 Thread Ian Young
Subject: [css-d] Border problems Hi, I've designed the following layout. Bit different in some ways but my client likes it a lot. But check in IE and it looks as we want it. Look at it in anything else and all the borders disappear!!! Any ideas please?

Re: [css-d] Bottom of div disappears in IE6

2007-08-16 Thread Ian Young
To: [EMAIL PROTECTED] Css-Discuss. Org Subject: Re: [css-d] Bottom of div disappears in IE6 Ian Young wrote: In IE6 (what else), the bottom of the div is hidden behind the footer. On pressing f11 to show whole screen, the bottom appears again. When restoring to normal window size

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Ian Young
Subject: [css-d] multiple style sheet errors T when I link those two stylesheets next to each other the main content area goes -boom- all the way down the page. These 2 stylesheets are named differently but I also tried it with the same stylesheet, just listing it twice (so nothing should

Re: [css-d] Bottom of div disappears in IE6 -SOLVED

2007-08-16 Thread Ian Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zoe M. Gillenwater Sent: 16 August 2007 13:44 To: [EMAIL PROTECTED] Css-Discuss. Org Subject: Re: [css-d] Bottom of div disappears in IE6 Ian Young wrote: In IE6 (what else), the bottom of the div

Re: [css-d] Are table-based layouts still needed

2007-09-02 Thread Ian Young
Subject: [css-d] Are table-based layouts still needed Or, do table-based layouts still have a place on the web? There will definitly be a lot of table-based layouts for many times to come. Not everyone has the knowledge nor is obligated to use CSS-based layouts. But from a web

Re: [css-d] Are table-based layouts still needed

2007-09-06 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: Re: [css-d] Are table-based layouts still needed Gunlaug Sørtun wrote: Divs are semantically neutral, which doesn't necessarily equate to meaningless when used to replicate a table. lol. That does seem a bit of circular logic to me.

Re: [css-d] Site Review Please

2007-09-06 Thread Ian Young
Hi Folks, This my first review request. Would those of you with the time and inclination please have a look at this 'test' site, and offer your professional opinion. I am yet to be supplied with some of the 'artwork' (images, header images, etc..) I've run the XHTML and CSS through the

Re: [css-d] Are table-based layouts still needed

2007-09-06 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: Re: [css-d] Are table-based layouts still needed the issue was a 5 col layout that had equal lengths. Actually, Ian - I *think( that might have been me. I believe the original question was just a question. I was one of the early responders to

Re: [css-d] Stepped menu in ie6

2007-09-09 Thread Ian Young
I a crearting a basic horizintal menu with CSS. The problem is in IE6 is looks like a set of steps First item Second item Third item Fourth Item I have done loads of these and cannot understand

Re: [css-d] liquid 3col - header questions

2007-09-11 Thread Ian Young
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ray Leventhal Sent: 11 September 2007 15:02 To: css-d Subject: [css-d] liquid 3col - header questions Hi all, I'm developing a site based on the 'holy grail' 3col liquid layout [1]. Site: http://devel.legionpost130.org/

Re: [css-d] named anchors in IE

2007-09-12 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] named anchors in IE I have a css menu lia href=#cadCAD Operators/a a id=cad/a when I try to link to a named anchor in ie it does not work what am I doing wrong? If I read you right you are using a id=cad/a as anchor. Should read a

Re: [css-d] wordbreak

2007-09-17 Thread Ian Young
Behalf Of Ross Hulford Sent: 17 September 2007 15:09 To: css-d@lists.css-discuss.org Subject: [css-d] wordbreak Is it possible to break up words inside a table? My words when too long jump to the next line instead of breaking up. Is there any css property that works? I think this is a

Re: [css-d] gap at bottom of three-column layout

2007-09-25 Thread Ian Young
Subject: [css-d] gap at bottom of three-column layout I have three column layout I am working on (first time and the negative margin one from alistapart.com) and in all browsers that I am testing: FF 2.0.x, IE 7.x, IE 6.x, I have a gap at the bottom between the three columns and the

[css-d] Anomaly in FireFox

2007-10-05 Thread Ian Young
Hi guys Unusual one (for me). I have a div that doesn't align properly in FireFox and as a temporary measure have put a couple of extra br / but of course this doesn't render properly in IE6 (and is very clumsy) I have tried a number or different alternatives margin settings to no avail.

Re: [css-d] three numbers

2007-10-05 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: Re: [css-d] three numbers According to the specifications, giving three values for margin: is perfectly legal and valid. The sequence of messages here illustrate pretty well, that it's a poor idea! How so? It is a recognised and neat way writing

Re: [css-d] three numbers

2007-10-05 Thread Ian Young
Subject: Re: [css-d] three numbers According to the specifications, giving three values for margin: is perfectly legal and valid. The sequence of messages here illustrate pretty well, that it's a poor idea! How so? It is a recognised and neat way writing margin and

Re: [css-d] iepngfix disables my links

2007-10-12 Thread Ian Young
Subject: [css-d] iepngfix disables my links when I apply the iepngfix.htc in my css with the line div{ behavior: url('css/iepngfix.htc'); } all the links become inactive. Does anyone have any idea why this happens? I am using and old version of the .htc?

Re: [css-d] iepngfix disables my links

2007-10-12 Thread Ian Young
Subject: Re: [css-d] iepngfix disables my links No it is correct as the fix is applied (the shadow border is a transparent png IS transparent). It just seems to knock out the links. R. That is surprising. However,the navigation links works on my system, IE6/7 FireFox, Safari PC. You

[css-d] A question of ems and good 'ol IE6

2007-10-19 Thread Ian Young
Hi guys The weekend is upon us but hope some you guys are still at the desk. Just completing a site and thought that everything was coming together nicely then had a look at IE6 on a monitor with different resolution ad hey, it's broke. The height of the divs is set in ems. However, where there

Re: [css-d] A question of ems and good 'ol IE6

2007-10-19 Thread Ian Young
Subject: Re: [css-d] A question of ems and good 'ol IE6 Ian Young wrote: Just completing a site and thought that everything was coming together nicely then had a look at IE6 on a monitor with different resolution ad hey, it's broke. The height of the divs is set in ems. However

Re: [css-d] A question of ems and good 'ol IE6

2007-10-20 Thread Ian Young
Subject: Re: [css-d] A question of ems and good 'ol IE6 No amount of hardcoding will change anything - apart from making the layout weaker. I am restricted on the dimensions of the site as I am not the designer - just trying to emulate the designers' brief. Fluid width has been

Re: [css-d] Links not showing

2007-10-26 Thread Ian Young
Subject: [css-d] Links not showing Hi all, I have a problem with links not sowing in IE6 and 7. They are absolutely positioned on the image but for some reason they don't show up in IE. Would anyone have an idea what the problem is? Page: http://kids.mesfiji.org Try changing your

[css-d] Change of font-size in div affects div height

2007-12-03 Thread Ian Young
Hi guys, Odd thing happened here. Added font-size to a div and it changed the height of the cell (and other surrounding). If I change from ems to px for the div height it is ok in that div but others with height in div are affected. I have not come across this before. simple mocks at

Re: [css-d] Change of font-size in div affects div height

2007-12-04 Thread Ian Young
Are you sure you didn't really want to set font-size on the content of the div and not on the div itself? Example: http://www.gunlaug.no/tos/alien/iy-1/test_07_1204.html Thanks Georg As ever, a very elegant solution. This is what I like about CSS. There is always something new to

[css-d] White-space rule - best usage

2008-03-29 Thread Ian Young
Hi guys, Not been on for a while. Been looking at the white-space rule and came across this on client's site. pre{ white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 */} What is best usage? Apologies if this a daft question. Cheers Ian IY

Re: [css-d] White-space rule - best usage

2008-03-29 Thread Ian Young
Subject: Re: [css-d] White-space rule - best usage Ian Young wrote: Been looking at the white-space rule and came across this on client's site. pre{ white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 */} The comments are misleading

Re: [css-d] Anyone found a cure for IE6/7's stacking bugs?

2008-04-01 Thread Ian Young
To: Css-D@Lists.Css-Discuss.Org Subject: Re: [css-d] Anyone found a cure for IE6/7's stacking bugs? Gunlaug Sørtun wrote: .. I've heard Microsoft have frozen development of their browser - again, so we're probably in for another 6 years ice-age, So where did you hear that,

Re: [css-d] Anyone found a cure for IE6/7's stacking bugs?

2008-04-01 Thread Ian Young
Ian Young wrote: To: Css-D@Lists.Css-Discuss.Org Subject: Re: [css-d] Anyone found a cure for IE6/7's stacking bugs? Gunlaug Sørtun wrote: .. I've heard Microsoft have frozen development of their browser - again, so we're probably in for another 6 years ice-age

Re: [css-d] Anyone found a cure for IE6/7's stacking bugs?

2008-04-01 Thread Ian Young
Cc: [EMAIL PROTECTED]; css-d Subject: Re: [css-d] Anyone found a cure for IE6/7's stacking bugs? Ian Young wrote: Georg's not reading things right? MS has frozen new features on IE8 betas, so they can get a release version out the door. Doesn't mean they've frozen further development

Re: [css-d] problem with page breaking up can't duplicate

2008-04-02 Thread Ian Young
Subject: [css-d] problem with page breaking up can't duplicate I just launched a site and I’m having trouble on one computer with it. The top image bounces down but only does it on one computer all others it looks fine. I can’t figure out the difference. Any Ideas

Re: [css-d] html, body {min-height: 100%} fails in Firefox IE7

2006-11-23 Thread Ian Young
in Firefox IE7 Ian Young wrote: Have a look at http://03.infocopa.com/apropos/vision.html . I've given 100% min-height (height for IE) to html and body. (body has the off-white background-color.) Unfortunately, on short pages like this, if the content is shorter than the window, the body

Re: [css-d] Quick question : how do you text-indent rightalignedtext ?

2006-11-23 Thread Ian Young
rightalignedtext ? The problem with using padding or changing the width is that it changes the size of the h1 element, which messes up the design. A url would be good or even a mock to show us what you mean. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition.

Re: [css-d] Textarea - text cursor problem

2006-11-23 Thread Ian Young
Subject: [css-d] Textarea - text cursor problem I am experiencing a problem with the textarea element. Dinamically I create a textarea and set its value, its just that the text cursor does not blink, no matter what. Actually, Its blinks only when I click in the first word of each line.

Re: [css-d] div doesn't expand with content

2006-11-25 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] div doesn't expand with content Hi there, Having trouble with a div, its probably something simple: http://tms.siborg.com/tricia.html In IE6 long text pushes the div down so there is a background, but in FF2, the main div is very short...

Re: [css-d] html, body {min-height: 100%} fails in Firefox IE7

2006-11-25 Thread Ian Young
Did you find a solution? Or is the problem with older browser versions? Unfortunately, IE7 doesn't cooperate. The site went live yesterday (!) -- go to any long page (like http://www.infocopa.com/programmes/approche.html ) and scroll in IE7. The (80%-wide) body loses its off-white

Re: [css-d] IE Mac 5.2 - links disappear on hover

2006-11-26 Thread Ian Young
Subject: [css-d] IE Mac 5.2 - links disappear on hover Hello I'm experiencing a show and hide problem with the left hand side menu explicitly on Internet Explorer 5.2 for the mac. See : http://peterheery.net/test/ieMacBugs.html When you hover over a link item in the left hand side menu

Re: [css-d] background-images for divs

2006-11-26 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] background-images for divs I`m trying to figure out how to get my images, I`d like to add to fit the div`s background properly. I`m using a 3 column layout that I created with StyleMaster. When I create the images for the div`s in photoShop

Re: [css-d] Extra space in IE on css dropdown navigation

2006-11-26 Thread Ian Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anne Davies Sent: 26 November 2006 11:53 To: css-d@lists.css-discuss.org Subject: [css-d] Extra space in IE on css dropdown navigation I don't see the problem on my IE6 standalone. But I notice that

Re: [css-d] IE7 not-clickable links

2006-11-26 Thread Ian Young
Url: http://www.kolej.mff.cuni.cz Css: http://www.kolej.mff.cuni.cz/css/spigi.dark_son/inc.main.css Problem: The links in the right column are not clickable. (Moreover, combobox also do not respond on any mouse click.) Expected: The links are clickable. Implementation info: The class of the

Re: [css-d] Positioning Question

2006-11-27 Thread Ian Young
Subject: Re: [css-d] Positioning Question Thanks Roger - I decided to scrap the original style sheet that was cobbled together by someone else and the original HTML and start over again. I'm just about there, but have gaps between the images in the right hand navigation in FireFox and

[css-d] Colour not showing in background in class

2006-11-29 Thread Ian Young
Found this anomaly in banner colour rendition. I made a couple of classes to allow me to put text below pictures but when I do that the background colour in the banner div does not show in FireFox. It just seems to wrap around the images. It is ok in both IE6 and 7. Can some one point me in

Re: [css-d] Colour not showing in background in class

2006-11-30 Thread Ian Young
Have you tried assigning a height to #banner? Best, ~dL Oh my, ignore my suggestion...(where is my mind). ~dL -- Thanks to both Davids, Franky pointed out the error of my ways. It needed a clear div and although I had included one I had stupidly put it AFTER the banner div rather

Re: [css-d] content at the bottom

2006-11-30 Thread Ian Young
Subject: [css-d] content at the bottom Ok, silly question and I don't have a page that I can refer to, just an idea. How can you position an item that's at/close to the top of the page at the very bottom of it, no matter how long the page is? Not the bottom of the browser window, but

Re: [css-d] missing image(s)

2006-11-30 Thread Ian Young
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Bailey Sent: 30 November 2006 08:52 To: css-d@lists.css-discuss.org Subject: [css-d] missing image(s) Hi, At my client's request, I have added a javascript fade-in revolving image in the center column of the home page,

Re: [css-d] Need a good dropdown css menu

2006-11-30 Thread Ian Young
Subject: [css-d] Need a good dropdown css menu I am redesigning a portal site. We are trying to incorporate the use of a dropdown horizontal menu. Any suggestions as to the most browser friendly dropdown menu? Thanks! Laura Karol-Chik Try the following:

[css-d] That Ol' IE6 has me in its spell - menu wise

2006-12-01 Thread Ian Young
I must be going mad. A script that I use for horizontal menus has stopped working in this format. For the life of me I cannot see where I have broken it. Mini test for clarity at http://www.iyesolutions.co.uk/templates/css/menu-test2.html Hope someone can shed light on it. Ian

Re: [css-d] That Ol' IE6 has me in its spell - menu wise

2006-12-01 Thread Ian Young
Subject: Re: [css-d] That Ol' IE6 has me in its spell - menu wise Ian Young wrote: I must be going mad. A script that I use for horizontal menus has stopped working in this format. For the life of me I cannot see where I have broken it. Mini test for clarity at http

[css-d] Centring a floating element - can it be done?

2006-12-02 Thread Ian Young
Horizontal menus rely on floats and position:relative etc. centring divs is relatively straightforward but menus don't play. The perceived wisdom is to use position:absolute as described in the wiki. Using all these and the menu is not centred in its wrapper. See:

Re: [css-d] Centring a floating element - can it be done?

2006-12-02 Thread Ian Young
To: [EMAIL PROTECTED] Css-Discuss. Org Subject: [css-d] Centring a floating element - can it be done? Horizontal menus rely on floats and position:relative etc. centring divs is relatively straightforward but menus don't play. The perceived wisdom is to use position:absolute as described

Re: [css-d] Centring a floating element - can it be done?

2006-12-03 Thread Ian Young
From: Ian Young [EMAIL PROTECTED] the menu is not centred in its wrapper. Your image is 750px wide. Use that as the width for your .navh div. Set {margin: 0 auto;} on that container. Specify the width of the LIs in pixels instead of ems, taking into account the borders you have set

Re: [css-d] Fieldset rendering in IE

2006-12-03 Thread Ian Young
To: CSS-Discus Subject: [css-d] Fieldset rendering in IE http://www.fatboyjim.com/wedding/contact/contact.html And my CSS is here; http://www.fatboyjim.com/wedding/ http://www.fatboyjim.com/wedding/styles/master.css styles/master.css All is well when viewed in most browsers, however -

[css-d] Can dropdown menus swing both ways?

2006-12-03 Thread Ian Young
Dropdown menus much fun but is it possible to code them so that the second level slide out on the left rather than the right. I have tried using -ve margins but no joy. Ian **IMPORTANT*

Re: [css-d] Can dropdown menus swing both ways?

2006-12-03 Thread Ian Young
To: [EMAIL PROTECTED] Css-Discuss. Org Subject: Re: [css-d] Can dropdown menus swing both ways? Ian Young wrote: Dropdown menus much fun but is it possible to code them so that the second level slide out on the left rather than the right. Yes. A mind boggling example from the friendly

Re: [css-d] Anybody familiar with Tanfa's drop-down menu

2006-12-04 Thread Ian Young
Sent: 04 December 2006 14:07 To: css-d@lists.css-discuss.org Subject: [css-d] Anybody familiar with Tanfa's drop-down menu Dear All Many times I have been using Tanfa's drop-down menu that is using an HTC file for the hover part in IE. Now the webhost did something on the server and now

[css-d] Two versions of the same page -two different renditions

2006-12-04 Thread Ian Young
http://www.iyesolutions.co.uk/templates/lvsc/index4.html http://www.iyesolutions.co.uk/templates/lvsc/index4a.html As I hope you will see, first works - second all content falls outside of wrapper. Funny thing is, they are identical pages in html and css, so I can only think that the first is

Re: [css-d] Two versions of the same page -two different renditions

2006-12-04 Thread Ian Young
http://www.iyesolutions.co.uk/templates/lvsc/index4.html http://www.iyesolutions.co.uk/templates/lvsc/index4a.html As I hope you will see, first works - second all content falls outside of wrapper. Funny thing is, they are identical pages in html and css, so I can only think that the

[css-d] Dropdown menus can swing both ways

2006-12-04 Thread Ian Young
After a bit of tweaking managed to get end menus to slide right. Not difficult for the decent browsers but IE has been awkward and I have had to put in a workaround. Now not sure if this is only on my local machine as IE6 is standalone and is not working as it should. If anyone has time could

Re: [css-d] Two versions of the same page -two different renditions

2006-12-04 Thread Ian Young
On Mon, 4 Dec 2006 17:17:55 -, Ian Young wrote: http://www.iyesolutions.co.uk/templates/lvsc/index4.html http://www.iyesolutions.co.uk/templates/lvsc/index4a.html As I hope you will see, first works - second all content falls outside of wrapper. Funny thing

[css-d] Accessibility and changing Font size

2006-12-05 Thread Ian Young
To assist with accessibility, I want to have option of changing fonts by clicking on buttons. Found a JavaScript thing that doesn't work unless it has a pop up. There has to be a css solution. Any one point me in the right direction? Regards Ian

[css-d] word wrapping in FF/Opera

2006-12-05 Thread Ian Young
Have a list of items which generates numbers of the products on online shop. In Firefox and Opera, the number drops a line in IE7 it is on same line. I have been trying to sort this all night. Test page to show problem at: http://www.iyesolutions.co.uk/templates/css/test.htm Any suggestion

Re: [css-d] word wrapping in FF/Opera

2006-12-06 Thread Ian Young
Subject: RE: [css-d] word wrapping in FF/Opera Well, for starters, the way you're doing this seems really strange... You have: ulliawhatever/a/lisomething/ul ulliawhatever/a/lisomething/ul ulliawhatever/a/lisomething/ul I think you want: ul liawhatever/asomething/li

Re: [css-d] word wrapping in FF/Opera

2006-12-06 Thread Ian Young
Well, for starters, the way you're doing this seems really strange... You have: ulliawhatever/a/lisomething/ul ulliawhatever/a/lisomething/ul ulliawhatever/a/lisomething/ul I think you want: ul liawhatever/asomething/li liawhatever/asomething/li liawhatever/asomething/li /ul That

Re: [css-d] Dropdown menu not showing in IE (6)

2006-12-06 Thread Ian Young
Subject: Re: [css-d] Dropdown menu not showing in IE (6) Right, I think I have found the problem to this. Stupid stupid me :-s I forgot to upload the csshover.htc (which is required for the hovering of block elements to work in IE) file to the server - lol. Tryst

[css-d] alternating coloured rows in dynamic website

2006-12-12 Thread Ian Young
Have site with alternating colours in dynamic website using php. Want to change the code to css. code as follows: $bg = ($bg=='#ee' ? '#F9FBF9' : '#ee'); // Switch the background color. tr bgcolor=$bg I know it is a table, but it for tabulating results. It is one of pages in Zen Cart

Re: [css-d] alternating coloured rows in dynamic website

2006-12-13 Thread Ian Young
[mailto:[EMAIL PROTECTED] Sent: 13 December 2006 00:56 To: Matthew Barnicle Cc: Ian Young; [EMAIL PROTECTED] Css-Discuss. Org Subject: Re: [css-d] alternating coloured rows in dynamic website Generally, I like to add a style rule for regular TRs and then a class for either TR.odd

Re: [css-d] alternating coloured rows in dynamic website

2006-12-13 Thread Ian Young
Subject: Re: [css-d] alternating coloured rows in dynamic website Hi Ian, tr .even{background:#eee} tr.odd{background:#F9FBF9} It's not because of the space before '.even' is it? Sorry that was a typo - no space between the tr and .even Ian -- No virus found in this outgoing message.

Re: [css-d] 2. alternating coloured rows in dynamic website (IanYoung)

2006-12-13 Thread Ian Young
You could try defining a class for even rows -- then add something like that to your code: tr ?=$par++%2?'class=even':''? Already tried that -I can do it in php, but want a css solution. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus

Re: [css-d] 2. alternating coloured rows in dynamic website (IanYoung)

2006-12-13 Thread Ian Young
This solution, http://www.thewatchmakerproject.com/journal/309/stripe-your-tables -the-oo-way, requires only a modicum of javascript. Nah! Thanks anyway - as php does it pretty neat I don't need Javascript. Off to try Ed Seehouses suggestion. Ian -- No virus found in this outgoing message.

Re: [css-d] alternating coloured rows in dynamic website - CRACKED IT

2006-12-13 Thread Ian Young
alternating colors. tr .even{background:#eee} tr.odd{background:#F9FBF9} Ed Seehouse wrote Your sytnax is wrong for the shortcut rule. It should be {background: #eee none;} Not sure I agree with you here. Solution as follows: Css .attributes-even{ background-color:#f9fbf9; }

Re: [css-d] opera or FF rtl bug

2006-12-26 Thread Ian Young
Subject: [css-d] opera or FF rtl bug which of the above has the bug : http://test.dekkers.net/test.aspx the logo and 2 other images display correct in FF(2,3) but not in Opera(latest) Only works in FF. IE doesn't work either. quick suggest is to define the left margin. That seems to

Re: [css-d] CSS Vadiadation error

2007-01-04 Thread Ian Young
Hi Im getting this validation error when I try to validate my web page I have the page in a public folder, embedded CSS only, is it something to do with the folder address? Target: P:\Infodesignbrief\site folder\Acropolis2-1.htm I/O Error: For input string: \Infodesignbrief\site

Re: [css-d] ie spacing on list

2007-01-04 Thread Ian Young
Hello Liz 1) have the space between the list items be the same in IE as it is in FF and Safari. Try float:left instead display:block #navcontainer li { margin: 6px 0 6px; } #navcontainer a { float:left margin: 6px 0 6px; padding: 5px 14px 5px 24px;

Re: [css-d] Site Check Please

2007-01-05 Thread Ian Young
Hi Rich Could you please do a site check on this site please: http://www.efe-gbnets.com/ Css is contained in the header. Sources are: http://blog.html.it/layoutgala/ for the layout. http://css.maxdesign.com.au/listamatic/ for the menus. The issues relating to the css are the space

Re: [css-d] rollovers aren't fluid

2007-01-05 Thread Ian Young
Generator Microsoft Word 11 (filtered medium) I' m starting to create a new site using CSS. I' ve managed to create a fluid 3 column page and the 3 columns work OK when the page is resized but the two rollovers in the right column: Comics.com and Viz.co.uk (which should be in the right

Re: [css-d] icons in the address bar

2007-01-05 Thread Ian Young
Subject: [css-d] icons in the address bar Can someone point me in the right direction I would like to put my own icon in the address bar but dont know what size to create the graphic or what the code is, thanks in advance This not a CSS issue but go to:

Re: [css-d] page check :: ~dL [continued]

2007-01-13 Thread Ian Young
Subject: Re: [css-d] page check :: ~dL [continued] ~davidLaakso wrote: ~davidLaakso wrote: [trimmed] Whoops. I discovered a horrendous error and took it down. Back to the drawing board. ~dL Oh, my. Such a mess. Better now I hope. A page check of this test page with whatever

Re: [css-d] Request for site check (and critique if you've got time!)

2007-01-14 Thread Ian Young
Hi Matt I've recently finished a redesign of my site, a blog dedicated to - what else! - web design and web standards. http://www.thenestedfloat.com I'd really appreciate a site check. I'm on a mac, so I've done only limited testing in all versions of IE/Win. Let me know if you find

Re: [css-d] adding a class to a link

2007-01-15 Thread Ian Young
Subject: [css-d] adding a class to a link I am trying to overide the link class with a class=plain_link href=Request More Information/a .plain_link a{ border:none; padding:0; display:inline; color:#3300CC; } why does this not work? Without a URl to see what the problem is

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-24 Thread Ian Young
Subject: Re: [css-d] How to Filter Out Explorer 7 and Below Gunlaug Sørtun wrote: - I can add whatever I want to the second stylesheet, and only Trident based browsers (that's IE/win and a few others) will ever see it. Again, perfect separation. I didn't realise this (that there /was/

[css-d] Faux columns not even

2007-02-01 Thread Ian Young
Using Zoë's faux column layout for three column layout. The three columns need to be the same length. As you can see from http://www.iyesolutions.co.uk/templates/whs/faux-template.html this is not the case. Any thoughts - css is at top of page in this very draft page? Ian

  1   2   3   4   5   >