1 tilqicom Apr 07, 2009 00:52
3 slamp Apr 17, 2009 14:37
I love sortable sidebar widgets !!!
4 tilqicom Apr 17, 2009 15:45
yup, both skins are almost complete, they just need a final push..that would be.. today or tomorrow i estimate, as my exams are finally finished as of today {: incurable ie bugs take most of the time together with our newest problem google chrome
5 laibcoms Apr 18, 2009 16:17
tilqicom wrote:
yup, both skins are almost complete, they just need a final push..that would be.. today or tomorrow i estimate, as my exams are finally finished as of today {: incurable ie bugs take most of the time together with our newest problem google chrome
With IE8, should be less, we just have to wait for almighty MS to force everyone to install IE8.
Try this: http://code.google.com/p/ie7-js/
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
<![endif]-->
Might solve the IE problem for all versions pre-IE8.
For Google Chrome... what's the problem? If it works fine in Safari, it should work as well in Chrome, basically just the same - WebKit. Chrome is just a little behind in terms of version.
If there's a Chrome problem not found in it's sister-Webkit browser.... :( that means we have to test it in Chrome too?! bleh :/ that is just sad. I ignore Chrome because I test with Safari, it always have the latest WebKit (and the most standards compliant so far).
6 tilqicom Apr 18, 2009 17:38
i have cured most of the problems.. i know that google ie7code but that's not a total solution, fixes most of the problems but also causes others, like unclickable links etc..google chrome acts weird sometimes especially when overflow:hidden is used.. i ve also met some different rendering issues with chrome
7 esanchez Apr 22, 2009 06:08
tilqicom - great work mate. Great work with the post-it notes skin. The WP itheme one looks great too.
May the CSS gods be with you.
8 sterling Jun 04, 2009 18:14
tilqicom - Nice skin.
Can I ask a question? I was looking at the thumb of the skin and it has different color post its. How do you change the color of each?
Probaly a stupid question. But I havent figured it out.
9 tilqicom Jun 04, 2009 19:58
Sterling wrote:
tilqicom - Nice skin.
Can I ask a question? I was looking at the thumb of the skin and it has different color post its. How do you change the color of each?
Probaly a stupid question. But I havent figured it out.
colors are based on categories.You can manipulate the color of the post-its with photoshop, and assing to more categories, i basically created 4 and assigned to the first 4 cats.
By the way, there's an update for the skin fixing some issues but i didnt submit it, i need a image-fit or thumbnail plugin as inserted images wouldnt fit a post it sized 300px's .. anyone ?
10 sterling Jun 06, 2009 18:24
tilqicom wrote:
Sterling wrote:
tilqicom - Nice skin.
Can I ask a question? I was looking at the thumb of the skin and it has different color post its. How do you change the color of each?
Probaly a stupid question. But I havent figured it out.
colors are based on categories.You can manipulate the color of the post-its with photoshop, and assing to more categories, i basically created 4 and assigned to the first 4 cats.
By the way, there's an update for the skin fixing some issues but i didnt submit it, i need a image-fit or thumbnail plugin as inserted images wouldnt fit a post it sized 300px's .. anyone ?
Could you please share some example css with 4 categories? There are already different color post-its included in the img folder.
11 tilqicom Jun 07, 2009 03:49
check the [url=http://skindemo.b2evolution.net/2/index.php?tempskin=postlog]demo[/url] and explore it with web developer:
html > body > div #skin_wrapper > div #innerwrapper > div #main > div .content > > div #item_21 .pozt statuspublished catID1
.catID2 {
background: url(img/postit5.png) top left no-repeat;}
.catID2:hover {
background: url(img/postit-hover5.png) top left no-repeat;}
.catID1 {
background: url(img/postit6.png) top left no-repeat;}
.catID1:hover {
background: url(img/postit-hover6.png) top left no-repeat;}
catid's are retrieved from the db.. for example the 5th category you have created in ur blog may be 'dogs', so all the posts in 'dogs' category will be styled with 'catid5'.. so if you'd like to add a brown post-it for say to the dogs category, you gotta insert
.catid5 {
background: url(img/mybrownpostit.png) top left no-repeat;}
into your style.css
tilqicom wrote:
Would love to see this one. I have been looking for a style like this for B2 for a while.
Any updates?