Re: [css-d] css style sheet toggler

2005-04-29 Thread jack fredricks
i did a google for "css style sheet toggler" (this email's subject), and funny enough, got some decent hits. for all general questions like this, it is best to first have a read through the wiki. Get familiar with it, as it is a wealth of CSS info; http://css-discuss.incutio.com/ there is a sect

[css-d] css style sheet toggler

2005-04-29 Thread Scott Haneda
I have seen on some sites, first visit, a little sheet drops down and you can click larger/smaller to I assume swap out a CSS style. Don't really know what to google on, can someone point me to some links. -- - Scott Haneda

Re: [css-d] In Foxfire page just keeps going - OK in IE 6.0

2005-04-29 Thread Arnie Shafer
Hi Dwain, I followed your idea. Now the footer show up after that long blank space. In other words it is completely detached from the rest of the page. Thanks for trying! Arnie - Original Message - From: <[EMAIL PROTECTED]> To: "Arnie Shafer" <[EMAIL PROTECTED]> Sent: Friday, April 29

Re: [css-d] CSS HELP! I just dont get it

2005-04-29 Thread Mike
The single best article I ever read on positioning was probably this one: http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating I used floats liberally for a couple years before reading this and actually "getting" it. _

[css-d] Text / Image Rollover Revised (Steve T)

2005-04-29 Thread Steve T .
I do appreciate the suggestion! However perhaps I was not clear: The image must NOT swap with another image. It must swap with text (you know,that you write in the .html file). I created this text/image CSS rollover solution for this site: http://www.loyaltywise.com The fellah that hired me

RE: [css-d] Easy CSS problem

2005-04-29 Thread Ford, Janet
If you're trying to mimic the look you'd get with the 100% width table/border, try varying the margins of the body of the document, then apply the border to the containing div like: ... (I needed to make the right margin 3px to get it to display correctly... I don't know why, however.) H

Re: [css-d] Weird hover effect in firefox

2005-04-29 Thread Rebecca Citroni
That help was much appreciated it worked, and with use of Adam's code for the links. I was a little rough on my CSS, I agree... I need to work on taking my time with that Thanks again Michael Wilson wrote: Rebecca Citroni wrote: http://www.imagebazaar.net/index.php?content=landscapes If you ho

Re: [css-d] Easy CSS problem

2005-04-29 Thread Bob Easton
- Original Message - From: Web Manager To: css-d@lists.css-discuss.org Sent: Friday, April 29, 2005 3:35 PM Subject: [css-d] Easy CSS problem I'm new to the list and also new to CSS design. I'm trying to go fully table-less and I'm running into a little problem. I have to

[css-d] In Foxfire page just keeps going - OK in IE 6.0

2005-04-29 Thread Arnie Shafer
I have no clue what is causing this page to continue way past the footer?? In IE it stops just below the footer where it should. http://www.abshafer.com/stylemaster/cs.html CSS is there too. style.css Thanks as always! Arnie Shafer

Re: [css-d] Having difficultites with navigation menu

2005-04-29 Thread Roger Roelofs
Lisa, On Apr 29, 2005, at 5:53 PM, Goeres, Lisa M [P SAF] wrote: I am having some troubles with my navigation menu not lining up left. The site uses a combination of 2 sites with css, but I can't seem to figure out what is causing my problem. I have been working on this for hours now and thought it

Re: [css-d] Site check. IE 6 gets it wrong, IE 5.5 gets it right???

2005-04-29 Thread jack fredricks
*html .sectionLanding .contentArea {width:540px} and .sectionLanding .landingSidebar {float:left; width:135px; border-right:1px solid #ccc; height:200px; background:orange} 1) each landingsidebar is 136px wide (135px + 1px border-right) 2) the star * html rule is telling IE6 to make the content

[css-d] Site check. IE 6 gets it wrong, IE 5.5 gets it right???

2005-04-29 Thread Scott Blanchard
http://v5.octane8.com/webstandards/menus/pics/activesection.htm Look at the floated elements in the content area. I want them to fill the available area 4 abreast. However, IE 6 seems to think it can't fit the 4th element even though there is enough space for it (IE 5.5 however shows the same disp

[css-d] Having difficultites with navigation menu

2005-04-29 Thread Goeres, Lisa M [P SAF]
I am having some troubles with my navigation menu not lining up left. The site uses a combination of 2 sites with css, but I can't seem to figure out what is causing my problem. I have been working on this for hours now and thought it may help to get some other eyes looking. I have combined this pa

Re: [css-d] Text / Image Swapper (Steve Tchorzewski)

2005-04-29 Thread Rafael Apocalypse
If it's on a link you can use the class/div .a:hover and change the background image! Steve T. wrote: This is a cool concept I came up with, I am using a big spacer.gif though, I would like to find a cleaner way. http://www.plattdaddy.com/rollovers/hideshow2.htm This is the "any where on the pag

[css-d] navigation and IE5(win)

2005-04-29 Thread Bert Mahoney
I originally sent this in a reply to a previous issue. I am reposting under it's own heading in hopes someone can read my plea :-). One last item I can't seem to nail on this layout is in IE 5 (not 5.5). In IE 5 the navigation is pushed to the right so that only "Home," "Products," and "Solution

[css-d] Text / Image Swapper (Steve Tchorzewski)

2005-04-29 Thread Steve T .
This is a cool concept I came up with, I am using a big spacer.gif though, I would like to find a cleaner way. http://www.plattdaddy.com/rollovers/hideshow2.htm This is the "any where on the page" version http://www.plattdaddy.com/rollovers/hideshow2.htm So #1 In what browsers dose this trick b

Re: [css-d] Easy CSS problem

2005-04-29 Thread Simon Jessey
You're getting a scrollbar because the border is making the table wider than the available area. The 100% refers to the width of the CONTENT, not the width of the table itself. The combination of content+padding+borders must add up to 100%, which is rather difficult when dealing with border widt

[css-d] Easy CSS problem

2005-04-29 Thread Web Manager
I'm new to the list and also new to CSS design. I'm trying to go fully table-less and I'm running into a little problem. I have to rebuild a table-based site in CSS. I have a div that I want 100% but with a border around it. The problem is that when the border is in place it causes the browser

Re: [css-d] Font Styles and headings

2005-04-29 Thread Lothar B. Baier
Hi Richard, Richard Brown schrieb: The problem is the actual style! Take a look at . Is it possible to get this header style? And then getting the two to arrange themselves on the same line? The header on that Page is an image, made with something like

Re: [css-d] Font Styles and headings

2005-04-29 Thread Richard Brown
Hi Chris On 29 Apr 2005, at 14:39, Christian Heilmann wrote: Then you simply style the elements, you managed with the h3s, so what is the problem with the others? :-) The problem is the actual style! Take a look at . Is it possible to get this header sty

Re: [css-d] colour differences in IE6

2005-04-29 Thread =?ISO-8859-1?Q?Gunlaug_S=F8rtun?=
Alys Morgan wrote: It looks as expected in firefox, but in IE6 the colours do not match, spoiling the effect. I got no banner-img at all in Firefox, but Opera and IE6 got it alright. Both these browsers got it "wrong", but also different. Color-profile isn't holding. Color-matching is problematic,

Re: [css-d] Font Styles and headings

2005-04-29 Thread Bart Hook
You may want to take a look at: http://www.w3schools.com/css/css_font.asp Hope this helps. Bart On 4/29/05 9:30 AM, "Richard Brown" <[EMAIL PROTECTED]> wrote: > Hi > > I have hunted on the web for an understanding of font styles and > headings. If you look at this page: > >

[css-d] Font Styles and headings

2005-04-29 Thread Richard Brown
Hi I have hunted on the web for an understanding of font styles and headings. If you look at this page: you will see that underneath the header image I have "tri-cornwall.org.uk and also news and views on Cornish tri-athlon". I would like to style the headings so tha

[css-d] colour differences in IE6

2005-04-29 Thread Alys Morgan
Hi, I'm not sure whether or not this is truly a css problem so feel free to point me elsewhere. I created a png image using the gimp for a banner, then set the colour of my left bar to match in a seamless way (by using the gimp colour picker tool to get the hex code). It looks as expected in f

Re: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread jack fredricks
sorry... after reading again i noticed the bit about these images being thumbnails. If you only want to remove the borders from thumbnail pics, you will need additional selectors, ie; a.thumbs img {border:none;} <-- all images inside anchors of the class 'thumbs' div.thumbs img {border:none;}

Re: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread Arnie Shafer
Thanks Chris. This works perfectly. Arnie Shafer - Original Message - From: "Christian Heilmann" <[EMAIL PROTECTED]> To: "Arnie Shafer" <[EMAIL PROTECTED]> Sent: Friday, April 29, 2005 8:41 AM Subject: Re: [css-d] Best way to remove link borders from thumbnails? Dear Listers, Around ea

Re: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread jack fredricks
'best' way is hard to know, as it depends on other stuff (ie you mention other borders etc) however, to remove borders from images (or anything else)..you have to set the border property! a img {border:none;} <--- images inside anchors or img {border:none;} <--- all images (including those in anc

RE: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread =?iso-8859-1?B?auly9G1lIGNvdXDp?=
>> Arnie Shafer wrote: >Around each of my thumbnail graphics is a link border ,which changes color as I mouseover them. >What is the optimum method for removing those borders. >I have other borders which I don't want to disturb. Hello There, Basically, it depends on the code you use The basic tri

Re: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread Jakob L. Skjerning
Arnie Shafer wrote: Around each of my thumbnail graphics is a link border , which changes color as I mouseover them. What is the optimum method for removing those borders. I have other borders which I don't want to disturb. This should remove borders around images inside links: a img { border: 0

RE: [css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread Shane Porter
Around each of my thumbnail graphics is a link border , which changes color as I mouseover them. What is the optimum method for removing those borders. I have other borders which I don't want to disturb. Arnie Shafer -- try: border: 0; ___

[css-d] Best way to remove link borders from thumbnails?

2005-04-29 Thread Arnie Shafer
Dear Listers, Around each of my thumbnail graphics is a link border , which changes color as I mouseover them. What is the optimum method for removing those borders. I have other borders which I don't want to disturb. Arnie Shafer __

Re: [css-d] CSS bug or browser bug?

2005-04-29 Thread Syntactic: Jim Wilkinson
Hi Peter, At http://www.captainclassfrigates.co.uk/honours/ubs.html using http://www.captainclassfrigates.co.uk/print.css when printing or using "print preview" FireFox 1.0.3 displays the Introductory paragraph fine but then displays the data table underneath it on a new page where as Opera & IE bo

Re: [css-d] javascript sniffer for mac I.E.

2005-04-29 Thread Ingo Chao
George K Ross schrieb: One of the great advantages of the internet is that it provides a reference for people who are clearly out of their depth Two pages of the wiki will guide you to the answer in case you have decided not to support IE5Mac for some reasons. http://css-discuss.incutio.com/

Re: [css-d] javascript sniffer for mac I.E.

2005-04-29 Thread Christian Heilmann
> > I need some sort of sniffer to let me know when people view to my > > site on a Mac with I.E. then I need it to send them to a page that > > says "sorry, but this site looks like crap in IE" > > Sounds like a bad strategy to me. > > If your site looks like crap in IE/Mac, don't you think visi