Re: [css-d] Any tricks to get IE:mac to refresh?

2006-02-16 Thread Larry Israel
> Is there any trick to get IE 5.2 Mac to reload *all* files short of > clearing it's cache? When testing in that browser, I would almost always keep another window open that points directly to the style sheet. Hit the reload on that, then switch to your page(s). You could do the same for one or t

Re: [css-d] newbie - problem with CSS bullets not going away and others

2005-11-29 Thread Larry Israel
Hi Laura, > and for some reason, even if I copy the exact code in my file, it puts > bullets next to the list item entries even though the CSS > (list-style-type: none) says NOT to put the bullets.. > > I have posted my code at > http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/index4.htm

Re: [css-d] Aligning text in same line

2005-11-23 Thread Larry Israel
Lst Recv wrote: > I have a , with two images. I'd like one to show on > the left and one on the right. (The div also has a repeat-x > background image). I've tried several permutations - but none get it > right. > > I also tried http://css-discuss.incutio.com/?page=AlignLeftAndRight , > but it p

Re: [css-d] Aligning text in same line

2005-11-23 Thread Larry Israel
> Is there anyway to have one line of text, with part of it aligned to > the containers left and part of it to it's right? > > Floats don't seem to work here - I don't know widths in advance, and I > don't want flow, just justification. > > Crude example of what I'd like: > > The Opera

Re: [css-d] image background color

2005-10-24 Thread Larry Israel
> given http://anyimage.png>anyimage.png > what is the css to set the background color of the > *image* itself (not the link)? To style an image via CSS, it must be contained within a web page. When viewing an image file alone in a browser, with no surrounding web page (such as the image you link

Re: [css-d] Line break issues

2005-10-19 Thread Larry Israel
> Is there any possible way to make line breaks before closed tags actually > create a line break? > Some text goes hereMore text This might well do the trick. Do a global search and replace of your web pages. Find: Replace:   The space character ensures that there is some content after the

Re: [css-d] don't want image on last link!

2005-10-18 Thread Larry Israel
You said: > I am wanting an image to appear to the right of the first > two links, but not the third (or last). > ul.sitemap li a{ > padding:0 1.5em 0 .5em; > background:url(/footer_dots.gif) right no-repeat; > } > > ul.sitemap li.last a{ > padding:0 1.5em 0 .5em; > > } Add this: ul.sitemap li.l

RE: [css-d] Problem With Moving Text to the Right

2005-10-18 Thread Larry Israel
>> The text on the bottom, that says, "Learn More About Youthtopia" should be >> aligned against the right margin, while the other text (to the left of that >> phrase) on that line should stay precisely where it is. > text-align only works on block level elements (e.g. ), table cells > and inline

Re: [css-d] changing the distance between paragraphs

2005-10-17 Thread Larry Israel
> Can I set up custom paragraph heights that do not effect the normal tag? > > first paragraph > You can't make up HTML tags. You have to use only the HTML tags that are defined in the HTML language itself. (Even XHTML is not really extensible in common usage.) You can make up classes or IDs --

Re: [css-d] Bad alignment of submit button in a table

2005-10-16 Thread Larry Israel
> The delete button lines up at the top of the cell. I want it to > vertical-align in the middle of the cell, but, unlike the text in an > adjacent cell, it doesn't obey the instruction. > > There is also more vertical space in the cell than I would like, in spite > of setting padding and margin to

Re: [css-d] IE6 and hover - csshover.htc problems

2005-10-13 Thread Larry Israel
Diane, > I've been struggling with this full time for 2 days and cannot make > IE work with the .htc file. > I've run into similar problems when using csshover.htc. IE seems especially picky about the path when using "behavior" (I don't know why). Specifying an absolute path worked for me. Have

Re: [css-d] Problem with Chris's easynav php

2005-06-25 Thread Larry Israel
> I am experimenting with Chris Heilmann's easynav php script to handle > navigation. (http://www.onlinetools.org/tools/easynav/) > > For some reason the html page stops loading right after the easynav > linked naviagation is loaded. > At http://elpweb.com/index.php Probably something wrong with

Re: [css-d] Script within a nested div

2005-06-24 Thread Larry Israel
> The page I'm working with is here: >http://www.organicgrowers.org.au/index3.php > The CSS here: http://www.organicgrowers.org.au/styles/organic.css > I got it to work in a page with only the div#edit and nothing else here: > http://www.organicgrowers.org.au/cal.php > > div#calendar{ I'm not sure

Re: [css-d] p:hover

2005-06-19 Thread Larry Israel
> The URI is: Add cursor: text; to keep the cursor from turning into a hand as it does with links. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] transparency in IE

2005-06-04 Thread Larry Israel
Steve wrote: > I would like to make a transparency for this pages background for IE6 ? > I tried it and get a gray BG in IE. > > site : http://www.rockstar4u.com/index.html At that URL, I don't see a page background attempted in either the HTML or CSS. It's probably something you're doing wrong

Re: [css-d] CSS - Looking Down the Road....

2005-05-27 Thread Larry Israel
>> I am curious to pick the brains of some of you CSS gurus out there about >> something. Without going into too much detail, are there facets of CSS >> that are coming down the pipe in the not so distant future that >>"excite" you? > > Although your question might at first seem somewhat "theoretic

Re: [css-d] link style question

2005-05-26 Thread Larry Israel
Barbara, > ok -- I think I've done it all right, but I still don't get the hover > effect on my visited links. check this page: > http://www.pcc.com/newsletter/ as an example. I think all you need to do is remove ":link" from your selectors, like this: #main a:hover, #oldmain a:hover {

Re: [css-d] Problems: Hover formatting in IE, Print styles in Firefox

2005-05-01 Thread Larry Israel
Hi Jean, > http://www.quiltingwhatnot.com/ContactMe.html > http://quiltingwhatnot.com/StyleSheet.css > > 1. In FireFox, the @media print portions of the page are showing on the > screen. You can see the repeated titles and footers. In IE, this > information is not repeating. You've got an extr