Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for samsons17

There are no snippets of code or special settings that allow your images to stay the same size, relative to the screen (without making your images look really bad.) You just have to design your website to look good on any screen resolution, even though it will look different on …

Member Avatar for spy_1
0
1K
Member Avatar for Member #453901

WordPress.com has a lot of advantages. It’s free, can deal with huge traffic, is constantly updated and plugs you into a social network. For a small fee you can also get a proper domain name associated with a wordpress.com account without needing fully-fledged web-hosting. WordPress is an awesome CMS tool …

Member Avatar for Developer1
0
145
Member Avatar for juseasy

A conditional stylesheet should fix it. This goes under your stylesheet link in the head section: Code: <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="ie8fix.css" /> <![endif]--> The new stylesheet (ie8fix.css) should only contain the negative margin fix.

Member Avatar for giobongio
0
193
Member Avatar for pirula

[QUOTE=pixelsoul;1466814]Well, it may be a custom font they use but like Shaya4207 it is a logo image. A quick look around (like literally 2 minutes) and I found this font that is very similar to the look of their logo. [url]http://www.fontspace.com/johan-aakerlund/comfortaa[/url] Cheers[/QUOTE] Nice. Looks like you got the right match …

Member Avatar for anilashanbhag
1
394
Member Avatar for jrhitokiri

Yes, the codes for 301 & 307 are right. To track unique and total clicks on a link in PHP, you can try this: Mysql: CREATE TABLE ip (ip VARCHAR(255) NOT NULL); $ip = $_SERVER['REMOTE_ADDR']; // connect to db $query = mysql_query("SELECT * FROM ip WHERE ip='$ip';"); $result = mysql_fetch_array($query); …

Member Avatar for maryparker
0
139
Member Avatar for bad rabbit

Try to check out this page: [url]http://kb2.adobe.com/cps/405/kb405912.html[/url]

Member Avatar for zorbstudios
0
104
Member Avatar for replax

What's the URL of the gallery? Check if you've uploaded a copy of the folder "Scripts" onto your webserver. CS3 automatically create this folder/file to display Flash elements. This may be why it views ok locally (because they've automatically created it for you), but not online because you haven't copied …

Member Avatar for replax
0
191
Member Avatar for joshdecore

You can check out these sites as reference in creating a Joomla E-commerce template. [url]http://www.siteground.com/joomla-hosting/joomla-templates.htm[/url] [url]http://www.bestofjoomla.com/[/url]

Member Avatar for maryparker
0
81
Member Avatar for Reliable

Text-transform is an incredibly useful CSS property, yet one of the most underused. This property allows you to control the capitalization effects, and it converts upper case to lower case of the text in HTML.

Member Avatar for maryparker
0
87
Member Avatar for daviddoria

You can try this. IE doesn't understand :hover links it incorrectly uses :active instead so it's possible that by adding an active rule to the hover rule you might get your dropdowns to drop. So add the active rule after the hover one like this: [ICODE]div#menu ul li:hover ul, div#menu …

Member Avatar for maryparker
0
191

The End.