![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
i would really love some help on this one. if you take a quick look at my web site (link below) you will notice that a major part of my navigational concept is to use roll-overs. Anything that turns red as you roll the mouse over is a link. This can be seen on index pages as well as the bookmarks which appear in my text sections. |
|
Now the question(s)! I have read that Google etc cannot read such pages because there is no real text. This seem true. My site has been up for months and google will barely find me, even including my name and stuff in quotation marks in the search, So, if I want to keep the look I presently have, is there any way for google to find me???? |
|
Also, is there some way to have this roll over effect, or something similar, but using text???? |
|
Finally, even though each gif is tiny and the first page is less than 50k, when I tried to connect using a modem (various locations and computers) it would take forever. And I mean forever. 1 gif would load, then it would think about it for a while, then another etc etc. So it seems to me my original plan using roll overs for links was a very bad one. |
#3
| |||
| |||
|
|
On 24 May 2004 18:59:01 -0700, keef <keithatkin300 (AT) hotmail (DOT) com> wrote: i would really love some help on this one. if you take a quick look at my web site (link below) you will notice that a major part of my navigational concept is to use roll-overs. Anything that turns red as you roll the mouse over is a link. This can be seen on index pages as well as the bookmarks which appear in my text sections. Use CSS. a:hover { color: red; } Now the question(s)! I have read that Google etc cannot read such pages because there is no real text. This seem true. My site has been up for months and google will barely find me, even including my name and stuff in quotation marks in the search, So, if I want to keep the look I presently have, is there any way for google to find me???? Nope, unless you use a CSS version to style text. There is NO text in your page. It's utterly useless to any non-graphical UA. That's a damn shame, and you MUST correct this. Also, is there some way to have this roll over effect, or something similar, but using text???? Read up on a:link, a:visited, a:hover and a:active at http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes and http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes Finally, even though each gif is tiny and the first page is less than 50k, when I tried to connect using a modem (various locations and computers) it would take forever. And I mean forever. 1 gif would load, then it would think about it for a while, then another etc etc. So it seems to me my original plan using roll overs for links was a very bad one. With images, yes. With CSS, no. It's great. |
#4
| |||
| |||
|
|
the links you provided are a but over my head! I may be able to figure the stuff out if I scratch my head a few thousand times. Before I do that, do you know a page that shows an example of this? I assume it is the "hover" one that I would use. |
#5
| |||
| |||
|
|
Hi Neal thanks for your reply the links you provided are a but over my head! I may be able to figure the stuff out if I scratch my head a few thousand times. Before I do that, do you know a page that shows an example of this? I assume it is the "hover" one that I would use. |
#6
| |||
| |||
|
|
keef wrote: i would really love some help on this one. if you take a quick look at my web site (link below) you will notice that a major part of my navigational concept is to use roll-overs. Anything that turns red as you roll the mouse over is a link. This can be seen on index pages as well as the bookmarks which appear in my text sections. Now the question(s)! I have read that Google etc cannot read such pages because there is no real text. At least some search engines can use the alt value in place of the text; and that's what the alt attribute is for. You are using it, right? |
#7
| |||
| |||
|
|
PeterMcC wrote: Brian wrote At least some search engines can use the alt value in place of the text Just thought I'd mention that Google indexes the alt attribute when the image is used for a link but not otherwise I'd noticed that Google was not indexing the alt text of pages I'd written; it's good to know exactly what it does. |

![]() |
| Thread Tools | |
| Display Modes | |
| |