Marketplace
Related Articles
- Report Writing Education
- Report Writing Courses Online
- Report Writing Powerpoint Presentation
- Training Report Writing
- Report Writing Course
- Report Writing On Industrial Visit
- How To Write Training Report
- Sample Of Project Report Writing
- Report Writing Skills Training
- Standard Report Writing Format
- Topics For Technical Report Writing
- How To Write A Project Report
- How To Write A Training Report
- How To Write A News Report
- Technical Report Writing Courses
- How To Write A Technical Report
- Training On Report Writing
- Standard Format Of Report Writing
- Advanced Report Writing
- What Is A Report Writing
- Technical Writing Jobs In India
- Freelance Technical Writing Jobs In India
- Technical Writing Jobs Chicago
- Technical Writing In English
- How To Write A Technical Report
- Technical Writing Manual
- Essay Writing Course
- Writing Career Opportunities
- English Technical Writing
- Business Writing Workshops
- Technical Writing Jobs From Home
- Technical Writing Online
- Business Writing Skills Test
- Tips On Technical Writing
- Technical Writing Book
- Technical Writing Contract Jobs
- Technical Writing Career
- English Writing Course
- How To Write A Training Report
- Technical Report Writing
Related Categories
Recently Added
- Tips For English Writing
- Picture Writing Prompts For First Grade
- How To Do A Resumes
- Essay Writing Competitions 2010
- Essay Writing Tips
- How To Write An Argumentative Essay
- Writing Jobs In Philadelphia
- How To Learn English Speaking
- Freelance Writing Jobs Available
- Freelance Writing Job Openings
- Freelance Humor Writing Jobs
- How To Get A Job Writing Greeting Cards
- Seo Article Writing Jobs
- Blog Writing Jobs In India
- How To Get A Job Writing Jingles
- Writing Jobs London Uk
- Ebook Writing Jobs
- Home Based Writing Jobs In India
- Freelance Writing Job Search
- Nature Writing Jobs
Join StudyUp.com Today
You Recently Visited
Standard Format Of Report Writing
Gregory Said:
Why doesn't Netscape report colors in hexadecimal form?We Answered:
Ok, Im not expecting you to use this as you want to debug your own script and I can fully understand wanting to learn by doing.I do have to ask however, if this rollover is for a link area. If it is just use css. It is what it was designed for.
Even if it isnt for a link area, keep the idea in mind as when ie7 comes out, hopefully it will support the hover effect on all tags as it is 'supposed' to.
In answer to the colour question, all browsers accept hex coding for colours preceded with a # (in css anyway ;O)
----
ok, dont go anywhere (lol)
You say it is to achieve a background change in a linked area? a couple more questions if you will indulge me ;O)
You just want to change the background on an area that you are using for navigation but you want more than just the background of the text to change and you are having problems with the area 'around' the text staying the same (just some stabs in the dark toward known problems)
If this is the case, try a little code snippet here:
a{display:block; width:100%; background:#0ff}
a:hover{background:#ff0}
That 'should' *ahem* change the entire area around the text (the complete cell) so you get your background change and not just the text background.
(Im not going near tables lol)
Good luck with your project ;O)