Re: [css-d] Selecting a following a paragraph of a given class

2010-10-19 Thread Linda Miller, DVM
Is there a way to select all tags that follow a paragraph with a given class? i.e. This is a paragraph There may be other in the HTML so I cannot use this: br {display:none;} and I cannot delete all tags. There are about 700 pages and I do not want to go through each of them to make sure

Re: [css-d] Background "bullet" for paragraphs

2010-10-18 Thread Linda Miller, DVM
I get it now. It was me that was confused. This works. p.imageBullets { background: url('Image_files/image003.gif') no-repeat left center; padding-left: 40px;margin-left:0;} I added a margin-left:0 to position it like I wanted and centered the image with the text. Is there a way to style that

Re: [css-d] Background "bullet" for paragraphs

2010-10-18 Thread Linda Miller, DVM
>p.imageBullets { background: url('Image_files/image003.gif') no-repeat top >left; padding-left: 16px;} Thanks. That is a start. But, since the image is a background, it does not "push" the text over. Instead, the image is behind the text. Should I just add nbsp; to the beginning of the stri

[css-d] Background "bullet" for paragraphs

2010-10-18 Thread Linda Miller, DVM
I have about 700 pages (eBook) that were once created in Microsoft Office. The author was not intending to create HTML pages in the beginning. I have all of the pages "cleaned up" except for one thing and I really do not want to go through each of the pages and individually alter them. The pro

Re: [css-d] Styling the control for the audio tag in HTML5

2010-08-27 Thread Linda Miller, DVM
The default control for in Mobile Safari just doesn't look right for my purposes. I would like to include my own control for the scanner (slider), play, pause, etc. Has anyone seen a demo page for this? Linda __ css-discuss

Re: [css-d] ccc drop down menu breaks in mac

2010-04-22 Thread Linda Miller, DVM
> www.bfivestudio.com They drop down for me in Safari on the Mac. __ 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 -- ht

Re: [css-d] border images

2010-04-18 Thread Linda Miller, DVM
Thank you for all of your answers...even the trashing of the sources ;-) Linda On Apr 17, 2010, at 2:41 AM, Philippe Wittenbergh wrote: To add something constructive to this thread, after thrashing your sources: You could accomplish what you want with multiple background images _

Re: [css-d] border images

2010-04-16 Thread Linda Miller, DVM
Oh yes, and this article also mentions the border-top image. http://perishablepress.com/press/2010/02/22/css3-border-properties/ Linda __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] border images

2010-04-16 Thread Linda Miller, DVM
>Are you sure that specific property exists ? >Webkit supports '-webkit-border-image Perhaps I am misreading this? http://www.css3.info/preview/border-image/ It mentions in the list "border-top-image" Linda __ css-discuss [cs.

Re: [css-d] border images

2010-04-16 Thread Linda Miller, DVM
CSS3 topic...for Safari only. I have a textarea that has a background image. The background repeats and looks like parchment paper with brown left and right edges. I also have another image that looks like the top of the paper. I want to use this as the top border image for the textarea but

Re: [css-d] Which selector to use?

2010-03-30 Thread Linda Miller, DVM
>what were you trying to do? Change the font size of the close button that has this >what was the problem? you never explained what was happening. It did not display as expected (increased font size) in Safari on the Mac but does in FireFox and Mobile Safari. #closeButton { font-size:2

Re: [css-d] Which selector to use?

2010-03-30 Thread Linda Miller, DVM
Thank you, Kata. My problem apparently was that I was testing in Safari on the Mac. I was using the #closeButton selector and just changing the font size. This did not work as expected and I should have checked it in other browsers before posting. Since it was not working correctly in Safari,

Re: [css-d] Which selector to use?

2010-03-30 Thread Linda Miller, DVM
Sorry. I should have checked this first. It must have been the browser that I was using Safari 4.0.4 on the Mac. I just tried it in Firefox and it works fine. Linda On Mar 30, 2010, at 10:42 AM, Philip TAYLOR wrote: #closeButton ? Linda Miller, DVM wrote: > I would like to style an in

[css-d] Which selector to use?

2010-03-30 Thread Linda Miller, DVM
I would like to style an input button What selector would I use to do this? There are other buttons that I do not want to style the same as this button. Thank you, Linda __ css-discuss [cs...@lists.css-discuss.org] http://w