- Visual Studio/ Dreamweaver not loading CSS - 2 Updates
we|rd0 <amirediwan@gmail.com>: Aug 17 08:00PM -0700 I have seen issue this for the first time in my life. My mozilla is not picking up the css file. After having copy pasted the below tutorial from the internet, this does not work either. Could anyone tell me what is the bug in it? ********************************************************* #wrapper- { width: 450px; margin: 0 auto; } #header-, #footer-, #content-wrapper- { float: left; width: 440px; margin:5px; display: block; clear: both; } #sidebar-left-, #sidebar-right- { float: left; width: 90px; height: 250px; } #content- { float: left; width: 250px; height: 250px; } ************************************************************** <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Tutorial.aspx.cs" Inherits="Tutorial" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title> Tutorial </title> <link rel="stylesheet" type="text/css" href="Tutorial.css"> </head> <body> <div id="wrapper-"> <div id="header-"> header </div> <div id="content-wrapper-"> <div id="sidebar-left-"> sidebar left </div> <div id="content-"> content </div> <div id="sidebar-right-"> sidebar right </div> </div> <div id="footer-"> footer </div> </div> </body> </html> |
Artist <sitepro@gmail.com>: Aug 18 03:24AM -0500 For a time, every browser I used was having trouble loading external CSS. I still run into this on occassion when I am low on memory, but after upgrading my FireFox and Chrome a couple versions later, it went away (for the most part) unless I was low on memory. Doug Peters (605) 331-0808 (605) 251-8973 http://www.Doug-Peters.com https://www.facebook.com/symbioticdesign http://twitter.com/Domainating <http://www.twitter.com/Domainating> https://www.facebook.com/groups/wdadg/ http://www.wdadg.org/ http://www.W3DN.com http://www.DomainHostmaster.com http://www.HDWebHosting.com http://www.PremiumBrand.Name <http://www.premiumbrand.name/> http://www.font-journal.com <http://www.fontjournal.com> http://www.GlossaryIndex.com http://www.faviconvert.com <http://www.SymbioticDesign.com> |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to sitedesign+unsubscribe@googlegroups.com. |
No comments:
Post a Comment