Problem with showing active text in .net table?

This is a discussion on "Problem with showing active text in .net table?" within the ASP.NET Forum section. This forum, and the thread "Problem with showing active text in .net table? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 6th, 2006, 09:45
New Member
Join Date: Sep 2006
Location: Ipswich
Age: 31
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Problem with showing active text in .net table?

Hi i am clearly not a developer so sorry if this does not make sense at all. I need some help though, I have a team of develpopers building a site for me called www.1bigtable.co.uk which is to be an online community for mortgage advisors in the UK. The site is being developed in .NET and i ahev been told that it isnt possible for the cursor to change or the text change colour when you hover the cursor of a peice of active text. Is there anyway around this to show the user that there is a link behind the text as currently the cursor does change at all. You can see my problem by visiting www.1bigtable.co.uk username: Special Guest password: whoami

Any other recommendations would be very very welcome and i am really sorry if i am wasting your time.

Kind Regards.
Reply With Quote

  #2 (permalink)  
Old Sep 6th, 2006, 12:45
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with showing active text in .net table?

This can all be achieved using CSS.

The hyperlink can change colour on hover and also the cursor. The cursor change is limited to the system cursors, not a custom one you design.
Code: Select all
a:hover{color: #F00;cursor: crosshair; }
Hope this helps

Last edited by u2orange; Sep 6th, 2006 at 12:47.
Reply With Quote
  #3 (permalink)  
Old Sep 7th, 2006, 09:01
New Member
Join Date: Sep 2006
Location: Ipswich
Age: 31
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with showing active text in .net table?

Thanks very much. The developer found a solution yesterday so now when you hover over this text the line changes colour but are you saying that this bit of code would change the colour and the cursor?

Cheers for the help i really appreciate this!
Reply With Quote
  #4 (permalink)  
Old Sep 7th, 2006, 09:59
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with showing active text in .net table?

Yes
Reply With Quote
  #5 (permalink)  
Old Sep 7th, 2006, 20:52
New Member
Join Date: Sep 2006
Location: Ipswich
Age: 31
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Re: Problem with showing active text in .net table?

Thank you for your time with this issue.

Over and out
Reply With Quote
Reply

Tags
problem, showing, active, text, net, table

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the colour of dynamic text when ACTIVE or INACTIVE ollielaroo Classic ASP 13 Jun 3rd, 2008 10:36
[SOLVED] Text not showing black in lists? PicoDeath Web Page Design 7 Dec 4th, 2007 16:15
Links in a txt file not showing in dynamic text field Darren600 Flash & Multimedia Forum 8 May 9th, 2007 15:48
active x problem dbarrie Web Page Design 3 Jul 19th, 2006 16:32
Site showing large text Pickle Web Page Design 4 Feb 14th, 2006 06:20


All times are GMT. The time now is 22:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43