Bookmark Us   |   Today's Posts  
Forum search: Power Search  |  Member list
Navigation
Marketplace
  Members Login:
Lost password?
Not registered?
  Forum Statistics:
Forum Members: 21,621
Total Threads: 63,259
Total Posts: 501,768
There are 38 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Talkfreelance Marketplace     Looking For / Wanting to Sell Products     Premium Designs, Templates, Skins :

[CODED] Business/Personal Template for sale

Thread title: [CODED] Business/Personal Template for sale
Reply    
    Forum 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:
 
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

Web Design - Identity - Templates :
GFXology.com

Reply With Quote
06-15-2007, 09:17 PM
#2
Garyrae is offline Garyrae
Garyrae's Avatar
Status: BreeBreeBree
Join date: Dec 2005
Location: Colchester, UK
 
Posts: 4,171
iTrader: 14 / 100%
 

Garyrae is on a distinguished road

  Old

IE hates PNGs. ;[

» For Hire: vBulletin Skin Coding - PSDtovB.com
» bbInspiration - Forum Design Showcase

Reply With Quote
06-15-2007, 09:20 PM
#3
GFXology.com is offline GFXology.com
Status: I'm new around here
Join date: Jun 2007
Location:
 
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.

Web Design - Identity - Templates :
GFXology.com

Reply With Quote
06-15-2007, 10:11 PM
#4
Ornithoptr is offline Ornithoptr
Status: Member
Join date: Nov 2005
Location:
 
Posts: 186
iTrader: 3 / 100%
 

Ornithoptr 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

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

johnp20 is on a distinguished road

  Old

yea i firefox too have some problems..

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

GFXology.com is on a distinguished road

  Old

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

Web Design - Identity - Templates :
GFXology.com

Reply With Quote
Reply    


Thread Tools
Display Modes

  Posting Rules  
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed