Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Karl DeSaulniers
No he probably copied the code I sent him. I threw together a quick example that had a span wrapping his elements. It should have been a div or a paragraph. Sorry Crest. Update that span to a div if your using my example. Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Feb

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Philip Taylor
Tom Livingston wrote: > I do not. I was assuming the HTML couldn't be changed. The best thing to do > is get rid of the span. OK. I had in mind Crest's previous message in which he said he had been booted out of a project because of a coding error on his part. It therefore seemed wise to w

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Tom Livingston
I do not. I was assuming the HTML couldn't be changed. The best thing to do is get rid of the span. On Thu, Feb 23, 2017 at 5:04 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher > > wrote: > >> I'm strictly having to use inline style sh

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Philip Taylor
Tom Livingston wrote: > On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher > wrote: >> I'm strictly having to use inline style sheets. My goal is to reposition >> the tag I'm about to mention vertically on the page. >> >> I have a nested within a , when I try to style the tag I >> can't reposi

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Tom Livingston
On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher wrote: > I'm strictly having to use inline style sheets. My goal is to reposition > the tag I'm about to mention vertically on the page. > > I have a nested within a , when I try to style the tag I > can't reposition the contents within the tag

[css-d] Styling Inline tag vertically

2017-02-23 Thread Crest Christopher
I'm strictly having to use inline style sheets. My goal is to reposition the tag I'm about to mention vertically on the page. I have a nested within a , when I try to style the tag I can't reposition the contents within the tag using margins. When I attempt to style the the using margins I als

[css-d] styling a menu button using pseudo elements

2015-05-30 Thread Erik Visser
Hi all, I've implemented a menu for smaller screens ( 584px and smaller ): Works quite well. (any comments welcome) But Only thing is that i can't get the menu "button" looking the same on Android (4.2.2). and my browsers (safari/firefox/chrome) on mac os x. That is, using the same css,

Re: [css-d] Styling webkit search field pseudo-elements

2014-10-29 Thread Philippe Wittenbergh
> Le 29 oct. 2014 à 01:58, Nicholas Shanks a écrit : > > Does anyone know of a way to change the foreground colour of the > ::-webkit-search-decoration, ::-webkit-search-cancel-button, > ::-webkit-search-results-button, or ::-webkit-search-results-decoration > pseudo-elements? input[type="se

[css-d] Styling webkit search field pseudo-elements

2014-10-28 Thread Nicholas Shanks
Hi guys. Does anyone know of a way to change the foreground colour of the ::-webkit-search-decoration, ::-webkit-search-cancel-button, ::-webkit-search-results-button, or ::-webkit-search-results-decoration pseudo-elements? Specifically, I want to change the foreground colour to white when the

Re: [css-d] Styling a menu

2014-10-16 Thread Peredur
El 16/10/14 a las 23:01, Eric escribió: Peredur, I looks like this is a university's directory page/site. Well. It's a company working with potential university students. Mainly potential students from outside of the UK. Not sure how much we can generalise about what they might have or n

Re: [css-d] Styling a menu

2014-10-16 Thread Eric
Peredur, I looks like this is a university's directory page/site. If so: university = younger people younger people = modern browsers So, if this were my page I'd use flexbox and make life easy and lighten the code Flexbox on caniuse.com Just my US$0.02 wo

Re: [css-d] Styling a menu

2014-10-15 Thread Philippe Wittenbergh
Le 16 oct. 2014 à 05:28, David Laakso a écrit : > One way to do that is to put the nav after the footer in the markup. > And then absolute position the nav into a block [article] of padding. > Once you get to the media queries, the amount of padding needed can be > tweaked-- less needed at deskt

Re: [css-d] Styling a menu

2014-10-15 Thread John Andrews
Thanks, too. I think I can use this. Sitting on the sidelines, learning. --- John Andrews On Wed, Oct 15, 2014 at 4:45 PM, Peredur wrote: > El 15/10/14 a las #4, David Laakso escribió: > >> Peter, >> >> One way to do that is to put the nav after the footer in the markup. And >> then absolute

Re: [css-d] Styling a menu

2014-10-15 Thread Peredur
El 15/10/14 a las #4, David Laakso escribió: Peter, One way to do that is to put the nav after the footer in the markup. And then absolute position the nav into a block [article] of padding. Once you get to the media queries, the amount of padding needed can be tweaked-- less needed at deskto

Re: [css-d] Styling a menu

2014-10-15 Thread David Laakso
On Wed, Oct 15, 2014 at 1:04 PM, Peredur wrote: > I imagine that this will turn out to be a very simple question, but never > one to avoid displaying my own ignorance, here goes... > > I'm trying to create a layout for a website that is in dire need of > attention and this (URL below) is a mockup

[css-d] Styling a menu

2014-10-15 Thread Peredur
I imagine that this will turn out to be a very simple question, but never one to avoid displaying my own ignorance, here goes... I'm trying to create a layout for a website that is in dire need of attention and this (URL below) is a mockup of something approaching what I'm aiming for: http:/

Re: [css-d] Styling Placeholder Text not working in FireFox

2014-07-07 Thread Crest Christopher
Ah, it worked. The vendor prefix after the selector. Thanks :) Philippe Wittenbergh wrote: #message::-moz-placeholder { color: blue; } __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] Styling Placeholder Text not working in FireFox

2014-07-07 Thread Philippe Wittenbergh
Le 8 juil. 2014 à 10:21, Crest Christopher a écrit : > I'm trying to get some placeholder text to style. I've done the following but > it's not working in FireFox 30.o ? > > -moz-#message.placeholder {color:blue;} /*Style Placeholder ?*/ That is not a surprise: that is a non-sensical selecto

Re: [css-d] Styling Placeholder Text not working in FireFox

2014-07-07 Thread Karl DeSaulniers
On Jul 7, 2014, at 8:21 PM, Crest Christopher wrote: > I'm trying to get some placeholder text to style. I've done the following but > it's not working in FireFox 30.o ? > > -moz-#message.placeholder {color:blue;} /*Style Placeholder ?*/ > __

[css-d] Styling Placeholder Text not working in FireFox

2014-07-07 Thread Crest Christopher
I'm trying to get some placeholder text to style. I've done the following but it's not working in FireFox 30.o ? -moz-#message.placeholder {color:blue;} /*Style Placeholder ?*/ __ css-discuss [css-d@lists.css-discuss.org] http:/

Re: [css-d] Styling Browse button

2011-11-17 Thread David Hucklesby
On 11/16/11 9:54 PM, vijayalaxmi shinde wrote: Hi, I have used some coding for styling browse button. But it is not working on firefox and explorer too. Will you please suggest some correction if any. [code stripped] Is this any help? — -- Cordia

Re: [css-d] Styling won't take on link

2011-06-30 Thread Alex Mitchell
On Thu, Jun 30, 2011 at 11:46 PM, Kim Brooks Wei wrote: > I can't get the visited styling to take on the link in the footer at > http://is.gd/6dsvHD - can anyone spot my error? > Try the LoVe/HAte method of styling the links. (:link, :visited, :hover, :active in that order.) The reasoning? The d

[css-d] Styling won't take on link

2011-06-30 Thread Kim Brooks Wei
Hi People, I can't get the visited styling to take on the link in the footer at http://is.gd/6dsvHD - can anyone spot my error? Kimi -- [ Kimi Wei thewei.com @kimiwei (t) 862.203.8814 p o box 626 fair lawn, nj 07410 ] __ css-

[css-d] Styling blog contents

2011-06-03 Thread Gabriele Romanato
Hi list! I'm constantly occupied in my spare time to find quick answers to some of your future and possible questions. Here's a brief tutorial which summarizes the most used (and basic) CSS techniques to get started with your blogs: http://onwebdev.blogspot.com/2011/06/css-styling-blog-con

[css-d] Styling a Twitter feed

2011-05-30 Thread Gabriele Romanato
After publishing a post on how to style a Twitter widget, I continue my series on Twitter by explaining how to generate and style a Twitter feed, using either a server or client-side approach: http://onwebdev.blogspot.com/2011/05/css-styling-twitter-feed.html You can either use a jQuery plug

[css-d] Styling an input type="file"

2011-05-20 Thread Laurens van Vliet
Hi, I'm using the technique in this article http://www.quirksmode.org/dom/inputfile.html for a while now, to show a upload progress bar in a input type="file" upload element, and it is working perfect for me in Firefox and IE browsers. My question is if someone can help me to get a nice progres

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Tim Climis
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Gates, Jeff > Sent: Thursday, April 28, 2011 11:19 AM > To: Chetan Crasta > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Styling S

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
I have made the corrections and put the page here: http://roughtech.com/t/intro.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 11:53 AM, "Chetan Crasta" wrote: Remove this style: #primary-nav li { /* background: url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";) no-repeat scroll left top transparent; */ } and put it here #primary-nav .tab_navigation > ul > li { background: url("

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 3:41 PM, "Chetan Crasta" wrote: I have made the corrections and put the page here: http://roughtech.com/t/intro.html Regards, Chetan Crasta Chetan, THANK YOU very much. I really appreciate the help! Jeff __ css-disc

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 12:26 AM, Gates, Jeff wrote: > Okay, I did as you suggested No you didn't. Line 288 and 297 are commented out. Remove the /* and */. Also, change #intro .nav-introduction a to #intro .nav-introduction > a Also, there are some errors in the HTML that should be corrected

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
Remove this style: #primary-nav li { /* background: url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";) no-repeat scroll left top transparent; */ } and put it here #primary-nav .tab_navigation > ul > li { background: url("http://africanamericanart.si.edu/themes/fromsc

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 11:02 AM, "Chetan Crasta" wrote: To apply styles only to the first level s, use this selector: #primary-nav .tab_navigation > ul > li I'm sorry, Chetan, but I'm not getting it. Is "#primary-nav .tab_navigation > ul > li" the actual way you are suggesting writing the id? And, if so,

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
To apply styles only to the first level s, use this selector: #primary-nav .tab_navigation > ul > li Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

[css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
I have a question about styling submenus differently from the primary menus of a dropdown menu. I've created styles for the dropdown menus, but at the moment these dropdowns are inheriting the tabbed look of my primary menus. I'm experimenting with using the Superfish dropdown menu. Here's my ht

Re: [css-d] Styling and

2011-04-25 Thread Chetan Crasta
> You could go about it in this way: > For the home page, give the body tag the class "home" ( class="home">), for the About Us page, () and > so on. > The menu items should also have classes, eg ( class="home">HomeAbout Us...). > > Your css should look like this: > > .home .home { display:none;} >

Re: [css-d] Styling and

2011-04-25 Thread Jukka K. Korpela
David Hucklesby wrote: If I understand you correctly, you want a consistent menu structure on every page, but want to style the current page item differently? If so, perhaps you can replace the A element with something else, just for that one item? Probably the simplest way is to use ... with

Re: [css-d] Styling and

2011-04-25 Thread Chetan Crasta
You could go about it in this way: For the home page, give the body tag the class "home" (), for the About Us page, () and so on. The menu items should also have classes, eg (HomeAbout Us...). Your css should look like this: .home .home { display:none;} .about_us .about_us, .contact_us .contact_u

Re: [css-d] Styling and

2011-04-25 Thread David Hucklesby
On 4/25/11 1:00 PM, Neil Hunt wrote: I am trying to do the following: (1) Create a menu where the "home" button does not appear on the "home page." I added css to make the display property=none for the "home" button on the home page using the id's for the page(body), menu(ul) and menu item(li).

Re: [css-d] Styling and

2011-04-25 Thread Dan Kaufman
@lists.css-discuss.org] On Behalf Of Neil Hunt Sent: Monday, April 25, 2011 1:00 PM To: css-d@lists.css-discuss.org Subject: [css-d] Styling and I am trying to do the following: (1) Create a menu where the "home" button does not appear on the "home page." I added css to make the

[css-d] Styling and

2011-04-25 Thread Neil Hunt
I am trying to do the following: (1) Create a menu where the "home" button does not appear on the "home page." I added css to make the display property=none for the "home" button on the home page using the id's for the page(body), menu(ul) and menu item(li). See code below... (2) Change color of

[css-d] Styling forum posts

2011-04-10 Thread Gabriele Romanato
Hi. The solution presented below uses fixed sizes (that's disgusting!). Did you try something similar in a fluid fashion? Please let me know and link your examples, if any: http://onwebdev.blogspot.com/2011/04/css-styling-forum-posts.html I'd like to test something with table cells values,

[css-d] Styling a spreadsheet

2011-04-03 Thread Gabriele Romanato
Hi. A simple demo/test on form elements and tables: http://onwebdev.blogspot.com/2011/04/css-styling-spreadsheet.html I've applied my personal recipe to get a consistent height for input elements: input {font: 1em family;} A little bit of jQuery just to show a title attribute on each input.

[css-d] Styling a definition list

2011-04-03 Thread Gabriele Romanato
Hi, I've followed another approach to create the effect of a table-like definition list: http://onwebdev.blogspot.com/2011/04/css-styling-definition-list.html Works even in IE6. Enjoy! :-) HTH http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldo

[css-d] Styling a YouTube video gallery

2011-03-30 Thread Gabriele Romanato
After dozens of useless tests on inline-block elements, I decided to create something a little bit more useful for css-d readers. Since now I know all the nuts and bolts of iframes, why don't create a YouTube fluid video gallery? http://onwebdev.blogspot.com/2011/03/css-styling-youtube-vide

Re: [css-d] Styling a video gallery (and apologies)

2011-03-21 Thread David Laakso
On 3/21/11 6:48 AM, Gabriele Romanato wrote: I was wondering if it was possible to apply the same CSS techniques of fluid image galleries to video galleries. I just made this test: http://onwebdev.blogspot.com/2011/03/css-styling-video-gallery.html Btw, do you know some server-side script to

[css-d] Styling a video gallery (and apologies)

2011-03-21 Thread Gabriele Romanato
First of all, I'd like to say that I'm awful sorry for the flames and my stupid behavior on my last post on IE. I'd like to apologize with people that may have felt offended by me. I got a serious attitude problem, plus I'm Italian... so you got my picture: an impulsive, immat

Re: [css-d] Styling an XML table (plus a question)

2011-03-13 Thread Philip Taylor (Webmaster, Ret'd)
David Laakso wrote: Dunno [I know from nothing]. But I am curious why the page throws an horizontal scroll bar? document { display: block; width: 100%; margin: 8px; ... } Philip Taylor -- Not sent from my i-Pad, i-Phone, Blackberry, Blueberry, or any such similar poseurs' toy, non

Re: [css-d] Styling an XML table (plus a question)

2011-03-13 Thread David Laakso
On 3/13/11 5:26 AM, Gabriele Romanato wrote: The great majority of web developers don't use XML. Actually, they despise it. That's why XHTML 1.1 has failed, together with SMIL, SVG and other SGML-based languages. Everybody loves HTML. So why don't we turn an XML tabular structure into an HTML

[css-d] Styling an XML table (plus a question)

2011-03-13 Thread Gabriele Romanato
The great majority of web developers don't use XML. Actually, they despise it. That's why XHTML 1.1 has failed, together with SMIL, SVG and other SGML-based languages. Everybody loves HTML. So why don't we turn an XML tabular structure into an HTML table using CSS to present it? http://

Re: [css-d] styling table to have blank rows?

2011-02-22 Thread Chris F.A. Johnson
On Tue, 22 Feb 2011, Tom Livingston wrote: If only I could stay on this page long enough to inspect it, before being redirected to lynneheller.com     Oops! I put the refresh on the wrong page. Now fixed. -- Chris F.A. Johnson,

Re: [css-d] styling table to have blank rows?

2011-02-22 Thread Tom Livingston
If only I could stay on this page long enough to inspect it, before being redirected to lynneheller.com >     > -- Tom Livingston | Senior Interactive Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com

[css-d] Styling Google AdSense

2011-02-21 Thread Gabriele Romanato
Just a quick-and-dirty work with my console on Chrome with some Google ads: http://onwebdev.blogspot.com/2011/02/css-styling-google-adsense.html I didn't test it because I don't have an AdSense account (it's impossible to me to make money with all the trash I write :-D) so it would be inte

Re: [css-d] styling table to have blank rows?

2011-02-20 Thread Chris F.A. Johnson
On Sun, 20 Feb 2011, Zachary Uram wrote: Hi, I am making a table and I wish it to be like this: [ Table Heading] [ blank row ] [site name] [site URL ] [ blank row ] [site name

Re: [css-d] styling table to have blank rows?

2011-02-20 Thread Freelance Traveller
On Sun, 20 Feb 2011 18:31:00 -0500, Zachary Uram wrote: >I am making a table and I wish it to be like this: >[ Table Heading] >[ blank row ] >[site name] >[site URL ] >[ blank row ] >

[css-d] styling table to have blank rows?

2011-02-20 Thread Zachary Uram
Hi, I am making a table and I wish it to be like this: [ Table Heading] [ blank row ] [site name] [site URL ] [ blank row ] [site name] [site URL

Re: [css-d] Styling a content slider (demo)

2011-01-29 Thread David Laakso
On 1/29/11 5:28 PM, Gabriele Romanato wrote: Hi. I didn't test this in IE6. Any test and screenshot will be appreciated. Please specify your IE6 build version (SP1, SP2, no service pack, etc). thanks: Gabriele Romanato Demo Unrecognized link element or xml-stylesheet PI. ~d -- http://chelsea

[css-d] Styling a content slider (demo)

2011-01-29 Thread Gabriele Romanato
Hi. I didn't test this in IE6. Any test and screenshot will be appreciated. Please specify your IE6 build version (SP1, SP2, no service pack, etc). thanks: http://onwebdev.blogspot.com/2011/01/css-styling-content-slider.html ps. border-radius don't work because IE8- doesn't support it. just for

Re: [css-d] Styling Image Links

2011-01-14 Thread Shawn Lawler
On 1/14/2011 9:13 AM, Gates, Jeff wrote: On 1/14/11 10:07 AM, "Jukka K. Korpela" wrote: The clean approach is to use selectors that are more specific than those in rules that are to be overridden. E.g. #right a.download-file:link { border-bottom: none; } On 1/14/11 10:11 AM, "Germán Martínez"

Re: [css-d] Styling Image Links

2011-01-14 Thread Gates, Jeff
On 1/14/11 10:07 AM, "Jukka K. Korpela" wrote: The clean approach is to use selectors that are more specific than those in rules that are to be overridden. E.g. #right a.download-file:link { border-bottom: none; } On 1/14/11 10:11 AM, "Germán Martínez" wrote: it's not working because the selec

Re: [css-d] Styling Image Links

2011-01-14 Thread Germán Martínez
Hi Jeff, it's not working because the selector "#right a" has a higher specificity than ".download-file". I'm assuming that those images are also inside the #right element, then you should use: #right a.download-file { border-bottom: none; } Hope that helps On Jan 14, 2011, at 9:35 AM, Gate

Re: [css-d] Styling Image Links

2011-01-14 Thread Jukka K. Korpela
Gates, Jeff wrote: I have applied a style to my links with this css: #right a:link {text-decoration: none; border-bottom: dotted 1px #666;} [...] This puts a nice dotted line under each link. Interesting, though it might be confused, by some visitors, with dotted underline of abbrevia

[css-d] Styling Image Links

2011-01-14 Thread Gates, Jeff
I have applied a style to my links with this css: #right a:link {text-decoration: none; border-bottom: dotted 1px #666;} #right a:visited {text-decoration: none; border-bottom: dotted 1px #666;} #right a:hover {text-decoration: none; border-bottom: dotted 1px #666;} #rig

[css-d] Styling a search form

2011-01-04 Thread Gabriele Romanato
Another work for css-discuss. This time I'm using a dirty positioning trick on a basic search form: http://onwebdev.blogspot.com/2011/01/styling-search-form-with-css.html You can also use a background image, but if you do so, the user will be forced to press Enter to submit the form. HTH :

[css-d] Styling a Twitter widget with CSS

2010-12-31 Thread Gabriele Romanato
I started using Twitter a little more only during these holidays. Here's my Xmas gift to css-d: http://onwebdev.blogspot.com/2010/12/css-styling-twitter-widget.html We're talking about JS that creates styles... oh my, so we have to override them! :-) HTH :-) http://www.css-zibaldone.com

Re: [css-d] styling text area

2010-12-27 Thread David McGlone
On Monday, December 27, 2010 10:44:36 am David Laakso wrote: > On 12/27/10 10:29 AM, David McGlone wrote: > > Hi everyone, > > > > I am wondering if it's possible to use css to style a text area in finer > > detail than just using "cols" and "rows" in the tag. I have a text area > > on a contact

Re: [css-d] styling text area

2010-12-27 Thread David McGlone
On Monday, December 27, 2010 10:40:12 am Germán Martínez wrote: > Hi David, > > Yes, it is possible to style a using CSS. > Just add a width, if you want the textarea to fit the width of its > contatiner use width: 100%; (I'd recommend defining a height too). > > Try this code: > > .mailform

Re: [css-d] styling text area

2010-12-27 Thread David Laakso
On 12/27/10 10:29 AM, David McGlone wrote: Hi everyone, I am wondering if it's possible to use css to style a text area in finer detail than just using "cols" and "rows" in the tag. I have a text area on a contact page, but by just using cols and rows I get different results in different browse

Re: [css-d] styling text area

2010-12-27 Thread Germán Martínez
Hi David, Yes, it is possible to style a using CSS. Just add a width, if you want the textarea to fit the width of its contatiner use width: 100%; (I'd recommend defining a height too). Try this code: .mailform { margin: 0 10px; border: 1px solid black; width: 100%; height: 400px; } Let

[css-d] styling text area

2010-12-27 Thread David McGlone
Hi everyone, I am wondering if it's possible to use css to style a text area in finer detail than just using "cols" and "rows" in the tag. I have a text area on a contact page, but by just using cols and rows I get different results in different browsers. Here's my codes: text area code: cs

[css-d] Styling blog comments

2010-12-06 Thread Gabriele Romanato
Hi all! My 2 cents on the subject: http://onwebdev.blogspot.com/2010/12/css-styling-blog-comments.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] Styling form elements

2010-09-21 Thread Tim White
On Tue, Sep 21, 2010 at 10:31 AM, Thierry Koblentz wrote: >> Hope this might be useful for beginners: >> >> http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html > > I don't think using a UL for this makes sense. > If you want to wrap every label/input pair then why not using DIVs? I

Re: [css-d] Styling form elements

2010-09-21 Thread Thierry Koblentz
Hi Gabriele, > Hope this might be useful for beginners: > > http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html I don't think using a UL for this makes sense. If you want to wrap every label/input pair then why not using DIVs? Isn't what they are for? -- Regards, Thierry www.tj

[css-d] Styling form elements

2010-09-21 Thread Gabriele Romanato
Hi! Hope this might be useful for beginners: http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/

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

2010-08-27 Thread Steven DuBois
On 08/27/2010 04:04 PM, Linda Miller, DVM wrote: > 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 > > http://alpha.libre.

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

[css-d] Styling a star ratings widget

2010-08-27 Thread Thierry Koblentz
I thought people may be interested in the CSS technique used with this solution: http://www.yuiblog.com/blog/2010/08/24/developing-an-accessible-star-ratings -widget/ -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz _

Re: [css-d] styling a col

2010-08-11 Thread Philippe Wittenbergh
On Aug 12, 2010, at 10:23 AM, Rick Pasotto wrote: > Every cell in the row has the same classname but I only want a different > style for the first and last cells (It's a calendar). The way the > template is written I have no way of applying a style to only some of > the cells in the row. td:firs

Re: [css-d] styling a col

2010-08-11 Thread Rick Pasotto
On Thu, Aug 12, 2010 at 10:44:48AM +0900, Philippe Wittenbergh wrote: > > On Aug 12, 2010, at 10:23 AM, Rick Pasotto wrote: > > > Every cell in the row has the same classname but I only want a different > > style for the first and last cells (It's a calendar). The way the > > template is written

Re: [css-d] styling a col

2010-08-11 Thread Rick Pasotto
On Wed, Aug 11, 2010 at 04:16:56PM -0700, Alex Mitchell wrote: > On Wed, Aug 11, 2010 at 1:34 PM, Rick Pasotto wrote: > > > How can I style only some cells in a col? The cells I want to style have > > a class that I can use. I can style the col but that applies the style > > to all the cells in t

Re: [css-d] styling a col

2010-08-11 Thread Alex Mitchell
On Wed, Aug 11, 2010 at 1:34 PM, Rick Pasotto wrote: > How can I style only some cells in a col? The cells I want to style have > a class that I can use. I can style the col but that applies the style > to all the cells in the col. > > It may be a matter of using the right selectors, but no combi

[css-d] styling a col

2010-08-11 Thread Rick Pasotto
How can I style only some cells in a col? The cells I want to style have a class that I can use. I can style the col but that applies the style to all the cells in the col. It may be a matter of using the right selectors, but no combination I've tried has worked. -- "The liberty the citizen enjo

Re: [css-d] styling text inside a div

2010-07-12 Thread Felix Miata
On 2010/07/12 09:31 (GMT-0400) Andy B. composed: > I have some questions about creating styles for 3 lines of text that are in > a div that is 298px wide and 75px tall. > 1. For each line of text, what container would you use? For an example, p, > div or span? > 2. I need to create the styles, bu

Re: [css-d] styling text inside a div

2010-07-12 Thread David Laakso
Andy B. wrote: > Ok. Then what about the first 2 lines? I'm thinking line 1 at 2em and line 2 > at 1.5em. Very short phrases: Line 1 is Eternity Records presents and line2 > is "In Him". I can move the tagline over to the right side of the header > since it has most of the header space anyways. I'm

Re: [css-d] styling text inside a div

2010-07-12 Thread Claude Needham
> Line3: The text "For in Him we move and live and have our being... (Acts > 17:28)" should: > - Be on a line all by itself. > - Be the same font size as the text on the rest of the page. Do you perhaps mean to say "Be in a sentence all by itself?" The reason I ask is that my email program is wid

Re: [css-d] styling text inside a div

2010-07-12 Thread David Laakso
Andy B. wrote: > I have some questions about creating styles for 3 lines of text that are in > a div that is 298px wide and 75px tall. > > Line3: The text "For in Him we move and live and have our being... (Acts > 17:28)" should: > > - Be on a line all by itself. > - Be the same font size as the te

Re: [css-d] styling text inside a div

2010-07-12 Thread Bill Braun
Andy B. wrote: > I have some questions about creating styles for 3 lines of text that are in > a div that is 298px wide and 75px tall. > > 1. For each line of text, what container would you use? For an example, p, > div or span? > 2. I need to create the styles, but don't quite know where to start.

[css-d] styling text inside a div

2010-07-12 Thread Andy B.
I have some questions about creating styles for 3 lines of text that are in a div that is 298px wide and 75px tall. 1. For each line of text, what container would you use? For an example, p, div or span? 2. I need to create the styles, but don't quite know where to start. Line 1: The text "Eternit

Re: [css-d] Styling an hCard with CSS

2010-06-20 Thread Thierry Koblentz
Hi Gabriele, > Here we don't need a 100% support to IE6, simply because this browser > (but also 7 and 8), doesn't support microformats. HTH :-) What do you mean by that? Isn't Microformats plain old HTML? A lot of it :) -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

Re: [css-d] Styling an hCard with CSS

2010-06-20 Thread David Laakso
Gabriele Romanato wrote: > An hCard is a microformat specification. I've played a little bit with > it: > > http://onwebdev.blogspot.com/2010/06/styling-hcard-with-css.html > > Here we don't need a 100% support to IE6, simply because this browser > (but also 7 and 8), doesn't support microforma

[css-d] Styling an hCard with CSS

2010-06-19 Thread Gabriele Romanato
Hi all! An hCard is a microformat specification. I've played a little bit with it: http://onwebdev.blogspot.com/2010/06/styling-hcard-with-css.html Here we don't need a 100% support to IE6, simply because this browser (but also 7 and 8), doesn't support microformats. HTH :-) Gabriele Romanat

Re: [css-d] styling non-english fonts

2010-06-19 Thread Andrew Cunningham
On 19 June 2010 05:00, Mark Richards wrote: > > The solution for Firefox, in my case, was to apply a lang attribute to > the elements in question, thus instructing Firefox to choose Chinese > fonts for all the characters instead of trying to use Japanese fonts for > some and Chinese fonts for othe

Re: [css-d] styling non-english fonts

2010-06-19 Thread Andrew Cunningham
On 19 June 2010 05:02, Angela French wrote: > Well, I'm on my 7th out of 11 languages today, and only Khmer proved to be > trouble so far.    And yes I am adding the xml:lang attribute to the content > div . And I specify UTF-8 in the meta tag. > if you are using xml:lang i'm assuming you're ser

Re: [css-d] styling non-english fonts

2010-06-18 Thread Chris Blake
r proved > to be trouble so far.And yes I am adding the xml:lang attribute > to the content div . And I specify UTF-8 in the meta tag. > > -Original Message- > From: Mark Richards [mailto:mark.richa...@date.com] > Sent: Friday, June 18, 2010 12:00 PM > To: Angela Fr

Re: [css-d] styling non-english fonts

2010-06-18 Thread Philippe Wittenbergh
On Jun 19, 2010, at 4:00 AM, Mark Richards wrote: >> Cambodian/Khmer >> renders vastly different font sizes between browsers. That issue with Khmer came up in the past, although I can't seem to find it in the archives (bad search-fu !). One thing I know for sure is that khmer fonts have a ver

Re: [css-d] styling non-english fonts

2010-06-18 Thread Angela French
June 18, 2010 12:00 PM To: Angela French; css-d Subject: RE: [css-d] styling non-english fonts > From: Angela French > Subject: [css-d] styling non-english fonts > > I am creating some foreign language pages. Cambodian/Khmer > renders vastly different font sizes between browsers.

Re: [css-d] styling non-english fonts

2010-06-18 Thread Mark Richards
> From: Angela French > Subject: [css-d] styling non-english fonts > > I am creating some foreign language pages. Cambodian/Khmer > renders vastly different font sizes between browsers. Other > than making style sheets for each browser to style all my > page elements, is

[css-d] styling non-english fonts

2010-06-17 Thread Angela French
I am creating some foreign language pages. Cambodian/Khmer renders vastly different font sizes between browsers. Other than making style sheets for each browser to style all my page elements, is there some other way? Angela French Internet Specialist State Board for Community and Technical Co

[css-d] styling a list

2010-06-16 Thread TriState Advantage, Kris Jacobson
Thank you Russ and David for you help. Text align: center on the ul and display: inline on the li was the trick. I have to test in all the browsers but it seems to be working. Kris J __ css-discuss [cs...@lists.css-discuss.org] h

Re: [css-d] styling a list

2010-06-15 Thread russ
>I have tried several times to style a horizontal list and this time I am >keeping at it till it works. > I am trying to center the menu inside the black bar. I have given the ul a > width and made the margins auto with text align centered. I took out some things that didn't seem needed, changed

  1   2   3   4   5   >