![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
One other quick question... I'm experimenting with various "ready-made" drop down menus that work as Dreamweaver extensions. Is this a good idea? Do you know of any that are particularly good? I've been playing with the trial version from Softery but if I'm going to buy one, I'd like to be sure it's a good one. |
#8
| |||
| |||
|
|
Hi, Tim... You have been very kind to help me learn CSS! I very much appreciate it and am really delighted to have gained a better understanding of this. I studied all your suggestions and started the page from scratch. Take a look here: http://www.allisonwebcreations.com/e.../indexgood.htm I'm very pleased with it. I discovered a couple of things: I didn't realize that margin-top: 0px; margin-right: auto; is not the same as margin: 0px auto; are they two different codes? Anyway, it didn't center until I fixed that. I understand what you're saying about the font codes being redundant, however I found that they all took on the font of the maincontent and I had to fix them individually. This must be an error in how I'm coding it. Is the order in which I did them to blame? I put it in the order that I'm reading it, but perhaps I should do it differently. I also couldn't get the footer to move left to the margin. I'm not sure why, since I think I followed all your suggestions. I put my bold sentence (Friendship, Fun, etc.) in h1, but I had to change the color & size, so that added another style element. I'm afraid that probably isn't correct. I also couldn't have my normal content text follow immediately on the same line. Maybe that isn't possible. I don't quite understand the .rightsidebar p { and container p{ I am assigning the spacing to the <p> tag? What exactly is that doing? I also don't quite understand the .clear { Why not just choose clear:both on the next section <div class="footer"> ? Do you use the <div class="container"> technique all the time? How do you decide what goes in it -- just floating items or can I think of it as a table that holds all my main blocks of info? Why not include the footer in it? If you'll indulge me one more question, I wonder if it's possible to put a graphic (say, of a putting green) underneath my rightsidebar? I would want the sidebar to lay on top of the putting green for an interesting artistic touch. Thank you, thank you, thank you again. Here are my css codes (which I have in an external file. Is it better to import or link to the file?) Have a wonderful New Year. .body { padding: 0px; margin-top: 0px; font-family: Arial, Helvetica, sans-serif; } .masthead { width: 780px; margin: 0px auto; padding-top: 10px; padding-right: 0px; } .maincontent { background-color: #FFFFFF; text-align: left; width: 60%; margin-top: 0px; padding-top: 10px; padding-right: 0px; font-family: "Times New Roman", Times, serif; font-size: medium; color: #000000; } .maincontent p{ margin-top: 2px; margin-right: 10px; } .rightsidebar { font-size: small; background-color: #DEEBE4; text-align: center; float: right; width: 250px; margin-top: 10px; margin-left: 20px; border: thick solid #941238; font-family: Arial, Helvetica, sans-serif; padding: 10px; } .leftbox { font-size: small; font-style: italic; color: #336600; background-color: #DEEBE4; text-align: center; clear: both; width: 300px; margin-top: 50px; border: thin solid #941238; font-family: Arial, Helvetica, sans-serif; padding: 10px; } .footer { font-size: small; margin: 100px; font-family: Geneva, Arial, Helvetica, sans-serif; font-style: normal; } .container { width: 90%; margin: 0px auto; } .clear { font-size: 1px; line-height: 0px; clear: both; height: 0px; } .event { font-size: 24px; font-weight: bold; color: #00493E; } .upcomingdate { font-size: 20px; color: #990134; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } .eventitem { font-size: 18px; color: #000000; font-weight: bold; margin: 0px; } .eventlink { font-size: 14px; font-style: italic; margin: 0px; } .smallboxhead { font-size: large; color: #00493E; font-style: normal; font-weight: bold; } .companyname { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: italic; color: 990134; } |
#9
| |||
| |||
|
|
One other quick question... I'm experimenting with various "ready-made" drop down menus that work as Dreamweaver extensions. Is this a good idea? Do you know of any that are particularly good? I've been playing with the trial version from Softery but if I'm going to buy one, I'd like to be sure it's a good one. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |