समस्या मैंने अपने सीएसएस को सेट किया है;
*, *: पहले, *: के बाद {-मोज-बॉक्स-आकार: सीमा-बॉक्स; -वेबकिट-बॉक्स-आकार: सीमा-बॉक्स; बॉक्स-आकार: सीमा-बॉक्स; मार्जिन: 0; पैडिंग: 0} ऐसा करने से मुझे अलग-अलग ब्राउज़रों में एक डिवा की ऊँचाई के साथ असंगतता है, जो एक निश्चित ऊंचाई है।
प्रश्न का डिवीज़ सीएसएस .content.one / * पूछताछ फार्म * / {स्थिति: निरपेक्ष; बाईंओर तैरना; कुछ भी डिस्प्ले मत करो; शीर्ष: 50 पीएक्स; ऊंचाई: 615 पीएक्स; बाएं: -255 पीएक्स; चौड़ाई: 960px; z- इंडेक्स: 5; पैडिंग-बाएं: 50px; पैडिंग-दाएं: 50px; पैडिंग-टॉप: 5 पीएक्स; पैडिंग-नीचे: 10 पीएक्स; पृष्ठभूमि रंग: # 000000; }
आपको उपयोग करने के लिए गैर-स्टैन्डर्ट गुणों का उपयोग करना होगा (उदासीन लेकिन कोड बन जाएगा) अमान्य, उनमें से: () <पूर्व> -मोझ-बॉक्स-आकार: सीमा-बॉक्स; / * फ़ायरफ़ॉक्स * / -विबिट-बॉक्स-आकार: सीमा-बॉक्स; / * सफ़ारी, क्रोम * / तो पूरी शैली होगी:
div {width: 300px; पृष्ठभूमि: #ccc; padding: 20px; -moz-box-sizing : सीमा-बॉक्स; / * फ़ायरफ़ॉक्स * / -वेबकिट-बॉक्स-आकार: सीमा-बॉक्स; / * सफ़ारी, क्रोम * / बॉक्स आकार: सीमा-बॉक्स; / * अर्थात, ओपेरा * /} एचटीएमएल:
& lt; div वर्ग = "ब्लॉक" & gt; & lt; div & gt; ; 100% चौड़ाई & lt; / div & gt; & lt; / div & gt;
सीएसएस:
.block {width: 150}} .ब्लॉक डिवा { पृष्ठभूमि: # एफसी 0; मार्जिन: 10 पीएक्स; पैडिंग: 20 पीएक्स; सीमा: 1 पीएक्स ठोस # 000;} स्रोत:
Popular posts from this blog
In brief, the wrapper module is inserted during posting and the status of an entry is changed to 'modified' . Before changing the state, the state is set to 'separate', but calling attachments () causes the same error to be thrown away. I am using EF 6. Model / wrapper class public class avi model {public A is a {get; Set; } Public listing & lt; B & gt; B {received; Set; } Public cc {receipt; Set; }} Administrator edit public functioning (int? id) {if (id == null) {new HttpStatusCodeResult (HttpStatusCode.BadRequest); } If (! Conveyor Access (id.Value)) new HTTPTitus code result (HTTP status code. Forbidden); Var aViewModel = new AViewModel (); aViewModel.A = db.As.Find (id); If (aViewModel.Receipt == zero) {return HttpNotFound (); } aViewModel.b = db.Bs.Where (x => x.aid == id.Value) .Oolist (); AViewModel.Vendor = db.Cs.Where (x => x.cid == aViewModel.a.cID) .FirstOrDefault (); See Return (aViewModel); } [HTPFost] [Valid AntitiferousTeacon...
I use iReport 5.5.0 . How to align a barcode component to the center The relevant piece of my jrxml is below & Lt; JR: Code 128 xmlns: JR = "http://jasperreports.sourceforge.net/jasperreports/components" xsi: schemaLocation = "http://jasperreports.sourceforge.net/jasperreports/components http: //jasperreports.sourceforge Purge / xsd / components.xsd "textPosition =" bottom "& gt; & Lt; Jr: codeExpression & gt; & Lt; [CDATA [$ F {number}]] & gt; & Lt; / Jr: codeExpression & gt; & Lt; / Jr: Code 128 & gt; & Lt; / componentElement & gt; "Text" itemprop = "text"> Create a style after this, it is called "barcode", like: & lt; Style name = "barcode" fontName = "Helvetica" fONTSIZE = "10" hAlign = "center" valign = "center" /> and set the property of your barcode element to "barcode".
I use Django 1.6.5 with settings in my program txsite: DEBUG = true I set the lie to debug, but when I get the runner , I get the following error: CommandError: You have to set the settings. OLOWOWHESTS If DEBUG is False I ALLOWED_HOSTS = ['127.0.0.1', 'localhost'] but I get the same error. Does anyone know this address? Try ALLOWED_HOSTS = ['*'] Less secure If you are not on a firewall or public LAN, but what I use and it works. Edit: Interestingly enough, I have to add some of my 1.8 projects, even if DEBUG = True . Why so very uncertain
Comments
Post a Comment