[css-d] Adding a faux column on my blog

2007-10-21 Thread Ian Bethune
I have added a background color to my sidebar on my blog Sox & Dawgs, http://soxanddawgs.com I would like the sidebar color to extend to the bottom of each page and not lengthen it any more than the longest sidebar unless the content is that long. I have read the how to create a faux column with

Re: [css-d] Adding a faux column on my blog

2007-10-23 Thread Ian Bethune
{ background:#5f; width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: center; clear: both; } Thanks for your quick reply yesterday. Ian From: Rafael [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 11:31 PM To: Ian Bethune Cc: css-d@lists.css-discuss.org Subject:

Re: [css-d] Adding a faux column on my blog

2007-10-25 Thread Ian Bethune
Thank you very much. I got it to work properly now. From: Rafael [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 10:02 AM To: Ian Bethune Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Adding a faux column on my blog Ian Bethune wrote: So far I did what you said and have

Re: [css-d] Links not showing

2007-10-26 Thread Ian Young
; Page: http://kids.mesfiji.org > Try changing your csshover.htc call like this: body {behavior: url(csshover.htc);} /* WinIE behavior call */ You are calling the csshover from the style sheet not the html page. Cool site! Ian IY e-Solutions http://www.iyesolutions.co.uk No virus found in t

[css-d] WebYep page and large white gap in IE6

2007-11-12 Thread Ian Piper
based on a server-side page editing tool called WebYep, and it seems to be a structure in that page that is associated with the gap, though what I do not know. I can't figure out what is going wrong. Can anyone illuminate me? Thanks for any guidance you may be able to offer. Regards, Ia

Re: [css-d] WebYep page and large white gap in IE6

2007-11-13 Thread Ian Piper
of this hack having adverse effects elsewhere on the site? Ian. -- On 13 Nov 2007, at 7:24 am, Ingo Chao wrote: > Ian Piper wrote: >> ... >> http://www.rozone.co.uk/test/pages/pages/rozone_direct.php >> ... > > #contentContainer needs a haslayout trigg

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

2007-12-03 Thread Ian Young
://iyesolutions.co.uk/templates/css/size.html http://iyesolutions.co.uk/templates/css/size2.html Help appreciated as always. Ian IY e-Solutions http://www.iyesolutions.co.uk This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the intended

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

2007-12-04 Thread Ian Young
calculated from the 'em' itself will of course change height. > > 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

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

2007-12-04 Thread Ian Young
ion. > This is what I like about CSS. There is always something new to learn. > Ahh, Just tried that solution and the font-size didn't change. Did I miss something here? http://www.iyesolutions.co.uk/templates/css/size3.html Ian IY e-Solutions http://www.iyesolutions.co.uk No v

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

2007-12-04 Thread Ian Young
> > > Ian Young wrote: > > > http://www.iyesolutions.co.uk/templates/css/size3.html > > Not often I see a document with double sets of everything. You should > clean up the source-code for that test-case. Oops! In too much of a hurry. Sorted > > Just tried that

[css-d] Top Bottom - Lets Keep Them Apart

2007-12-06 Thread Ian Rutgers
portion of the site. My preference is to write the code using divs but need some guidance on the positioning without using JavaScript (if that is possible as I am assuming that I would have to do some browser detection) . help what have I got myself into?! Ian

[css-d] Radio buttons in forms, styling without tables

2007-12-11 Thread Ian Piper
abel. Can anyone suggest what may be going wrong? Alternatively, if anyone can point me at suitable articles on table-free forms and particularly doing radio buttons, I would be grateful. Thanks, Ian. -- [EMAIL PROTECTED] 07973 156616 | 01926 811383 skype:

[css-d] Radio buttons in forms, styling without tables

2007-12-12 Thread Ian Piper
abel. Can anyone suggest what may be going wrong? Alternatively, if anyone can point me at suitable articles on table-free forms and particularly doing radio buttons, I would be grateful. Thanks, Ian. -- [EMAIL PROTECTED] 07973 156616 | 01

[css-d] Top Bottom - Lets Keep Them Apart

2007-12-15 Thread Ian Rutgers
and let me know what I am doing wrong?   Thank you   Ian __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

[css-d] The dreaded z-index bug in IE6/7

2008-03-03 Thread Ian Piper
co.uk/fenditching/content/specialist_plant.htm Any guidance much appreciated. Ian. -- [EMAIL PROTECTED] 07973 156616 | 01926 811383 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

[css-d] CSS faux columns not working in IE6

2008-03-22 Thread Ian Piper
f the page should be about the same depth as the blue menu title bars immediately below. In IE6 however the bar is about 11px deeper than in other browsers. Again I'm miserably baffled. Thanks, Ian. -- [EMAIL PRO

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Ian Piper
On 22 Mar 2008, at 7:30pm, Gunlaug Sørtun wrote: > Ian Piper wrote: > >> http://www.tellura.co.uk/index.php > >> As you can see, the image used for the background for the left >> sidebar doesn't display in three-column mode and the content column's >&

Re: [css-d] CSS faux columns not working in IE6

2008-03-24 Thread Ian Piper
On 24 Mar 2008, at 5:14am, Alan Gresley wrote: > Holly Bergevin wrote: > >> From: Ian Piper <[EMAIL PROTECTED]> >> >>>>> http://www.tellura.co.uk/index.php >>>> >>>>> As you can see, the image used for the background for the left

[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

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

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

2008-04-01 Thread Ian Young
t;ice-age", So where did you hear that, Georg? I have downloaded IE8 and it has crashed on every occasion that I have used it. If MS ain't developing it. then not much point in my persevering. Or have I got this wrong? Cheers Ian IY e-Solutions http://www.iyesolutions.co.uk No

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 developmen

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 o

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

2008-04-02 Thread Ian Young
e. > > Any Ideas > http://www.wiesetrucks.com/newtrucks.php > Hi Sarah, Certainly cannot emulate the problem in FF/IE7 or IE6. However, you have over 6o markup errors which cannot be helpin. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.wiesetrucks.com %2Fnewtruc

[css-d] IE6 div height problem inside definition lists

2008-05-24 Thread Ian Swenson
I haven't found anything with google-fu on this problem. Example page can be found at: www.ianswenson.com/ie6ddbug.html When definition lists are relatively small (say 30px), divs within a dd make themselves larger than they should be in IE6. For example, if a 30px dd contains (3) 10px div

[css-d] Tables display problem in Firefox but not IE

2008-06-23 Thread Ian C
er-mag.com/test.html <http://www.PubCon.com/redirect.cgi?f=21&d=3682011&url=http://www.er-mag.com /test.html> Thank you, Ian __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Lis

[css-d] Border causing extra space!

2008-06-25 Thread Ian Young
heers Ian IY e-Solutions Http://www.iyesolutions.co.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discus

Re: [css-d] Border causing extra space!

2008-06-25 Thread Ian Young
> Subject: Re: [css-d] Border causing extra space! > > Ian Young wrote: > > then space is there. > > What Have I missed? > > Ian, > > Try this at the top of your style sheet: > *{margin-top:0;} > That should help. > Thanks Bill, That'

[css-d] IE7 and background image links.

2009-01-22 Thread Ian Young
Test page at http://www.iyesolutions.co.uk/templates/db-test/menu-test2.html Best Ian Ian Young Director IY e-Solutions __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailma

[css-d] Png and good ol' IE6

2009-01-28 Thread Ian Young
b-test/png-test.html Can you have a look and see if works for you and if not any suggestions? Thanks in anticipation. Cheers Ian Young Director IY e-Solutions This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of th

Re: [css-d] Png and good ol' IE6

2009-01-28 Thread Ian Young
> Subject: Re: [css-d] Png and good ol' IE6 > > 2009/1/28 Ian Young > > > This an old chestnut, I know, but I have tried several fixes to make > the > > png > > work on IE6 and it doesn't. > > > > > > > I use DD Belated PNG ( >

[css-d] a png not displaying!

2009-01-30 Thread Ian Young
Odd one here. http://www.dbadvertising.co.uk/dev/index-test.php All the pngs display in IE6 fine with exception of the address logo. Style sheet is at /dev/includes/ie-fix.css and /style-new.css. I cannot for the life of me see where the error lies. You guys any thoughts? Ian

Re: [css-d] a png not displaying!

2009-01-30 Thread Ian Young
o save any confusion. Best regards Ian This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of, distribution, copying or use of this e-m

Re: [css-d] a png not displaying!

2009-02-01 Thread Ian Young
and many thanks Best regards Ian This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of, distribution, copying or use of this

Re: [css-d] Simple cantering help...

2009-02-01 Thread Ian Young
and margin - probably #container {width:1024;margin:0 auto} Also ditch the code in the html and add margin:0 to your body spec in css. Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/list

[css-d] Horizontal scrolling

2009-02-01 Thread Ian Young
Cheers Ian Ian Young IY e-Solutions __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

[css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
s but none seem to work. Cheers Ian Ian Young Director IY e-Solutions __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
> -Original Message- > From: lorr...@gmail.com [mailto:lorr...@gmail.com] On Behalf Of Lourens > Thalen > Sent: 10 February 2009 10:37 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] IE7 Images in unordered lists > > Try overflow: hidd

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
> -Original Message- > From: Philippe Wittenbergh [mailto:e...@l-c-n.com] > Sent: 10 February 2009 11:21 > To: CSS-D > Cc: Ian Young > Subject: Re: [css-d] IE7 Images in unordered lists > > > On Feb 10, 2009, at 7:24 PM, Ian Young wrote: > > > IE

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
> -Original Message- > From: Lewis, Matthew [mailto:m...@xhtml.co.nz] > Sent: 10 February 2009 11:51 > To: Ian Young > Subject: Re: [css-d] IE7 Images in unordered lists > > > .nav2 ul > > should be > > ul .nav2 Makes no difference > > remov

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
> -Original Message- > From: David Laakso [mailto:da...@chelseacreekstudio.com] > Sent: 10 February 2009 12:04 > To: Ian Young > Cc: 'CSS-D' > Subject: Re: [css-d] IE7 Images in unordered lists > > Ian Young wrote: > >> > >>> IE7 has

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Ian Young > Sent: 10 February 2009 12:27 > To: 'David Laakso' > Cc: 'CSS-D' > Subject: Re: [css-d] IE7 Images in uno

Re: [css-d] IE7 Images in unordered lists

2009-02-10 Thread Ian Young
usually very slow loading). Have taken conditional out altogether and both IE8 and IE7 work great. Thanks again for all help. I confess I had delayed installing IE8 as hadn't been at all impressed with the Beta version. Done now.. Cheers Ian ___

Re: [css-d] One Bug catched

2009-02-10 Thread Ian Young
at one error. Ironically it is the link to gunlag! http://www.gunlaug.no/contents/toc_7a.html";>gunlaug Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Margin not working!

2009-02-21 Thread Ian Young
Cheers Ian Ian Young Director IY e-Solutions Search Engine Optimisation Specialists One St Colme Street Edinburgh EH3 6AA Tel: +44 131 220 8499 Mob: +44 7831 127 524 This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the

Re: [css-d] Margin not working!

2009-02-21 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 21 February 2009 16:34 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Margin not working! > > Ian Young wrote: > > > Top margin in inner div is just p

[css-d] Is a missing ";" OK?

2009-02-27 Thread Ian Piper
ks a:hover { background:#7d9eac; text-decoration:none } I had always thought that the terminating ";" was mandatory. Can someone advise me? Thanks, Ian. -- Ian Piper Tellura Information Services - the web, document and information people Registered in England and Wales: 5076715, VAT Numb

[css-d] vertical align div

2009-03-02 Thread Ian Young
/template3/vertical-align. html The red background is just for testing. The vertical align code is on the page. There must be a more elegant method, surely. Best Ian Young Director IY e-Solutions __ css

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > Ian Young wrote: > > > > <http://www.iyesolutions.co.uk/templates/portfolios/template3/vertical- > align.html> > > There must be a more elegant method, surely. > > Don&#

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Ian Young wrote: > > >> > <http://www.iyesolutions.co.uk/templates/portfolios/template3/vertical- > align.html> > > > This almost works. Vertical align works ok, but the wrapper div that > > is in effect being vertically aligned stretches to full

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 02 March 2009 21:46 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > Ian Young wrote: > > > I tried that and it went all to hell

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Ian Young wrote: > > > It is centring but not displaying properly in IE8 FF3.06 See > > http://www.iyesolutions.co.uk/templates/portfolios/template3/ for how > > the portal looks before we try the vertical align. > > Yes, if you want to vertical-align #wra

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 02 March 2009 22:40 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > > <http://www.iyesolutions.co.uk/templates/portfolios/template3/&

Re: [css-d] Refresh image in header...

2009-03-02 Thread Ian Young
nters the page? > I would have thought that this was not possible with CSS. Simple enough with php tho'. I am using this with client site at the moment. http://www.iyesolutions.co.uk/templates/portfolios/gold/ These are but a work in progress, but if you want code cont

[css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
ions.co.uk/templates/whitehousestudios/aerial.html Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List polici

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
e of image, which is not what we want. The div is 700x500 with images in centre. I have made changes so you can see what I mean. Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listin

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 03 March 2009 11:41 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] overflow:hidden and display:table > > Ian Young wrote: > > Moving on from yesterday&#x

Re: [css-d] em units - how to test

2009-03-03 Thread Ian Young
sign is different from the print environment and too many folks seem to forget that. We get too hung up on browsers being pixel perfect. Let's face it the only folks who look at more than one browsers are we developers. Rant over. Ian _

Re: [css-d] What's creating this img border?

2009-03-06 Thread Ian Young
i.com/sandbox/scenter/ > > No border here (but fotos aren't links, either) > http://thewei.com/sandbox/scenter/about.php > > Please help me find the border in my code. Thanks as always . . . > Kimi You have a img { border: none; }

Re: [css-d] Top margin not set properly.

2009-03-06 Thread Ian Young
re if your min-height:100% works either. Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/po

Re: [css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread Ian Young
ave tried a number of your demo/test sites and none has the effect that you describe. IE8 RC1 Vista. Reloaded several times. Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Why this page moves?

2009-03-10 Thread Ian Young
quickly. I checked the whole > code > but found none of problem. Could somebody help me out? Thanks in > advance. > In my browser it just flickers top to bottom as it loads. You might wish to address your html errors tho'. http://validator.w3.org/check?verbose=1&uri=http%3

Re: [css-d] Why this page moves?

2009-03-10 Thread Ian Young
> To: css-d@lists.css-discuss.org > Subject: Re: [css-d] Why this page moves? > > For prevention take a look at: > http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by- > forcing-a-scroll-bar/ Oh yuck. There must be a more elegant solution than forcing scroll b

[css-d] Button width in IE6

2009-03-11 Thread Ian Piper
7;d be grateful. Thanks, Ian. -- ianpi...@mac.com 07590 685840 | 01926 811383 css ul#mainNav { margin: 80px 10px 10px 15px; padding: 5px 0; list-style: none; display: inline; float: left; width: 990px; } ul#mainNav a {

Re: [css-d] 1px jog help

2009-03-11 Thread Ian Young
p > > Thanks for the speed! I've made the suggested changes and am seeing > the jog still in firefox 3.0.7. It is most apparent just above the > logo in the header when the window is resized slowly. Hmm... any > other thoughts? You might try fixing slight CSS error - line

[css-d] IE7 and whitespace.

2009-03-13 Thread Ian Young
has extra space between it and the nav2 div above. Any thoughts? BTW As it is a work in progress the png images are not all fettled for IE6. Ian Young Director IY e-Solutions __ css-discuss [cs...@lists.css-di

Re: [css-d] IE7 and whitespace.

2009-03-13 Thread Ian Young
> To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] IE7 and whitespace. > > Ian Young wrote: > > > http://www.dbadvertising.co.uk/dev/home-test3.html > > > > The "address" image has extra space between it and the nav2 div >

Re: [css-d] IE7 and whitespace.

2009-03-13 Thread Ian Young
couple of other things that I think will make a difference and may not need "fixes" Thanks as always for your input. Cheers Ian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listi

[css-d] Extra spcae between columns in IE6

2009-03-17 Thread Ian Piper
question is, what am I missing in getting these three columns to float properly next to each other and use the space properly? The css is here: http://localhost/ruberyowen/css/styles.css The xhtml is here: http://localhost/ruberyowen/index.htm Anyway, any guidance would be appreciated. Ian

Re: [css-d] Suckerfish over images in IE looses block definition

2006-10-19 Thread Ian Young
IE6 doesn't work at all on any page For IE6 to work, you will need the csshover page and following in body tag body {behaviour:{url(./csshover.htc)} This triggers the hover function in IE6. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 /

Re: [css-d] new css designer - comments please

2006-10-20 Thread Ian Young
uot;;> http://www.w3.org/1999/xhtml";> Then for starters, sort out all your end tags from > to /> If you sort out your html first it will be easier to see what the problem is elsewhere. As someone who is still on the steep learning curve, I too have learned the hard way!! Ian

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Ian Young
tyle sheet for IE6). BTW. There are some errors in your Joomla template (extra slashes) which will prevent the code being read (see lines 9&10) Good luck Ian PS Your HTML doesn't validate :-( __ css-discuss [EMAIL

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Ian Young
t; > > See my example at: > > http://www.iyesolutions.co.uk/templates/dropdown-menu/ > > > > All you need to do is to add your colour scheme or compare line by line > > (there is no need to have a separate style sheet for IE6). > Thanks Ian, > > I will have

Re: [css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread Ian Young
and > http://barclaycardbusiness.metafaq.com/clients/barclaycardbusiness/transvers al.css > > Thanks in advance > James The default a: code in global.css is text-decoration:underline. I would try .pager a{text-decoration:none}

Re: [css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread Ian Young
> [mailto:[EMAIL PROTECTED] Behalf Of James Leslie > Sent: 20 October 2006 13:09 > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] Lines appearing under edges of linked images on hover > > > Thanks Ian, thats fixed it... Can't believe I missed that! > James &

Re: [css-d] Strange Navigation Menu Problems

2006-10-22 Thread Ian Young
ri=http%3A%2F%2Fwww.oscar-radio.org %2Fstatic Also good idea to put JavaScript "showtime" and "sfhover" off page. Have a quick look at http://www.iyesolutions.co.uk/examples/dropdown-menu/ which should give you the answer to you menu issues. Ian -- No virus found in this outgoing

Re: [css-d] Footer problem in IE

2006-10-23 Thread Ian Young
anyone have a solution? > > IE doesn't recognise margin-left:auto;margin:right:auto. to centre a div, try using percentages: eg footer {width:90%;margin:0 5% 0%} Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Databas

[css-d] multiple menu strife

2006-10-24 Thread Ian Young
I had the whole thing working fine last evening. Anyone care to cast their eye over it and see what I have missed? http://www.iyesolutions.co.uk/examples/dropdown-menu/test3.html CSS is embedded in page for ease Cheers Ian **IMPO

Re: [css-d] multiple menu strife

2006-10-24 Thread Ian Young
> Ian: > > Thanks for the compliment. > > As a habit of practice for me, when trying to get someone else's code > to work, I find that it's usually best to set it up "as is" to see if > everything works before I alter the code to my liking. > > A q

Re: [css-d] multiple menu strife sorted

2006-10-24 Thread Ian Young
ed the problem above - all in the "nav a" code. Still not 100% as there is an extra space on hover where there is another sub-menu and in IE7 there is still the tendency for all submenus to appear. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1

Re: [css-d] multiple menu strife sorted

2006-10-25 Thread Ian Young
as this caused a glitch in IE7. New one seems to work ok. Thanks all. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.11/496 - Release Date: 24/10/2006 __

[css-d] Safari not piccking up a style

2006-10-26 Thread Ian Piper
essage is unstyled and the buttons are simply ranged left, one non-breaking space from the text. In summary it looks like Safari is ignoring the "label" style, but why? http://www.ianmathie.com/purchase.htm Thanks, Ian. -- Ian Piper [EMAIL PROTECTED] Key Minder : easy to use, in

Re: [css-d] Safari not piccking up a style

2006-10-26 Thread Ian Piper
ow! Well that really has confused me. Perhaps some instability in Safari? Style sheet caching? Hey ho. Thanks for your help anyway. Regards, Ian. -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

Re: [css-d] I've got a problem with CSS and WordPress

2006-10-30 Thread Ian Young
on in the page itself. Not sure why you have used a table design as WordPress is brilliant at runnng CSS based designs without adding any extra code. Regards Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version:

Re: [css-d] Horizontal Dropdown Menu Problem IE6

2006-11-03 Thread Ian Young
ttp://www.ism.ws/files/style/test.css. > > Any help would be appreciated. > Taryn I have found that in IE6 you need to define the width for the a:link for the li ul li. it doesn't seem to do it for ul ul. I am not saying that is the best way to do it, but it has been the only way I

[css-d] IE6 vs IE7

2006-11-05 Thread Ian Parsons
Hi all, So as to remain somewhat on topic, I'll phrase my question carefully ;) With regards to CSS, is IE7 more or less friendly than IE6? Thanks! Ian www.k5zm.com __ css-discuss [EMAIL PROT

Re: [css-d] IE6 vs IE7

2006-11-05 Thread Ian Young
> > > So as to remain somewhat on topic, I'll phrase my question carefully ;) > > > > With regards to CSS, is IE7 more or less friendly than IE6? > > > > Thanks! > > > > Ian That depends on your point of view. If you mean is it more compliant t

Re: [css-d] IE 6 - Arrrggg....

2006-11-07 Thread Ian Young
Can't see the reason. It should sit underneath the #top div without recourse to absolute positioning. I would be tempted to address those issues first. Cheers Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.13.30/521 - R

[css-d] Form background -collapsed margins?

2006-11-08 Thread Ian Young
Both CSS and xhtml validate. Ian **IMPORTANT* *** This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the int

Re: [css-d] Form background -collapsed margins?

2006-11-08 Thread Ian Young
specifying a width of 12em on all inputs creates an interesting > effect on your radio buttons in gecko browsers. :-) That's torn it!! Just looked in Opera - totally broken. Looks like back to the drawing board. Thanks for heads up on Geckos, Roger and for fix for form. I'll go t

Re: [css-d] Horizontal navigation menu problem in Firefox

2006-11-22 Thread Ian Young
s along with 100% widths. The math doesn't add up. For good drop downs I would visit Stu Nicholl's site at: http://www.cssplay.co.uk/menus/drop_examples.html or Tedd's at: http://sperling.com/examples/menuh/ Follow these closely and you cannot go far wrong. Design so that they work in

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

2006-11-22 Thread Ian Young
rapper-main positioned relative. I would tend to write something like: #wrapper-main{ width: min-height:550px; height:auto !important; margin:0 auto; } which will work for IE6 and the better browsers. This is nice site - but need to get the basics right. Cheers ian -- No virus found in this out

Re: [css-d] Easy question on differing IE & FF margins

2006-11-22 Thread Ian Young
#3a2a1a solid; right: 10px; width: 250px; float: right; } #content { background-color:#807060; margin-left: 162px; margin-right: 262px; } I have also changed your border to a number so that the math computes However, in a separate isseu, you will also

Re: [css-d] Site Check - Logo Flicker in IE 6.0

2006-11-22 Thread Ian Young
Subject: [css-d] Site Check - Logo Flicker in IE 6.0 > > > Can everyone please take a quick look at the following site: > > *http://tinyurl.com/vzmwy > No flicker on my machine. Win Xp IE 6 standalone. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition

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

2006-11-23 Thread Ian Young
you. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Charles Blaquičre > Sent: 23 November 2006 01:31 > To: CSS-Discuss > Subject: Re: [css-d] html, body {min-height: 100%} fails in Firefox & IE7 > > > Ian Young wrote:

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 b

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

2006-11-23 Thread Ian Young
k in the > first word of > each line. > > Thanks, hope you can help me. > __ Want to give us a URL so we can see the problem? Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version:

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

2006-11-25 Thread Ian Young
t in > FF2, the main div is very short... I know its something simple > though... > Not sure what the problem is but IE6 standalone WinXP looks ok to me. However, you have a large number of mark-up errors probably caused by a faulty DocType. Maybe attend to those first and then see how i

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

2006-11-25 Thread Ian Young
The > (80%-wide) body loses its off-white background color past the initial > browser viewport. > > Thanks to you and Ian for your interest in this. Now that the > site is live, > I'd like to fix this IE7 bug ASAP. I really feel exposed. > > If you define the background

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

2006-11-26 Thread Ian Young
ears to be a very complicated CSS for what is a bog standard three col, header and right col. However, to the matter in hand - have you tried defining the a: link etc for the left hand col? I don't see that at the moment. Cheers Ian -- No virus found in this outgoing message. Checked by A

<    1   2   3   4   5   6   7   >