Posted by Animesh Kumar on 06/09/05 05:09
Domestos wrote:
> I know quite a bit of HTML and CSS but have got stuck on one paticular
> problem...
>
> I need to use CSS to put text links across the screen i.e. HOME, PLAYERS,
> REGISTER etc...
>
> now if I am on the home page I want the background colour to change from
> white to say red behind the HOME text.
>
> I can get it to do this by sticking in <DIV> tags but that then makes
> PLAYERS and REGISTER appear lower down the page rather than next to HOME
>
> Is there anyway I can use CSS to create the text on one line i.e. not throw
> a line feed?
>
> Thanks
> Andy Mak
>
>
It seems you want "inline" list of hyperlinks. If that is the case, you
may want to look here:
http://www.alistapart.com/articles/slidingdoors/
Best
A
PS: They have links to other good articles as well. You don't have to
implement that stuff in gory detail unless you want something very
sophisticated in looks.
Navigation:
[Reply to this message]
|