Posts Tagged “css”

If you make a tag system and want to make a tag cloud page which will writes tags in different sizes accoring to use time refer to Tag Cloud document. That’s an easy and practical way for you. (Document Mirror on Focus on Code (186KB))

If you want to learn CSS Positioning or need a manual in your pocket you can refer to Learn CSS Positioning in Ten Steps article. That’s a very good and simple article including most of positioning styles. (Document Mirror on Focus on Code (88KB))

If you want to read and write to TWebBrowser component on Delphi you can refer to How to read and write form elements article. Article contains most wishes while using TWebBrowser. Before using these just insert Microsoft HTML Object Library to your project and add MSHTML_TLB class to your uses block.(Document Mirror on Focus on Code (52KB))

Tags: , , , , ,

Comments No Comments »

We already know valid page means “valid” only for browsers which don’t interpret pages and standarts to their wishes like Opera and Firefox. By this situation i wan’t to note some problems about IE that i have meet last days.

Internet Explorer Italic Lines Overflow Problem

There’s no problem on Opera or Firefox. But IE sucks. For see what the problem is place a div tagged layer with a width of 400px and fill it with a 5 lines of italic (em,i) text. After that take the screenshot of the page and look it at your favorite graphic processing envrionment like PSP, PS or Gimp. You must see an extra 2-3 pixels.

Read the rest of this entry »

Tags: , , ,

Comments No Comments »