﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#187; CSS</title>
	<atom:link href="http://www.albcoders.com/blog/category/programim/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.albcoders.com/blog</link>
	<description>Seo &#38; Programim ( Tutoriale - Artikuj )</description>
	<lastBuildDate>Thu, 24 Nov 2011 23:43:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS Link</title>
		<link>http://www.albcoders.com/blog/programim/css/css-link.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/css-link.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:31:32 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/blog/?p=576</guid>
		<description><![CDATA[PARAMETRAT E LİNKVE ne CSS a : Eshte tipi ,forma i linkut para se te klikohet para se ti vihet siper shigjeta e mouset. a:hover : Eshte forma kur shigjeta vjen mbi Link. a:active : eshte momenti i klikimit mbi Link. a:visited : Eshte forma e linkut mbas klikimit. FORMIMI: color : tregon ngjyren e [...]]]></description>
			<content:encoded><![CDATA[<p>PARAMETRAT E LİNKVE ne CSS</p>
<p>a : Eshte tipi ,forma i linkut para se te klikohet para se ti vihet siper shigjeta e mouset.</p>
<p>a:hover : Eshte forma kur shigjeta vjen mbi Link.</p>
<p>a:active : eshte momenti i klikimit mbi Link. </p>
<p>a:visited : Eshte forma e linkut mbas klikimit.</p>
<p>FORMIMI:</p>
<p>color : tregon ngjyren e linkut.</p>
<p>background-color : tregon ngjyren e mbrapafaqes te linkut, pjesen baze.</p>
<p>background-image : I shton foto mbrapafaqes te linkut(kjo mund te jete edhe animated-gif.) </p>
<p>text-decoration : Eshte forma,karakteri i tekstit te linkut per shembull me vize nga poshte,ne mes ose bold etj.et..</p>
<p>font-weight : Tregon hollesine ose trashesine te Linkut. </p>
<p>border : Shton ansore retheqark linkut.</p>
<p>display : tregon fushen e duhur per te shfaqur linkun. </p>
<p>Shikoni disa Shembuj :</p>
<p><iframe name="iframe" src="http://www.albcoders.com/blog/csslinks.php" width="415" height="2200" marginwidth="1" marginheight="1" scrolling="no" align="absmiddle" border="0" frameborder="0"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/css-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disa Tabela &#8211; Shembuj</title>
		<link>http://www.albcoders.com/blog/programim/css/disa-tabela-shembuj.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/disa-tabela-shembuj.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:20:31 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[W3C | XHTML]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/blog/?p=571</guid>
		<description><![CDATA[Kam disa shembuj me poshte ku mund ti perdorni ne web faqet juaja.Tabelat jane argetuese mua personalisht me pelqejne me kete arsyje ndoshta mund tju duhet per ndonje projekt dhe do vazhdoj te vendos gjera te tilla ku do jete me e lehte per ju. Per te perdorur kodin klikoni dy here mbi kod dhe [...]]]></description>
			<content:encoded><![CDATA[<p>Kam disa shembuj me poshte ku mund ti perdorni ne web faqet juaja.Tabelat jane argetuese mua personalisht me pelqejne me kete arsyje ndoshta mund tju duhet per ndonje projekt dhe do vazhdoj te vendos gjera te tilla ku do jete me e lehte per ju.</p>
<p>Per te perdorur kodin klikoni dy here mbi kod dhe duke e kopjuar ngjiteni ne web faqen tuaj per ta futur ne pune.<br />
</br></p>
<table width="100%" cellspacing="1" cellpadding="3" border="0" class="tabular-alt">
<thead>
<tr>
<th>P&euml;rshkrimi</th>
<th>Kodi</th>
<th>Rezultatet</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tabel&euml; Baz&euml;</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga Albcoders.com --><br />
&lt;table border=&#8221;1&#8243; style=&#8221;background-color:white;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Tabela 1&lt;/td&gt;&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Tabela 3&lt;/td&gt;&lt;td&gt;Tabela 4&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
		</textarea></td>
<td>
<table border="1" style="background-color:white;">
<tr style="background-color:white;">
<td>Tabela 1</td>
<td>Tabela 2</td>
</tr>
<tr style="background-color:white;">
<td>Tabela 3</td>
<td>Tabela 3</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Tabel&euml; me cellpadding, cellspacing, dhe width attributes</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga Albcoders.com --><br />
&lt;table border=&#8221;1&#8243; cellpadding=&#8221;5&#8243; cellspacing=&#8221;5&#8243; width=&#8221;100%&#8221; style=&#8221;background-color:white;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;20%&#8221;&gt;Tabela 1&lt;/td&gt;&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;20%&#8221;&gt;Tabela 3&lt;/td&gt;&lt;td&gt;Tabela 4&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</textarea></td>
<td>
<table border="1" cellpadding="5" cellspacing="5" width="100%" style="background-color:white;">
<tr style="background-color:white;">
<td width="20%">Tabela 1</td>
<td>Tabela 2</td>
</tr>
<tr style="background-color:white;">
<td width="20%">Tabela 3</td>
<td>Tabela 4</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Tabel&euml; me nj&euml; Header Row</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga AlbCoders.com --><br />
&lt;table border=&#8221;1&#8243; cellpadding=&#8221;5&#8243; cellspacing=&#8221;5&#8243; width=&#8221;100%&#8221; style=&#8221;background-color:white;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;Table header&lt;/th&gt;<br />
&lt;th&gt;Table header&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;20%&#8221;&gt;Tabela 1&lt;/td&gt;&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</textarea></td>
<td>
<table border="1" cellpadding="5" cellspacing="5" width="100%" style="background-color:white;">
<tr style="background-color:white;">
<th style="text-align:center">Tabela header</th>
<th style="text-align:center">Koka e Tabel&euml;s</th>
</tr>
<tr style="background-color:white;">
<td width="20%">Tabela 1</td>
<td>Tabela 2</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Tabela me <dfn>colspan</dfn> Applied</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga AlbCoders.com --><br />
&lt;table border=&#8221;1&#8243; cellpadding=&#8221;5&#8243; cellspacing=&#8221;5&#8243; width=&#8221;100%&#8221; style=&#8221;background-color:white;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;th colspan=&#8221;2&#8243;&gt;Tabela header&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;20%&#8221;&gt;Tabela 1&lt;/td&gt;&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</textarea></td>
<td>
<table border="1" cellpadding="5" cellspacing="5" width="100%" style="background-color:white;">
<tr style="background-color:white;">
<th style="text-align:center" colspan="2">header</th>
</tr>
<tr style="background-color:white;">
<td width="20%">Tabela 1</td>
<td>Tabela 2</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Tabel&euml; me <dfn>rowspan</dfn> Applied</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga AlbCoders.com --><br />
&lt;table border=&#8221;1&#8243; cellpadding=&#8221;5&#8243; cellspacing=&#8221;5&#8243; width=&#8221;100%&#8221; style=&#8221;background-color:white;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;th rowspan=&#8221;2&#8243;&gt;header&lt;/th&gt;&lt;td&gt;Tabela 1<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</textarea></td>
<td>
<table border="1" cellpadding="5" cellspacing="5" width="100%" style="background-color:white;">
<tr style="background-color:white;">
<th style="text-align:center" rowspan="2">header</th>
<td>Tabela 1<br />
</tr>
<tr style="background-color:white;">
<td>Tabela 2</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Tabel&euml; me CSS Applied</td>
<td><textarea cols="25" rows="5" onclick="this.focus();this.select()"><br />
<!-- HTML - Tabelat nga AlbCoders.com --><br />
&lt;table border=&#8221;1&#8243; cellpadding=&#8221;5&#8243; cellspacing=&#8221;5&#8243; width=&#8221;100%&#8221;<br />
style=&#8221;background-color:yellow;border:3px dashed black;&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;th style=&#8221;text-align:left&#8221;&gt;Table header&lt;/th&gt;<br />
&lt;th style=&#8221;text-align:left&#8221;&gt;Table header&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;20%&#8221;&gt;Tabela 1&lt;/td&gt;&lt;td&gt;Tabela 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</textarea></td>
<td>
<table border="1" cellpadding="5" cellspacing="5" width="100%" style="background-color:yellow;border:3px dashed black;">
<tr>
<th style="text-align:left;background-color:yellow;">Table header</th>
<th style="text-align:left;background-color:yellow;">Table header</th>
</tr>
<tr>
<td width="20%" style="background-color:yellow;">Tabela 1</td>
<td style="background-color:yellow;">Tabela 2</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/disa-tabela-shembuj.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS float</title>
		<link>http://www.albcoders.com/blog/programim/css/css-float.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/css-float.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:50:18 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/index.php/?p=540</guid>
		<description><![CDATA[Pershendetje, ne kete mesim te shkurter por aq i vlefshem dua te tregoj komanden float ne css se per cfare sherben dhe si perdoret. Komanda float ne CSS nevojitet per te mbeshtetur dicka ose div tek e djathta ose e majta.Ose duhet per ti vendosur Div-et anash anash me njeratjetren Tani ne faqen HTML kemi [...]]]></description>
			<content:encoded><![CDATA[<p>Pershendetje,<br />
ne kete mesim te shkurter por aq i vlefshem dua te tregoj komanden float ne css se per cfare sherben dhe si perdoret.<br />
Komanda float ne CSS nevojitet per te mbeshtetur dicka ose div tek e djathta ose e majta.Ose duhet per ti vendosur Div-et anash anash me njeratjetren</p>
<p>Tani ne faqen HTML kemi 2 div djathtas dhe majtas.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
   &lt;title&gt;Perdorimi i float ne CSS&lt;/title&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&lt;div id=&quot;majtas&quot;&gt;
E majta
&lt;/div&gt;
&nbsp;
&lt;div id=&quot;djathtas&quot;&gt;
E djathta
&lt;/div&gt;
&nbsp;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>Dhe dokumenti CSS eshte keshtu;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#majtas</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Tahoma<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">gray</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#djathtas</span> <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Comic Sans MS<span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Tani do mundohemi qe divin djathtas ta vendosim anash tjetrit qe e quajtem majtas.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
   &lt;title&gt;Perdorimi i float ne CSS&lt;/title&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&lt;div id=&quot;kryesor&quot;&gt;
&nbsp;
&lt;div id=&quot;majtas&quot;&gt;
E majta
&lt;/div&gt;
&nbsp;
&lt;div id=&quot;djathtas&quot;&gt;
E djathta
&lt;/div&gt;
&nbsp;
&lt;/div&gt;
&nbsp;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>Me pas ne CSS duke i dhene gjeresini dhe gjatesine do e kufizojme.Dhe divin qe e quajtem djathtas</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span></pre></td></tr></table></div>

<p>do e mbeshtesim djathtas me kodin qe dhash me larte.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#kryesor</span> <span style="color: #00AA00;">&#123;</span>
     <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">200px</span><span style="color: #00AA00;">;</span>
     <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#majtas</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Tahoma<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">gray</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#djathtas</span> <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Comic Sans MS<span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><strong>E rendesishme: </strong>Div qe i vendosem komanden float gjithmon duhet te vije perpara divit qe nuk ja kemi vendosur kete komande.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
     &lt;title&gt;Perdorimi i float ne CSS&lt;/title&gt;
     &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&lt;div id=&quot;Kryesor&quot;&gt;
&nbsp;
&lt;div id=&quot;djathtas&quot;&gt;
E djathta
&lt;/div&gt;
&nbsp;
&lt;div id=&quot;majtas&quot;&gt;
E majtas
&lt;/div&gt;
&nbsp;
&lt;/div&gt;
&nbsp;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/css-float.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Padding dhe Margin ne CSS</title>
		<link>http://www.albcoders.com/blog/programim/css/padding-dhe-margin-ne-css.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/padding-dhe-margin-ne-css.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:17:02 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=452</guid>
		<description><![CDATA[Zakonisht për shokët tane që sa kanë filluar në css gjerat që i japin më tepër vështirësi janë padding dhe margin. Faktikisht keto dy emra përdoren për të treguar vend qëndrimin e elementave si (div,span,img e.t.j.).Domethënë tregon pozicionet djathtas,majtas,lart dhe poshtë të elementeve. Padding: Përdoret për të treguar largeseat nëpër kufirat e elementit të përmbajtjes.Përshembull [...]]]></description>
			<content:encoded><![CDATA[<p>Zakonisht për shokët tane që sa kanë filluar në <strong>css</strong> gjerat që i japin më tepër vështirësi janë <strong>padding</strong> dhe <strong>margin</strong>. Faktikisht keto dy emra përdoren për të treguar vend qëndrimin e  elementave si (<strong>div,span,img e.t.j</strong>.).Domethënë tregon pozicionet djathtas,majtas,lart dhe poshtë të elementeve.<br />
<strong>Padding:</strong> Përdoret për të treguar largeseat nëpër kufirat e elementit të përmbajtjes.Përshembull &#8220;<strong>padding:4px;</strong>&#8221; Një dekleracion i tillë thot qe ky element do të jetë 4 pixel larg nga kufirat qe ka anash(poshtë,lartë,djathtas dhe majtas).<br />
<strong>Margin:</strong> Përdoret për të treguar largesën midis elementeve që janë komshi.Përshembull &#8220;<strong>margin:4px;</strong>&#8221; ky shembull tregon sa largë do të qëndroj elementi nga elementet e tjerë qe i ka komshi (poshtë,lart,djathtas dhe majtas) me një fjalë tregon që duhet të jetë 4 pixel larg. Ja edhe shembulli në imazh tregon padding dhe margin ta shikojme bashkë .</p>
<p><img src="http://www.albcoders.com/wp-content/uploads/2009/12/Animation1.gif" alt="padding" title="padding" width="308" height="308" class="alignright size-full wp-image-453" /><br />
Në imazhin që ështe anash nese ai që është blu ështe elementi jonë ,boshllëku numër 1 margin (largësia nga komshiu) Kurse numri 2 është padding(largësia e përmbajtjes nga elementi) dır.</p>
<p>Mbase e mësuam se <strong>çfarë ështe margin dhe padding</strong> të shikojmë tani se si përdoren.Që të dyjat regulloren e shkrimit e kanë njësoj.Ti tregojmë me 3 pika .</p>
<p>1-Mund të perdoret duke dhënë vetëm një drejtim.Këtë e bëjme duke i treguar në fillim emrin e qëndrimit dhe pastaj i shkruajmë drejtimin. Përshembull: <strong>padding-left:4px;</strong> ose <strong>margin-top:30px;</strong> etj..<br />
2-I japim boshllëqe me radhe nga lart,djathtas,poshtë dhe majtas.Përshembull: <strong>margin:2px 4px 6px 8px;</strong> një përshkrim i tillë tregon që elementi jonë me boshllëqe nga elementet komshi është 2 nga lart ,4 nga e djathta,6 nga poshtë dhe 8 pixel nga e majta.<br />
3-Shkruhet emri dhe anash i bëhet vetëm nje përshkrim.Përshembull:<strong>padding:50px;</strong> thot që permbajtja e elementit ështe 50pixel larg nga 4 anët.</p>
<p>Besoj se ështe shkrim me vlerë reth <strong>CSS</strong>.<br />
Ky Artikull është shkruajtur nga <strong>AlbCoder</strong> www.albcoders.com<br />
Ju Lutemi vendosni Burim si një Webmastër i pjekur nëse do të bëni <strong>copy/paste</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/padding-dhe-margin-ne-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSStext.com &#8211; Vegla Online per te regulluar Shkrimet</title>
		<link>http://www.albcoders.com/blog/programim/css/csstext-com-vegla-online-per-te-regulluar-shkrimet.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/csstext-com-vegla-online-per-te-regulluar-shkrimet.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:52:48 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=398</guid>
		<description><![CDATA[CSSText,eshte nje vegel online qe ju ndihmon per ti regulluar fontet.Me opsionet qe ka pa patur nje dituri rreth css mund ti regulloni fontet ne menyren qe deshironi ,mund te shikoni perfundimin dhe mund te merni kodet. Ti tregojme pak kuptimet e Opsioneve qe ndodhen ne kete faqe. Pjesa Lart bold &#8211; shkrimi trashe underline [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CSSText</strong>,eshte nje vegel online qe ju ndihmon per ti regulluar fontet.Me opsionet qe ka pa patur nje dituri rreth css mund ti regulloni fontet ne menyren qe deshironi ,mund te shikoni perfundimin dhe mund te merni kodet.<br />
<img src="http://www.albcoders.com/wp-content/uploads/2009/10/csstxt.png" alt="csstxt" title="csstxt" width="300" height="204" class="aligncenter size-full wp-image-400" /><br />
<strong>Ti tregojme pak kuptimet e Opsioneve qe ndodhen ne kete faqe</strong>.</p>
<p><em>Pjesa Lart</em></p>
<p><strong>bold</strong> &#8211; shkrimi trashe</p>
<p><strong>underline</strong> &#8211; shkrim me vize nga poshte</p>
<p><strong>overline</strong> &#8211; shkrim me vize nga lart</p>
<p><strong>italic</strong> &#8211; shkrim italik</p>
<p><strong>oblique</strong> &#8211; shkrim i shtrire</p>
<p><strong>line-through</strong> &#8211; shkrim me vize nga lart</p>
<p><strong>upperscase</strong> &#8211; vetem germa te medhaja</p>
<p><strong>smallcaps</strong> &#8211; germat e medhaja dhe te vogela i ben te gjitha te mdhaja.Por ato qe ishin te medhaja e ben edhe me te medhaja kurse ato te vogelat i ben te vogla.</p>
<p><em>Pjesa Majtas</em></p>
<p><strong>Letter spacing </strong>- Tregon boshllekun midis germave</p>
<p><strong>Word spacing</strong> &#8211; ben boshlleqet midis fjaleve</p>
<p><strong>Font size</strong> &#8211; regullon madhesine e fontit</p>
<p><strong>Line height</strong>  &#8211; rregullon hapesiren midis rrjeshtave</p>
<p><strong>Border size</strong> &#8211; tregon madhesine e vizes qe do behet rretheqark shkrimit.</p>
<p><em>Pjesa Djathtas</em></p>
<p><strong>Font family</strong>  &#8211; tipi fontit (shkrimit)</p>
<p><strong>Text align</strong> &#8211; perdoret per te vendosur pjesen ku do te duket teksti</p>
<p>a) left &#8211; e pasqyron tekstin majtas</p>
<p>b) center &#8211; e qendron ne mes</p>
<p>c) right &#8211; e tregon djathtas</p>
<p>d) justify &#8211; e mbeshtet teksin ne dya anet.</p>
<p><strong>Border style </strong>- Ben tipin e vizes qe do vizohet reth shkrimit</p>
<p><strong>Font color</strong> &#8211; tregon ngjyrat e fontit</p>
<p><strong>Background color</strong> &#8211; perdoret per ngjyren e mbrapa faqes ( backgroundin )</p>
<p><strong>Border color</strong> &#8211; Ben ngjyren e vizes qe do vizohet reth tekstit.</p>
<p>Per me teper informacione <a href="http://csstxt.com/">klikoni Ketu</a>&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/csstext-com-vegla-online-per-te-regulluar-shkrimet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ndryshimi midis ID dhe CLASS ne CSS</title>
		<link>http://www.albcoders.com/blog/programim/css/ndryshimi-midis-id-dhe-class-ne-css.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/ndryshimi-midis-id-dhe-class-ne-css.html#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:24:05 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=284</guid>
		<description><![CDATA[Bashke me Teknologjite e reja tani jemi drejtuar ne dizajne me css te reja.Por si cdo teknologji e re problemat qe ndodhin ne css filluan duke na lodhur.Faktikisht ne kete mesim do flasim per dy gjera te rendesishme ne CSS ,keto jane ID dhe CLASS. Fillojme udke shpjeguar se cfare eshte ID. ID : gjeja [...]]]></description>
			<content:encoded><![CDATA[<p>Bashke me Teknologjite e reja tani jemi drejtuar ne dizajne me css te reja.Por si cdo teknologji e re problemat qe ndodhin ne css filluan duke na lodhur.Faktikisht ne kete mesim do flasim per dy gjera te rendesishme ne CSS ,keto jane ID dhe CLASS.<br />
Fillojme udke shpjeguar se cfare eshte ID.<br />
<strong>ID</strong> : gjeja me e rendesishme qe e ndane nga elementi class eshte sepse vetem nje here shtohet vetem tek nje<br />
<strong>div</strong> Mund ta shpjegojme edhe keshtu;ID i perket dikujt.Kurse class eshte nje klase i perket disa vetave.<br />
ID nga class-et ndahet edhe simbolisht.Ne ID-e kur perdoret <strong>#</strong> (thurje) ne class perdoret <strong>.</strong> (pike)<br />
<strong>Shembull</strong><br />
<strong>Menyra ne Faqe</strong></div>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;menu&quot;&gt;Faqja Kryesore&lt;/div&gt;</pre></div></div>

<p><strong>Menyra Style</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">#menu{
background-color: red</pre></div></div>

<p><strong>CLASS</strong> : Siç thash edhe me lart gjeja me e rendesishme qe e ndane Class me ID eshte qe class perdoret ne shume pika.Dhe perdorimi simbolik , Ne ID perdoret # dhe ne class perdoret . (pike).</p>
<p><strong>Shembull ;</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;!--
.babi { background-color: red; }
.mami { background-color: blue; }
.gjyshi { 
	background-images:bg.png;
&nbsp;
}
--&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/ndryshimi-midis-id-dhe-class-ne-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Per ta Kthyer PSD-ne ne XHTML dhe CSS</title>
		<link>http://www.albcoders.com/blog/programim/css/per-ta-kthyer-psd-ne-ne-xhtml-dhe-css.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/per-ta-kthyer-psd-ne-ne-xhtml-dhe-css.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:45:29 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=281</guid>
		<description><![CDATA[Duke pare nje teme ne webmaster.al reth kthimit te PSD-se ne XHTML dhe CSS ju futa punes dhe mendova te bej nje tutorial ne Faqen time. Duke pasur deshir per te ndihmuar dhe bashke me llogjiken secilli punen e vet bera disa kerkime. Dhe nga burimet qe gjeta mendoj se njera me te vertete do [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.albcoders.com/wp-content/uploads/2009/10/psd-to-css-and-xhtml-150x150.jpg" alt="psd-to-css-and-xhtml" title="psd-to-css-and-xhtml" width="150" height="150" class="alignleft size-thumbnail wp-image-282" />Duke pare nje teme ne webmaster.al reth kthimit te PSD-se ne XHTML dhe CSS ju futa punes dhe mendova te bej nje tutorial ne Faqen time.<br />
Duke pasur deshir per te ndihmuar dhe bashke me llogjiken secilli punen e vet bera disa kerkime.</p>
<p>Dhe nga burimet qe gjeta mendoj se njera me te vertete do te ndihmoj shume veta. Gjeta nje faqe qe ndante kodet shembull bashketregimin se si mund te kthehet PSD tek XHTML dhe CSS .<br />
Ja urdheroni Videot dhe dosjat qe jane publikuar ne Nettuts.com per kete teme.</p>
<p>Videot jane afersisht 55 minuta,tregimet jane bere shume te plote dhe origjinale ua preferoj me presjon te madh qe ti shikoni ne kohen e lire keto video.</p>
<h3>Videoja qe tregon Kthimin e PSD-se ne XHTML ;</h3>
<p><object width="500" height="325" data="http://blip.tv/play/grg31_8Ij7EM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/grg31_8Ij7EM" /><param name="allowfullscreen" value="true" /></object></p>
<h3>Ja dhe Video qe tregon Kthimin e PSD-se ne CSS</h3>
<p><object width="500" height="325" data="http://blip.tv/play/grg32IUwj7EM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/grg32IUwj7EM" /><param name="allowfullscreen" value="true" /></object></p>
<p><a href="http://nettuts.s3.amazonaws.com/114_psdToHTML/newThemeForestProject.zip"><img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_src_nm.jpg" alt="" /></a>Â <a href="http://nettuts.s3.amazonaws.com/114_psdToHTML/newThemeForestProject/index.html" target="_blank"><img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_demo_nm.jpg" alt="" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/per-ta-kthyer-psd-ne-ne-xhtml-dhe-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leni mesazh tek Vizitoret e IE6</title>
		<link>http://www.albcoders.com/blog/programim/css/leni-mesazh-tek-vizitoret-e-ie6.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/leni-mesazh-tek-vizitoret-e-ie6.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 17:29:19 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=168</guid>
		<description><![CDATA[Nese deshironi mund ti leni mesazh vizitoreve qe vijne me internet explorer 6.0 qe ta nderrojne browserin duke i lajmeruar ato se internet explorer eshte nje browser i vjeter ,i shemtute dhe qe nuk ben me,i ka hikur koha .(Akoma ka shume veta qe perdorin versionin 6 bashke me sistemin windows 2000).Pra te bere kete [...]]]></description>
			<content:encoded><![CDATA[<p>Nese deshironi mund ti leni mesazh vizitoreve qe vijne me internet explorer 6.0 qe ta nderrojne browserin duke i lajmeruar ato se internet explorer eshte nje browser i vjeter ,i shemtute dhe qe nuk ben me,i ka hikur koha .(Akoma ka shume veta qe perdorin versionin 6 bashke me sistemin windows 2000).Pra te bere kete Gjeja qe duheni te beni eshte ti kopjoni Kodet e poshtem dhe ti vendosni ne trupin ( body ) te Faqes.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;!--[if IE 6]&gt; 
Mesazhi Juaj per Vizitoret e Faqes... 
&lt;![endif]--&gt;</pre></td></tr></table></div>

<p><center><img src="http://www.albcoders.com/images/explorer.bmp" alt="Internet Explorer " /><br />
</center><br />
Dhe mundohuni te shkruani nje Mesazh te lezetshem pershembull nje nga ana ime;</p>
<p>I Dashur Vizitor..<br />
Shfletuesi Juaj Internet Explorer 6 eshte Prodhuar ne Vitin 2001.Zhvillimi ieshte ndaluar.<br />
Kjo domethene qe jeni duke perdorur nje Shfletues te kohes Qepes <img src='http://www.albcoders.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Disa nga Shfletuesit e Dites Sotme : <a href="http://www.apple.com/safari/">Apple Safari</a> , <a href="http://www.mozilla-europe.org/sq/">Mozilla Firefox</a> , <a href="http://www.opera.com/">Opera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/leni-mesazh-tek-vizitoret-e-ie6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zgjidhje per IE7 dhe IE8</title>
		<link>http://www.albcoders.com/blog/programim/css/zgjidhje-per-ie7-dhe-ie8.html</link>
		<comments>http://www.albcoders.com/blog/programim/css/zgjidhje-per-ie7-dhe-ie8.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 17:15:44 +0000</pubDate>
		<dc:creator>AlbCoder</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.albcoders.com/?p=165</guid>
		<description><![CDATA[Titulli Temes ndoshta nuk eshte shume i kuptueshem ashtu sic duhet.Me teper mund te themi keshtu; Kodet CSS dhe HTML per ti shpjeguar ne menyre te pershtateshme me standartet ne Browserin Internet Explorer. IE7.js dhe IE8.js Cfare Fitimi keni me Keto? Keto bejne te mundur qe dizajni juaj te duket edhe ne Internet Explorer siç [...]]]></description>
			<content:encoded><![CDATA[<p>Titulli Temes ndoshta nuk eshte shume i kuptueshem ashtu sic duhet.Me teper mund te themi keshtu;<br />
Kodet <strong>CSS</strong> dhe <strong>HTML</strong> per ti shpjeguar ne menyre te pershtateshme me standartet ne Browserin Internet Explorer. <a href="http://code.google.com/p/ie7-js/">IE7.js dhe IE8.js</a></p>
<p><strong>Cfare Fitimi keni me Keto?</strong></p>
<p>Keto bejne te mundur qe dizajni juaj te duket edhe ne Internet Explorer siç duket tek tjerat.Keshtu qe nuk do keni nevoj te perdorni Teknika dhe hile te ndryshme reth CSS.</p>
<p><strong>Perdorimi</strong></p>
<p>Gjeja e vetme qe duheni te beni eshte ti kopjoni kodet dhe ti vendosni midis (< head >..< /head >) ne dizajnin tuaj.</p>
<p><strong>Per IE7</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;!--[if lt IE 7]&gt; 
&lt;script src=&quot;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; 
&lt;![endif]--&gt;</pre></td></tr></table></div>

<p><strong>Per IE8</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;!--[if lt IE 8]&gt; 
&lt;script src=&quot;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; 
&lt;![endif]--&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.albcoders.com/blog/programim/css/zgjidhje-per-ie7-dhe-ie8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

