Three Myths About Business In China Some things everyone knows are no longer true. .headshaunrein { background-color: #336699; color: #ffffff; font-weight: bold; padding:2px;}.bordershaunrein{ border:1px solid #003366;}.bordercolorshaunrein { background-color: #336699;}.rowshaunrein { background-color: #ffffff;}.row1shaunrein { background-color: #ffffff;}.row2shaunrein{ background-color: #efefef;}.ruleshaunrein { background-color: #cccccc;}.spaceshaunrein { background-color: #ffffff;} 'http://search.forbes.com/search... aname=Shaun+Rein'> More from Shaun Rein China's gross domestic product grew 8.9% in the third quarter. The country has become key to growth for even the largest multinationals. Paul Otellini, the chief executive officer of Intel, recently said, 'Thank God for China. They buoyed, certainly, our company through the depths.' Yum! Brands, the fast-food conglomerate, generates a third of its business there, and brands like the Gap and...
- wangshuai
Hi(",)Guys! I'm new here and I've been studying wordpress theme designing and developing for a couple of weeks now. Though I still have lot of things to learn. I already finished my first theme design, sliced it and it has xhtml codes already. I also started CSS coding but it seems it's not working :( .My designed theme should appear and some other styles should also have appear. All of my CSS coding is not working. Please, help me guys. Here's my CSS: /* Theme Name: blue Theme URI: the-theme's-homepage Description: my firt theme design Author: Jam Castro Author URI: your-URI Version: 1.0 General comments/License Statement if any. */ body, h1, h2, h3, h4, h5, h6, blockquote, p{ margin: 0; padding: 0; } body{ margin: 0; font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 12px; text-align: center; vertical-align: top; color: #000000; } h1{ font-family: Georgia, Sans-serif; font-size: 24px; padding: 0 0 10px 0; } a:link, a:visited{ text-decoration: underline; color: #336699; }...
peki o zaman şöyle sorayım, a etiketinin rengini her girişte nasıl değiştirebilirim?
- sy
JavaScript ile yapilabilir Selcuk. body.onload() 'a bir function eklenir, o function'da da getElementById ile a'nin ilgili id'li olan elementi alinir, sonra da stili degistirilir
- Ozkan Altuner
id yok babacım direk <a>... bir de bu dediklerinin JavaScript ile yazılmış hali varsa bir yerlerde süper olur... Ben hiç anlamıyorum şu kod işlerinden...
- sy
Sayfa her yüklendiğinde a etiketinin yani linklerin farklı renkte olması isteniyor dimi? Senaryo bu ise en pratik yol olan yada jquery ile yapılmasını tavsiye edicem. Ornek kod istiyorsanız bilgisayar başına geçince yardımcı olmaya çalışırım. Hali hazırda bunu yada benzeri bir çalışmayı yapmış biri varsa daha çabuk yardım alabilirsiniz belki.
- Aykut Önen
from iPhone
window.onload = function() { var e = document.getElementsByTagName('a'); for(var i = 0; i < e.length; i++) { e[i].style.color = '#ff0000'; } }
- Berker Peksağ
@berker, tesekkurler... bunu aksam deneyecegim... bir de benim belirleyecegim renkler arasindan random sececek sekilde yazabilir misin?
- sy
from iPhone
Rica ederim. window.onload = function() { var e = document.getElementsByTagName('a'); var c = ['#ff0000', '#0000ff', '#336699']; var r = c[Math.floor(Math.random() * c.length)]; for(var i = 0; i < e.length; i++) { e[i].style.color = r; } }
- Berker Peksağ
off çok güzel oldu, çok teşekkürler Berker... Biraz daha boş vaktimde renk seçeyim... merak edenler http://brainstorm.com.tr/blog adresine bakabilir... ajansa bir blog yapmaya çalışıyorum bu arada...
- sy
It really looks great, Mark. Very clean and crisp; it showcases the straightforward and effective Information Architecture really nicely. I really like it. If I had one quibble, it might be with the background color of the body element: it's doesn't contrast enough (or correlate with) the palette of the wordmark, for example. I threw a quick #336699 on it (that probably isn't the exact...
more...
- Jesse C.
Have you ever been re-finishing a room in your home... Or been working on a new website and not been able to find colors that go well with each other? Agave features *Generate 6 different types of color schemes: Complements, Split Complements, Triads, Tetrads, Analogous, and Monochromatic *Select a color that's displayed anywhere on the screen ("dropper" tool) *Easily change the lightness or saturation of a colorscheme with a toolbar button *Copy the hexstring (e.g. "#336699") of a color to the clipboard for use in CSS and HTML... and much more.