Re: [css-d] How to 'unvisited' links?

2010-12-06 Thread David Laakso
On 12/6/10 11:07 PM, David Hucklesby wrote: On 12/6/10 7:16 AM, Tim Arnold wrote: Clearing your browser history will reset all your visited links. Other than that, you will either have to change the link, or remove the visited style from your css. -Tim On Mon, Dec 6, 2010 at 10:12 AM, Yu-Hsuan

Re: [css-d] How to 'unvisited' links?

2010-12-06 Thread David Hucklesby
On 12/6/10 7:16 AM, Tim Arnold wrote: Clearing your browser history will reset all your visited links. Other than that, you will either have to change the link, or remove the visited style from your css. -Tim On Mon, Dec 6, 2010 at 10:12 AM, Yu-Hsuan Lai wrote: When I test my page's css, I wa

Re: [css-d] first-child pseudo-class on a class-level

2010-12-06 Thread Philippe Wittenbergh
On Dec 7, 2010, at 2:48 AM, Dave Solko wrote: >> Given the document structure above, maybe .description + .leading { >> background: red } ? > > > Then perhaps I should rephrase the question. Is there any way, given the > existing HTML to address the first independently of the > others? (in

Re: [css-d] Element is little bigger than inner

2010-12-06 Thread Chris F.A. Johnson
On Tue, 7 Dec 2010, Yu-Hsuan Lai wrote: My HTML is : --- --- I think that should fill up with , but in fact, is smaller than . Like this:http://ppt.cc/RqlC Can I make them the same size? Style the IMG with display:block; -- Chris F.A. Johnson, A

[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] Element is little bigger than inner

2010-12-06 Thread Shawn Lawler
Yu-Hsuan, The extra space you're describing is likely the content space reserved in a inline element for typeface descenders (the bits of letters like 'y' and 'g' that dangle). An inline image I think is by default vertically aligned to the baseline of the inline content space (which is the

Re: [css-d] first-child pseudo-class on a class-level

2010-12-06 Thread Dave Solko
On Dec 5, 2010, at 11:18 PM, Philippe Wittenbergh wrote: On Dec 6, 2010, at 12:59 PM, Dave Solko wrote: I'm trying to apply :first-child to an element with a class. It only needs to work in safari (intranet). I'm using Joomla, so changing the html isn't really an option. Can it be done?

Re: [css-d] Element is little bigger than inner

2010-12-06 Thread Chetan Crasta
Also try this: ~Chetan On Mon, Dec 6, 2010 at 10:58 PM, Chetan Crasta wrote: > Please provide a link to the page so that we can check the code. > > ~Chetan > > On Mon, Dec 6, 2010 at 10:51 PM, Yu-Hsuan Lai wrote: >> But... display:block will break my layout. >> If you consider my short link d

Re: [css-d] Element is little bigger than inner

2010-12-06 Thread Chetan Crasta
Please provide a link to the page so that we can check the code. ~Chetan On Mon, Dec 6, 2010 at 10:51 PM, Yu-Hsuan Lai wrote: > But... display:block will break my layout. > If you consider my short link doubtful, see > picasa:http://picasaweb.google.com/raincolee/UntitledAlbum#554762007545299118

Re: [css-d] Element is little bigger than inner

2010-12-06 Thread Chetan Crasta
Try ~Chetan On Mon, Dec 6, 2010 at 10:29 PM, Yu-Hsuan Lai wrote: > My HTML is : > > --- > >         > > --- > > I think that should fill up with , but in fact, is smaller > than . > Like this:http://ppt.cc/RqlC > Can I make them the same size? > > -- > Lai, Yu-Hsuan > _

[css-d] Element is little bigger than inner

2010-12-06 Thread Yu-Hsuan Lai
My HTML is : --- --- I think that should fill up with , but in fact, is smaller than . Like this:http://ppt.cc/RqlC Can I make them the same size? -- Lai, Yu-Hsuan __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] How to 'unvisited' links?

2010-12-06 Thread Tim Arnold
Clearing your browser history will reset all your visited links. Other than that, you will either have to change the link, or remove the visited style from your css. -Tim On Mon, Dec 6, 2010 at 10:12 AM, Yu-Hsuan Lai wrote: > When I test my page's css, I want to see element both :link and > :

[css-d] How to 'unvisited' links?

2010-12-06 Thread Yu-Hsuan Lai
When I test my page's css, I want to see element both :link and :visited. But I have clicked the . How to return it to :link from :visited? (without change it's URL?) -- Lai, Yu-Hsuan __ css-discuss [cs...@lists.css-discuss.org]