使用HTML,CSS进行网站设计 [英] Website designing using HTML, CSS

查看:73
本文介绍了使用HTML,CSS进行网站设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,



我是网站设计使用html和css.Can yu的新手请帮助我...我需要突出显示(活动,访问过)使用css和html的菜单。试过很多编码。但它不起作用。你能给我一个突出显示的示例代码。谢谢。

Hi friends,

I am new to website desinging using html and css.Can yu please help me out.. i need to highlight(active,visited)the menu using css and html. Tried with many codings. But its not working. can yu give me one sample code for highlighting. Thanks.

推荐答案

尝试在Google上搜索你会得到成千上万的例子。

请浏览以下页面: -



CSS教程 - 从HTML + CSS开始 [ ^ ]

如何在css中突出显示菜单。我使用了:主动但它没有达到我预期的目的 [ ^ ]

HTML< body> vlink属性 [ ^ ]



还有更多。



祝你好运。
Try searching on Google you will get thousands of example.
Please go through these pages:-

CSS tutorial - starting with HTML + CSS[^]
How to Highlight the Menu in css. I used a:active but it does not serve the purpose I expected[^]
HTML <body> vlink Attribute[^]

And lot more is there.

Good luck.





$ b $猜猜以下链接可以帮助你。



活动菜单突出显示css [ ^ ]

[ ^ ]

如何突出菜单中的当前菜单项? [ ^ ]


i guess these below links help you.

active menu highlight css[^]
using javascript to highlight the current page in a website menu/[^]
How to highlight current menu item in menu?[^]


为你应该尝试的链接着色

to color the links you should try
a:visited
{
    /*you css goes here*/
}
a:active
{
    //your css
}



自定义另一个元素中的a标记尝试:


to customoize an "a" tag inside another element try :

yourElement a :visited
{
    //your css
}



:在css中的任何状态之前


":" before any state in css


这篇关于使用HTML,CSS进行网站设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆