CSS border-left-width প্রতিশব্দ
- পূর্বপাশের পৃষ্ঠা border-left-style
- পরবর্তী পৃষ্ঠা border-radius
definition and usage
The border-left-width property sets the width of the element's left border.
Only works when the border style is not none. If the border style is none, the border width will actually reset to 0. Negative length values are not allowed.
মন্তব্য:Always declare the border-style property before the border-left-width property. The element must have a border before it can change its border width.
see also:
tutorial:CSS কিনারা
reference:CSS border-left প্রতিশব্দ
reference:HTML DOM borderLeftWidth এটি
CSS syntax
border-left-width: medium|thin|thick|length|initial|inherit;
attribute value
value | description |
---|---|
thin | define thin left border. |
medium | ডিফল্ট মান।মাঝবর্তী বামপাশের হাড়ি নির্দেশ করে。 |
thick | বড় বামপাশের হাড়ি নির্দেশ করে。 |
length | আপনাকে বামপাশের হাড়ির প্রস্থ স্বনির্বাচিত করতে অনুমতি দেয়。 |
inherit | পিতৃতত্ত্ব থেকে হাড়ির প্রস্থ উত্তরসূরী করতে নির্দেশ দেয়。 |
প্রযুক্তিগত বিবরণ
ডিফল্ট মান: | medium |
---|---|
উত্তরসূরীতা: | no |
সংস্করণ: | CSS1 |
JavaScript সংজ্ঞা: | object.style.borderLeftWidth="thick" |
আরও উদাহরণ
- বামপাশের হাড়িকে সেট করা
- এই উদাহরণটি দেখে আপনি কিভাবে বামপাশের হাড়িকে সেট করতে পারেন
ব্রাউজার সমর্থন
টেবিলের সংখ্যা থেকে এই বৈশিষ্ট্যটি যে প্রথম ব্রাউজারটি এই বৈশিষ্ট্যটি সম্পূর্ণভাবে সমর্থন করে তা উল্লেখ করা হয়েছে。
Chrome | IE / Edge | Firefox | Safari | Opera |
---|---|---|---|---|
1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
মন্তব্য:IE7 এবং তার পূর্ববর্তী সংস্করণের ব্রাউজার "inherit" মান সমর্থন করে না। IE8-এর জন্য !DOCTYPE প্রয়োজন।IE9 "inherit" সমর্থন করে。
- পূর্বপাশের পৃষ্ঠা border-left-style
- পরবর্তী পৃষ্ঠা border-radius