Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1366 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Marketplace     Looking For / Wanting to Sell Products     Designs, Templates, Skins :

[CODED] Business/Personal Template for sale

Thread title: [CODED] Business/Personal Template for sale
Closed Thread    
    Thread tools Search this thread Display Modes  
06-15-2007, 09:12 PM
#1
GFXology.com is offline GFXology.com
Status: I'm new around here
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

GFXology.com is on a distinguished road

  Old  [CODED] Business/Personal Template for sale

I am selling this fully coded and validated template. It is valid CSS and HTML.


You will receive:
  • index.html
  • css.css
    - With helpful comments
  • PSD.psd
    - Well organized in groups.

See it LIVE : http://www.gfxology.com/61407/
PSD screenshot:http://www.gfxology.com/61407/screen.jpg


I am accepting offers $60+
BIN:$75
----------------------

If you have any questions, please feel free to send an e-mail to: design@gfxology.com.

Thank You,
GFXology.com

06-15-2007, 09:17 PM
#2
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

IE hates PNGs. ;[

06-15-2007, 09:20 PM
#3
GFXology.com is offline GFXology.com
Status: I'm new around here
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

GFXology.com is on a distinguished road

  Old

Originally Posted by Indy View Post
IE hates PNGs. ;[
Yes, I know, PSD preview it if you don't have IE 7+ or Firefox. You can change them to .gif's on the .psd.

06-15-2007, 10:11 PM
#4
Ornithopter is offline Ornithopter
Status: Member
Join date: Nov 2005
Location: Chicago
Expertise: PHP, SQL, jQuery, XHTML & CSS
Software: Aptana, Firebug, Evernote
 
Posts: 193
iTrader: 3 / 100%
 

Ornithopter is on a distinguished road

  Old

Hope this helps.

Put the following into a .js file on your server.
HTML Code:
var arVersion = navigator.appVersion.split("MSIE")
var version = parseFloat(arVersion[1])

if ((version >= 5.5) && (document.body.filters)) 
{
   for(var i=0; i<document.images.length; i++)
   {
      var img = document.images[i]
      var imgName = img.src.toUpperCase()
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
      {
         var imgID = (img.id) ? "id='" + img.id + "' " : ""
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
         var imgStyle = "display:inline-block;" + img.style.cssText 
         if (img.align == "left") imgStyle = "float:left;" + imgStyle
         if (img.align == "right") imgStyle = "float:right;" + imgStyle
         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
         var strNewHTML = "<span " + imgID + imgClass + imgTitle
         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
         img.outerHTML = strNewHTML
         i = i-1
      }
   }
}
Then include it on pages that need PNGs rendered.

HTML Code:
<![if lt IE 7]>
	<script defer type="text/javascript" src="http://www.ornithoptr.com/wp-content/themes/k2/js/pngfix.js"></script>
<![endif]>
Note that IE7 renders them nicely. This should fix the problem for IE6 though

06-16-2007, 04:22 PM
#5
johnp20 is offline johnp20
Status: I'm new around here
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 7
iTrader: 0 / 0%
 

johnp20 is on a distinguished road

  Old

yea i firefox too have some problems..

06-17-2007, 09:21 PM
#6
GFXology.com is offline GFXology.com
Status: I'm new around here
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

GFXology.com is on a distinguished road

  Old

Buy It Now for just $75. It was $150.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed