This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Webmaster forum > August 2006 > [PING] Blinky





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author [PING] Blinky
TechnoHippie

2006-08-17, 6:48 pm

http://www7.nationalgeographic.com/...aper_lg.1.1.jpg

Judy
--
Trippy Triangle: http://technohippie.com
Bob Saget's Best Friends: http://tinyurl.com/rup89 NSFW!!!
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html

--
Posted via a free Usenet account from http://www.teranews.com

Blinky the Shark

2006-08-17, 6:48 pm

TechnoHippie wrote:
> http://www7.nationalgeographic.com/...aper_lg.1.1.jpg


Those guys need some dental work.

Did I ever tell you about Cousin Stinky?

http://blinkynet.net/sharks/stinkydent.html


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
William Tasso

2006-08-17, 6:48 pm

Fleeing from the madness of the http://blinkynet.net jungle
Blinky the Shark <no.spam@box.invalid> stumbled into news:alt.www.webmaster
and said:

>
> http://blinkynet.net/sharks/stinkydent.html


ahem - left click on that page makes me giddy (Opera 9)


--
William Tasso

http://williamtasso.com/words/what-is-usenet.asp
Blinky the Shark

2006-08-17, 6:48 pm

William Tasso wrote:
> Fleeing from the madness of the http://blinkynet.net jungle
> Blinky the Shark <no.spam@box.invalid> stumbled into news:alt.www.webmaster
> and said:
>
>
> ahem - left click on that page makes me giddy (Opera 9)


The border thing. I've been meaning to look into that. What's the best
way to fix that? I want no links bordered. I only want borders on any
elements if I style them that way.

http://blinkynet.net/includes/bn4style1.css



--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
freemont

2006-08-17, 6:48 pm

On Thu, 17 Aug 2006 21:01:33 +0000, Blinky the Shark wrote:

> William Tasso wrote:
>
> The border thing. I've been meaning to look into that. What's the best
> way to fix that? I want no links bordered. I only want borders on any
> elements if I style them that way.
>
> http://blinkynet.net/includes/bn4style1.css


Heck I just put style="border:0;" in that img tag and it went away (the
border and the jumping around on click that is). You have a border defined
in css for that class.

--
"Because all you of Earth are idiots!"
¯`ˇ.¸¸.ˇ´¯`ˇ-> freemontŠ <-ˇ´¯`ˇ.¸¸.ˇ´¯
Blinky the Shark

2006-08-17, 6:48 pm

freemont wrote:
> On Thu, 17 Aug 2006 21:01:33 +0000, Blinky the Shark wrote:
>
>
> Heck I just put style="border:0;" in that img tag and it went away
> (the border and the jumping around on click that is). You have a
> border defined


I want the border.

> in css for that class.


Because I want the border.

And I don't believe I really want to individually style every image on
blinkynet.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
Ed Jay

2006-08-17, 6:48 pm

Blinky the Shark scribed:

>freemont wrote:
>
>I want the border.
>
>
>Because I want the border.
>
>And I don't believe I really want to individually style every image on
>blinkynet.


How about universally coloring the border color for images the same as the
background. Maybe border-color:transparent might work?
--
Ed Jay (remove 'M' to respond by email)
Els

2006-08-17, 6:49 pm

Blinky the Shark wrote:

> freemont wrote:
>
> I want the border.
>
>
> Because I want the border.
>
> And I don't believe I really want to individually style every image on
> blinkynet.


The last rule in your stylesheet takes away the border on images when
clicking the page. When you click the page (not just the image, but
anywhere on the page), it becomes active. All the images in the active
page are given a zero border by your :active IMG {border:none} rule.

I think you wanted to only do that to images inside *links*.
a:active img{border:none} would do that.

--
Els http://locusmeus.com/
Blinky the Shark

2006-08-17, 6:49 pm

Els wrote:
> Blinky the Shark wrote:
>
>
> The last rule in your stylesheet takes away the border on images when
> clicking the page. When you click the page (not just the image, but
> anywhere on the page), it becomes active. All the images in the active
> page are given a zero border by your :active IMG {border:none} rule.


> I think you wanted to only do that to images inside *links*.


I wish *all* images (including those that are links) to have no border
unless I style them with a class that applies a border.

> a:active img{border:none} would do that.


That seems to work.

Thanks, Els.


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
Els

2006-08-17, 6:49 pm

Blinky the Shark wrote:
> Els wrote:


[ http://blinkynet.net/sharks/stinkydent.html ]

>
>
> I wish *all* images (including those that are links) to have no border
> unless I style them with a class that applies a border.


Images that aren't links never have borders unless you tell them to,
so only the ones inside links need to be addressed.

>
> That seems to work.
>
> Thanks, Els.


You're welcome :-)

--
Els http://locusmeus.com/
Blinky the Shark

2006-08-17, 6:49 pm

Els wrote:
> Blinky the Shark wrote:
>
> [ http://blinkynet.net/sharks/stinkydent.html ]
>
>
> Images that aren't links never have borders unless you tell them to,
> so only the ones inside links need to be addressed.


Now I see what you meant by my only wanting (in fact, needing) to do
that for images that are links.
[color=darkred]

Thanks, again.

--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews