Closed Bug 122536 Opened 23 years ago Closed 22 years ago

bbc.co.uk - overlapping tags cause feedback link to not function

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: bc, Assigned: tristan)

References

()

Details

Attachments

(2 files)

<A HREF="/hi/english/static/feedback/site_problems_form.stm" CLASS="helplink">
<LI TYPE="disc">
<b>Site Problems</b>
</A>
</LI>

Is invalid. This causes the feedback link on the feedback page to fail.
This page also has incorrect CSS in the form:

<STYLE>
<!--
.help TD {color:#000000; font-family :verdana; font-size : 12px;}
.help .download {color:#FFFFFF; font-family :verdana; font-size : 10px;}
.help .header2 {color:#CD3100; text-decoration: none; font-weight :bold;
font-family :verdana; font-size : 16px;}
.help .feedsubhead  {color:#000000; font-weight :bold; font-family :verdana;
font-size : 15px; font-weight:"bold";}
.help .feedsubhead2  {color:#000000; font-weight :bold; font-family :verdana;
font-size : 14px}
.help .helplink {color:#333366; text-decoration: none; font-family :verdana;
font-size : 12px;}
 -->
</STYLE>


what was actually intended was 
<STYLE>
<!--
.help TD {color:#000000; font-family :verdana; font-size : 12px;}
.help, .download {color:#FFFFFF; font-family :verdana; font-size : 10px;}
.help, .header2 {color:#CD3100; text-decoration: none; font-weight :bold;
font-family :verdana; font-size : 16px;}
.help, .feedsubhead  {color:#000000; font-weight :bold; font-family :verdana;
font-size : 15px; font-weight:"bold";}
.help, .feedsubhead2  {color:#000000; font-weight :bold; font-family :verdana;
font-size : 14px}
.help, .helplink {color:#333366; text-decoration: none; font-family :verdana;
font-size : 12px;}
 -->
</STYLE>
Summary: bbc.co.uk - overlapping tags cause link to not function → bbc.co.uk - overlapping tags cause feedback link to not function
Attached file fixed version of page
Note there is still a differnce between how Mozilla and IE display the links on
this page. IE will apply the hover style and Mozilla does not.
Eric, could you take a look at this page and the other bbc bugs and give us the
benefit of your analysis. Thanks, /bc
Keywords: evang500
bug still there, but Mozilla eats this now.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
v
Status: RESOLVED → VERIFIED
tech evang june 2003 reorg
Component: Europe: West → English Other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: