TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: enzochi@gmail.com
Forum: Absolute Beginners 01-02-2009, 09:46 PM
Replies: 9
Views: 843
Posted By enzochi@gmail.com
the conditionals only work for IE (I can't find...

the conditionals only work for IE (I can't find anywhere that would suggest different). The way I work this out is to develop for FF/Safari/Opera. Then make it work in IE. Those three seem to work...
Forum: Absolute Beginners 01-02-2009, 12:41 PM
Replies: 9
Views: 843
Posted By enzochi@gmail.com
you could just use HTML conditional statements: ...

you could just use HTML conditional statements:

<!--[if IE]>
<link href="/includes/ie-fixes.css" rel="stylesheet" type="text/css" />
<![endif]-->

there is also...
Forum: Advanced PHP Programming 11-17-2008, 01:29 PM
Replies: 6
Views: 1,697
Posted By enzochi@gmail.com
could just do a mod...

could just do a mod oppr:

for($i=0;mysql_num_rows($rsSomthing)>$i;$i++){
$color = "#ededed";
if($i%2){
$color = "#ccc";
}
$i++;
echo "<div...
Forum: XHTML, HTML, CSS 08-14-2008, 03:43 AM
Replies: 4
Views: 1,165
Posted By enzochi@gmail.com
Css

Hi there,

The short hand for the background like this:

body{
background: #ccc url(/img/pic.png) top left no-repeat;
}

the 100% is for the
bakground-position: 100%
Showing results 1 to 4 of 4

 

All times are GMT. The time now is 02:39 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design