 |
BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4  | This is the forum to discuss the Wrox book Beginning Dreamweaver MX by Charles E. Brown, Imar Spaanjaars, Todd Marks; ISBN: 9780764544040 |
Please indicate which version of the book you are using when posting questions. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

May 25th, 2006, 09:07 AM
|
|
Authorized User
|
|
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Rollover hyperlink not showing in Mozilla.
This is strange. I'm using Dreamweaver MX and am on page 149 of Beginning Dreamweaver MX. I have just added a hyperlink to the text which reads, 'The annual chili contest', but the problem is that it only displays (i.e. the rollover link only works) in Internet Explorer. I tried looking under 'options' in Mozilla, but can't see anything that looks like it might make a difference. Is there anything I can do?
Mikael.
|
|

May 25th, 2006, 12:50 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Mikael,
Can you show us the code you're using for the roll over?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

May 25th, 2006, 01:18 PM
|
|
Authorized User
|
|
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
From the page itself:
</tr>
<tr bgcolor="lightgrey">
<td class="news-item-date">11/10/02</td>
<td class="news-item-location">Texas, USA</td>
<td class="highlights"><a href="http://www.annualchillicontest.com">The
annual chili contest </a>took part. Contestants from all over the
world came to create the world's hottest chili.</td>
</tr>
and the .css file:
h1 {
color: #FF0000;
text-align: center;
}
h2, h3, h4, h5, h6 {
font-style: italic;
color: #FF0000;
text-align: left;
}
.highlights {
background-color: #CCCCCC;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
I hope this is what you wanted,
Mikael
|
|

May 25th, 2006, 01:24 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
When I hover my mouse over the link to "The annual chili contest", I get an underline in both IE and FireFox. Don't you see that?
Are you sure the CSS file is included correctly? I tried this with the CSS directly in the head section of the page, and found no problem...
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

May 25th, 2006, 01:34 PM
|
|
Authorized User
|
|
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry, Imar,
I just did a reboot and it suddenly works fine in both. I should have thought of it before. Thanks for your help.
Mikael
|
|

May 25th, 2006, 01:41 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
No problem.
Maybe you added the underline statement later, after you initially tried out the page with the CSS file attached? In that case, the style sheet may have been cached by the browser, so it doesn't show any changes.
If that happens again, try Shift+refresh or Ctrl+Refresh in your browser.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|
 |