Polonel
-
Feedback and Reviews
It originally was going for a business look but quickly turned into something else as i worked on it... I understand what your saying. I guess I was aiming more for a web business where they could use Flickr to show off their work in a easily manner.
-
Link Slider!
I was just going off of what was being used on http://psdtuts.com I wanted to create the same effect as used there..
-
Silver Portfolio - Looking for some Feedback
Thanks.. I'm going to try some different options down there.. Thats one area I have been unsure about for a while... Would like to see what others think as well..
-
Wordpress wp_list_pages
Thanks, Chris for the help.. I didn't realize it was added in 2.7..
-
need quick help - small IE6 issue
Your Welcome.. I know what the frustration can be like trying to get something working right for IE in general.. Glad I could help and I picked a topic off the 4ums today and said I'm not leaving this topic until I help this person... Glad to …
-
need quick help - small IE6 issue
Okay I have your fix.. you might not like... This is a bug known as Ghost Text in IE6.. its caused by the HTML comments inside the document I removed all HTML Comments on the page and the 2 letters went away... Here is a source to help you bett…
-
need quick help - small IE6 issue
To fix the border.... Move the border off the #mainContainer and put it on the #Wrapper in Style2.css That worked for me to get the border to space down.. but still getting those 2 letters on the Home page.. other pages look great just those 2 lett…
-
need quick help - small IE6 issue
I get the same problem with the 2 letters... I'm looking further into your issue... Another note: Take the javascript out and put it in a serpate .js file and call it in the header.. its making your code very invalid...
-
need quick help - small IE6 issue
Okay after testing your site through many different areas I have come to the Solution... THE FIX The image at the bottom is throwing it off in IE6. So the changes i made to your CSS to get it to work are as followed: (All changes were made to style…
-
need quick help - small IE6 issue
I'm sorry.. I checked my CSS and i have mine set: font-size: 0; for my main wrapper not 1%. sorry I didn't have it right in front of me. Try that and let me know what you get..
-
need quick help - small IE6 issue
I had this issue and took me forever to fix it... On your container layer (in your case mainContainer) its expanding more than it should in IE6... Try to put an IE6 only hack in your css * html #mainContainer {font-size: 1%; overflow: hidden;} …