[css-d] Positioning & Margins Problem

2007-03-16 Thread [EMAIL PROTECTED]
Hi, This may have been discussed several times so please forgive me its not new... Here is the code from the situation: (header code) .body { margin: 0 auto; text-align:center; } .wrapper { width:950px; height:800px; margin:10px; text-align left; } So far so good. My page is now centered a

Re: [css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread francky
THOMAS ROGERS wrote: > Thanks Francky, > > I changed it, but it made no difference? > > Tom > > -Original Message- > Yes, typo. ;-) > Link is: http://www.ncmhcsc.org/menu/csshover.htc > must be: http://www.ncmhcso.org/menu/csshover.htc > Hi Tom, Ah, then more investigations are need

Re: [css-d] Nav bar position incorrect in IE

2007-03-16 Thread david
~davidLaakso wrote: > David Roberts wrote: >> I added the search engine after I had checked the page so it is >> correct now. >> >> I don't see what is wrong with this >> >> http://www.education.ea.argyll- >> bute.sch.uk/" title ="Argll & Bute Education Services">Argyll >> & Bute >> >> which i

Re: [css-d] Nav bar position incorrect in IE

2007-03-16 Thread ~davidLaakso
David Roberts wrote: > I added the search engine after I had checked the page so it is > correct now. > > I don't see what is wrong with this > > http://www.education.ea.argyll- > bute.sch.uk/" title ="Argll & Bute Education Services">Argyll > & Bute > > which is line 40 > Line 40 > Column 74

[css-d] Nav bar position incorrect in IE

2007-03-16 Thread David Roberts
I added the search engine after I had checked the page so it is correct now. I don't see what is wrong with this http://www.education.ea.argyll- bute.sch.uk/" title ="Argll & Bute Education Services">Argyll & Bute which is line 40 Line 40 Column 74 Element type "a" must be followed by eith

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread David Hucklesby
> Daniel Beardsmore wrote: >> I can't believe that no-one on this list has a tried and tested way to edit >> people's >> CSS. >> Gunlaug Sørtun replied: > > Me neither :-) > > FWIW: I always use Opera -> save as -> HTML files with images. Haven't lost a > stylesheet yet - other than those that are

Re: [css-d] Nav bar position incorrect in IE

2007-03-16 Thread ~davidLaakso
David Roberts wrote: > I have been batting with this problem for some time and have been > unable to fix it. > Same as last time. And the time before that. /Start/ with behavior modification. Valdate the markup: Validate the CSS:

Re: [css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread THOMAS ROGERS
Thanks Francky, I changed it, but it made no difference? Tom -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 8:05 PM To: Tom Rogers Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Feedback needed for Drop-Down Menu Yes, typo. ;-) Link is

Re: [css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread francky
Yes, typo. ;-) Link is: http://www.ncmhcsc.org/menu/csshover.htc must be: http://www.ncmhcso.org/menu/csshover.htc Success, francky __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 infor

Re: [css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread francky
Tom Rogers wrote: > [...] > I've got it looking pretty much the way I would like it - > http://www.ncmhcso.org/sperling/test2.htm, but again I can't seem to get it > to function in IE6 on the pc. There must be some setting that I changed, > because it's pretty much the same thing that Tedd has in

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread francky
Barney Carroll wrote: > > CSSfly looks like a lot of fun - the ability to edit the xhtml is an > incredible tool. Until now I've always used Firefox's Web Developer > toolbar extension , which is > absolutely fantastic. In a similar way it allows you to vi

[css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread Tom Rogers
In a posting here earlier this week David Laakso at Chelsea Creek Studio (http://chelseacreekstudio.com/) recommended checking out the horizontal menu by Tedd Sterling at http://sperling.com/examples/menuh/. I've tried this method before at other sites but always came away confused, or with a menu

[css-d] Nav bar position incorrect in IE

2007-03-16 Thread David Roberts
Hi I have been batting with this problem for some time and have been unable to fix it. The nav bar plus the whole 'top' section is lower in IE than FF and other browsers that I have checked on this site. The URL is http://www.campbeltowngrammar.org.uk/ The first links plus the search box ar

Re: [css-d] descendant selectors

2007-03-16 Thread Donna Jones
Hi John: > I would have guessed this is the way to go about it. Maybe you can give > the a class and then assign it a background-image ? Although, I'm not > sure that's the best route. you know what, i shouldn't have written the question to begin with, just moving too fast (or faster than my

Re: [css-d] descendant selectors

2007-03-16 Thread John Lauck
I would have guessed this is the way to go about it. Maybe you can give the a class and then assign it a background-image ? Although, I'm not sure that's the best route. On 3/16/07, Donna Jones <[EMAIL PROTECTED]> wrote: > > hi all, i, and a couple of friends, are trying to figure out a > "des

[css-d] descendant selectors

2007-03-16 Thread Donna Jones
hi all, i, and a couple of friends, are trying to figure out a "descentant selector" issue. say you have this in the css: #content li a img {border: 2px solid green;} your html is some words with Firefox the image is styled. With IE7 or 6 it is not. I am leary about the "logic" an

Re: [css-d] IE 7 Navigation List Trouble

2007-03-16 Thread Glenn E. Lanier, II
> From: ~davidLaakso > Sent: Thursday, March 15, 2007 9:39 PM > > [2] http://www.jsuonline.com/online_degrees.php > On my end (XP), I get the problem in both IE6.0 and IE7.0. > On a local file I changed this: > Select an online degree program below, > or by using > the menu to the left, for addi

Re: [css-d] CSS based horizontal navigation with horizontal sublayers

2007-03-16 Thread Gaspar
Assistance for ie6 for he get hover in li startList = function() { if (document.all&&document.getElementById) { navRoot = document.getElementById("industry"); for (i=0; i

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Gunlaug Sørtun
Daniel Beardsmore wrote: > I can't believe that no-one on this list has a tried and tested way > to edit people's CSS. Me neither :-) FWIW: I always use Opera -> save as -> HTML files with images. Haven't lost a stylesheet yet - other than those that are CCed for IE/win and they are easy to down

Re: [css-d] IE 7 Margin and Menu Problems

2007-03-16 Thread Gunlaug Sørtun
Martin Davis wrote: > I don't know why, but IE 7 seems to be giving me some strange > margin/padding issues. The logo at the top is split into three images > spread into three different divs that should have no space in > between the two. Can't figure out IE 7 is adding space. Also, someone > w

[css-d] Site Check - My Simple Layout

2007-03-16 Thread GPL
I recently converted a website I use from tables to CSS to improve the code mess that was on the page and try to get it more search engine friendly. Actually I have just the template done and will begin a change over as soon as I get a few checks and recommendations. http://www.lemosnet.com/work/

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Barney Carroll
Austin Harris wrote: >> I can't believe that no-one on this list has a tried and tested way to >> edit >> people's CSS. > > I generally don't because I don't have the time due to job / family etc. > > I would be interested in seeing if anyone comes up with anything though. CSSfly looks like a l

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread John Lauck
You mean like the Firefox Web Developer extension https://addons.mozilla.org/firefox/60/ ? On 3/16/07, Austin Harris <[EMAIL PROTECTED]> wrote: > > > I can't believe that no-one on this list has a tried and tested way to > > edit > > people's CSS. > > I generally don't because I don't have the tim

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Austin Harris
> I can't believe that no-one on this list has a tried and tested way to > edit > people's CSS. I generally don't because I don't have the time due to job / family etc. I would be interested in seeing if anyone comes up with anything though. _

[css-d] ie6 float around issue

2007-03-16 Thread Brian Cummiskey
Hi guys, have a small problem in ie6 with a paragraph tag clearing a float when it shouldn't. FF and IE7 display it properly. http://tinyurl.com/26yb7t ** In ie6, the text block starts under the ad block on the right instead of next to it, and later wrapping under it. Any ideas?

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Daniel Beardsmore
Rick den Haan wrote: > I haven't tried this myself, but a quick search on mozilla's Firefox Add-ons > page delivered something that sounds like what you're looking for. > > Wonderful! That's perfect =) Thanks. Yeah, I should have realised that someone mi

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Daniel Beardsmore
Austin Harris wrote: >> Yes I know I can do this, but that's slow and tedious: I'd have to do >> this for >> every single JS file, CSS file, foreground *AND* background image, one >> by one. >> Then I'd have to alter every single file one by one to cater for >> having >> rearranged all the files

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Rick den Haan
Daniel Beardsmore wrote: > Anyone got a good way of saving pages to disc for editing? That is, when we > want to work on someone's page to correct problems. I haven't tried this myself, but a quick search on mozilla's Firefox Add-ons page delivered something that sounds like what you're looking fo

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread John Lauck
I would check out a web crawler/spider app. There's a list of open source java crawlers and spiders available here: http://www.manageability.org/blog/stuff/open-source-web-crawlers-java/view I'm not sure of how they handle css and images etc but I'm sure there's one that does so. I remember usin

Re: [css-d] Saving pages to disc for editing?

2007-03-16 Thread Daniel Beardsmore
Austin Harris wrote: > View source > copy > paste ? > > Then do the same for the style sheets. Yes I know I can do this, but that's slow and tedious: I'd have to do this for every single JS file, CSS file, foreground *AND* background image, one by one. Then I'd have to alter every single file o

Re: [css-d] IE 7 Margin and Menu Problems

2007-03-16 Thread Daniel Beardsmore
Martin Davis wrote: > Hey guys, > > I don't know why, but IE 7 seems to be giving me some strange > margin/padding issues. The logo at the top is split into three images > spread into three different divs that should have no space in between > the two. Can't figure out IE 7 is adding space. Also,

Re: [css-d] List item markers in different colour using pure CSS?

2007-03-16 Thread Barney Carroll
Daniel Beardsmore wrote: > See, the indentation no longer works when you do this. Normally, the > bullets and the text sit in two separate virtual columns: > > 1. This is some text that will wrap onto > a new line > 2. Here is another bullet > > but this technique causes the text to wrap u

[css-d] Saving pages to disc for editing?

2007-03-16 Thread Daniel Beardsmore
Anyone got a good way of saving pages to disc for editing? That is, when we want to work on someone's page to correct problems. I'm trying to save a copy of the Delta Chi page to edit it, in Windows 2000, and all I get is: * IE 6 -- saves 66% of the page, complains that it can't save it, and

Re: [css-d] tag

2007-03-16 Thread Jukka K. Korpela
On Fri, 16 Mar 2007, Bradley Wright wrote: >> .form html br{--} > > Others have answered the original question already, but just wanted > to add that the above CSS selector will never work unless you have > the following HTML: > > > > > > Oops, I missed that problem - but your ex

Re: [css-d] tag

2007-03-16 Thread kdavis
> I totally agree, I haven't used tags for a couple of years myself,\ Jim- I'm wanting to get away from using tags too and would be very interested to know what you do in place of using the tag! karen davis __ css-discuss [EMAI

Re: [css-d] tag

2007-03-16 Thread Bradley Wright
On 16 Mar 2007, at 12:31, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > .form html br{--} Others have answered the original question already, but just wanted to add that the above CSS selector will never work unless you have the following HTML:

Re: [css-d] tag

2007-03-16 Thread James Leslie
> The line-height of the containing element ( for example) will be > the thing you are wanting to adjust to change that spacing. Or maybe padding or margin, as suggested in another reply. Setting line-height for a paragraph affects _all_ lines, so it would be somewhat problematic here. Anyway, s

Re: [css-d] evenly spaced inline items

2007-03-16 Thread John Lauck
I tried using unordered lists but I can't set the width of the ul and make in inline to remove the break at the end. I've resorted to using tables, but something doesn't sit well in that solution. On 3/15/07, jeffrey morin <[EMAIL PROTECTED]> wrote: > > > > On 3/15/07, John Lauck <[EMAIL PROTECTE

Re: [css-d] tag

2007-03-16 Thread Jukka K. Korpela
On Fri, 16 Mar 2007, James Leslie wrote: >> Anyway to set the {height} element on the tag? >> >> I've tried the following: >> >> .form html br{--} >> >> .form br {--} > > The line-height of the containing element ( for example) will be the > thing you are wanting to adjust to change that spacing.

[css-d] IE6 Horizontal Menu - Last Item

2007-03-16 Thread Jehangir Larry
Please see the horizontal menu at www.teerthyatri.com in IE6. All others are fine :-) As such, it looks/behaves fine even here. But if the last 2 menu items - Contact and Services - are interchanged, so as to make Contact the very last menu item, IE6 goes crazy. Contact now becomes a bare 'list

Re: [css-d] placing problem

2007-03-16 Thread Gunlaug Sørtun
ozhan lion wrote: > I am trying to position my placeholder for my images on the right > side as you can see in this link but it's really giving me creeps. > http://share.klaweht.com/temp/first.html A float must be placed before any non-floating content (text in your case) that shall surround it.

Re: [css-d] tag

2007-03-16 Thread James Leslie
> > Anyway to set the {height} element on the tag? > > I've tried the following: > > .form html br{--} > > .form br {--} The line-height of the containing element ( for example) will be the thing you are wanting to adjust to change that spacing. The just causes the text to break to the next line

Re: [css-d] tag

2007-03-16 Thread Ian Young
> Hi, > > Anyway to set the {height} element on the tag? > > I've tried the following: > > .form html br{--} > > .form br {--} Why would you want to? That is what margin is for. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.

[css-d] tag

2007-03-16 Thread grovesdavid
Hi, Anyway to set the {height} element on the tag? I've tried the following: .form html br{--} .form br {--} __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-disc

Re: [css-d] List item markers in different colour using pure CSS?

2007-03-16 Thread Barney Carroll
Chris Hoffman wrote: > ol { > counter-reset: list; > list-style-type: none; > } > > li:before { > content: counter(list) ". "; > counter-increment: list; > color: #F00; /* and/or other styling... */ > } Chris, just read this post. It somehow passed me by the other day. Brilliant, brilliant