Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 1.1
This is the forum to discuss the Wrox book Beginning ASP.NET 1.1 with Visual C#.NET 2003 by Chris Ullman, John Kauffman, Chris Hart, Dave Sussman, Daniel Maharry; ISBN: 9780764557088
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.1 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
 
Old March 1st, 2008, 06:33 AM
Registered User
 
Join Date: Feb 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default WroxUnited2.css .navbar

In Chapter 12 it adds .navbar style to WroxUnited.css which adds a border round the navbar, however, when I repeat this for the WroxUnited2.css this effect is not reproduced. Can someone explain to me why this is. I reproduce my WroxUnited2.css, just in case there is something in there which is causing this not to work.

BODY {
    background-image:url(images/awaybackground.gif);
    color:#ffffff;
    font-family: georgia;
}

a {
    color:yellow;
    font-weight:bold;
}

.selecteddate{
    font-weight: bold;
    font-size: larger;
    border: 3 dotted white;
    background:#c0c0c0;
}

.normaldate{
    font-weight:lighter;
    color:#d3d3d3;
}

.calendar a{
    text-decoration:none;
    font-size: 10pt;
}

.othermonthdate{
    font-weight:lighter;
    color:dimgray;
}

.datatablebody{
    background-color:#ffffff;
    color:black;
    font-size:smaller;
}

.datatablebody td{
    padding:3;
}

.datatablehead{
    background-color:#c0c0c0;
    color:black;
    font-size:bold;
}

.datatablehead td{
    padding:3;
}

.navbar{
    width:185px;
    border-bottom-width:4;
    border-bottom-color:#c0c0c0;
    border-bottom-style:solid;
    border-right-width:2;
    border-right-color:#c0c0c0;
    border-right-style:solid;
    padding-right:1;
    padding-bottom:0;
    padding-top:0;
}


 
Old March 1st, 2008, 08:18 AM
Registered User
 
Join Date: Feb 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Since posting this I have run it in Firefox and after refreshing (keep getting server error in relation to DateList first time I run it after any changes), now working in IR too, since doing this, don't know what caused the problem.






Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS HELP:! CSS EXPANDIBLE BACKGROUND FOR TITLE phpuser2000 CSS Cascading Style Sheets 2 December 19th, 2007 12:36 AM
Rich's new CSS book: Beginning CSS 2nd Edition jminatel BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 0 June 15th, 2007 11:55 AM
Switching User Controls with NavBar albertino13 C# 4 May 4th, 2005 02:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.