Click here to Skip to main content
16,014,613 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How Do i Avoid Refresh Pin
Suolan23-Jul-02 18:31
Suolan23-Jul-02 18:31 
QuestionHow can i use list view Pin
Mustafai14-Jul-02 9:26
Mustafai14-Jul-02 9:26 
GeneralAutomatically set the page as the homepage Pin
riche14-Jul-02 2:18
riche14-Jul-02 2:18 
GeneralRe: Automatically set the page as the homepage Pin
benjymous15-Jul-02 0:52
benjymous15-Jul-02 0:52 
GeneralLinks and Underlines Pin
Michael Martin12-Jul-02 22:25
professionalMichael Martin12-Jul-02 22:25 
GeneralRe: Links and Underlines Pin
Nish Nishant13-Jul-02 1:06
sitebuilderNish Nishant13-Jul-02 1:06 
GeneralRe: Links and Underlines Pin
Michael Martin13-Jul-02 1:56
professionalMichael Martin13-Jul-02 1:56 
GeneralRe: Links and Underlines Pin
Paul Watson15-Jul-02 7:26
sitebuilderPaul Watson15-Jul-02 7:26 
Michael Martin wrote:
Is this caused by ASP, JavaScript or something else completely?

Nish's answer is sufficient but I thought I might be permitted to elaborate a bit. (also if you want to push your CSS knowledge then this stuff is important)

It is all done using CSS and Selectors (W3C link). Selectors are so, so important to CSS. And you are using them even if you don't know it. p.michaelsheading{font-size: xx-large} is using a class selector. (applied by writing <p class="michaelsheading">Michael and CSS</p>)

Another selector is p#michaelsheading{font-size: xx-large} and that is basically an ID selector. (applied by writing <p id="michaelsheading">Michael and CSS</p>)

Then you get what Nish showed you were :Hover, :Link etc. are another form of selector.

The nice thing, and the point of this post, is that you can combine them. So if you want two links on your page but with different styles you can go a.menu:hover{color: #ff9900} for the one link and a.content:hover{color: #99ff00} for the other link.

CSS is so cool Big Grin | :-D

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge

Alison Pentland wrote:
I now have an image of you in front of the mirror in the morning, wearing your knickers, socks and shoes trying to decided if they match!
GeneralRe: Links and Underlines Pin
Michael Martin24-Jul-02 3:54
professionalMichael Martin24-Jul-02 3:54 
QuestionHow can Open Document .doc etc or pic from asp page Pin
Mustafai12-Jul-02 20:20
Mustafai12-Jul-02 20:20 
AnswerRe: How can Open Document .doc etc or pic from asp page Pin
benjymous15-Jul-02 0:53
benjymous15-Jul-02 0:53 
GeneralUpdate Datagrid problem Pin
Steve Severance12-Jul-02 17:41
Steve Severance12-Jul-02 17:41 
GeneralRe: Update Datagrid problem Pin
Not Active13-Jul-02 2:58
mentorNot Active13-Jul-02 2:58 
GeneralRe: Update Datagrid problem Pin
Steve Severance16-Jul-02 3:04
Steve Severance16-Jul-02 3:04 
GeneralRe: Update Datagrid problem Pin
Not Active16-Jul-02 14:30
mentorNot Active16-Jul-02 14:30 
QuestionWhat's new with ASP .NET? Pin
merlin987612-Jul-02 15:42
merlin987612-Jul-02 15:42 
AnswerRe: What's new with ASP .NET? Pin
Andy Smith12-Jul-02 16:12
Andy Smith12-Jul-02 16:12 
GeneralThe SmtpMail class Pin
Rickard Andersson2012-Jul-02 11:23
Rickard Andersson2012-Jul-02 11:23 
GeneralRe: The SmtpMail class Pin
Not Active12-Jul-02 13:52
mentorNot Active12-Jul-02 13:52 
GeneralThreadAbortException Pin
Not Active12-Jul-02 6:25
mentorNot Active12-Jul-02 6:25 
GeneralASP.NET on Netcrape Pin
Not Active12-Jul-02 2:28
mentorNot Active12-Jul-02 2:28 
GeneralRe: ASP.NET on Netcrape Pin
Jeremy Falcon12-Jul-02 6:35
professionalJeremy Falcon12-Jul-02 6:35 
GeneralRe: ASP.NET on Netcrape Pin
Not Active12-Jul-02 8:22
mentorNot Active12-Jul-02 8:22 
Generali want to delete or remove values form session variable Pin
Mustafai11-Jul-02 21:21
Mustafai11-Jul-02 21:21 
GeneralRe: i want to delete or remove values form session variable Pin
Philip Patrick12-Jul-02 1:33
professionalPhilip Patrick12-Jul-02 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.