Search Results

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: rudevils ; Forum: HTML and CSS and child forums
Forum: HTML and CSS May 11th, 2009
Replies: 10
Views: 1,171
Posted By rudevils
Mmmm thats strange,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>...
Forum: HTML and CSS May 11th, 2009
Replies: 10
Views: 1,171
Posted By rudevils
if you use
table {background-color: #ff0000;}
you don't need to add class or id to your table, it will change all table background to #ff0000
Forum: HTML and CSS Jul 15th, 2008
Replies: 11
Views: 1,930
Posted By rudevils
mmm i think there's no solution to fit all of your image in 25x25 cell (because your images not all in square). If you push it that way you can set default value for height or width in your php...
Forum: HTML and CSS May 13th, 2008
Replies: 3
Views: 3,067
Posted By rudevils
Try it like this Borderline


.links a:link {
color: #000000;
background-color:#99ccfb;
border: 1px solid #000000;
padding: 5;
text-decoration:none;
}
Forum: HTML and CSS May 7th, 2008
Replies: 6
Views: 4,898
Posted By rudevils
mmm its strange ....
i think i need to see your page 1st
but u can try to add background to your body instead of #container like this

body{
background-image: url("");
background-color:...
Forum: HTML and CSS May 4th, 2008
Replies: 6
Views: 4,898
Posted By rudevils
#container
{
background-image: url(...) left top repeat;
}

try it like that, ( adjust background position and repeat behavior base on your need )
in the code above your background will...
Forum: HTML and CSS Apr 1st, 2008
Replies: 5
Views: 1,609
Posted By rudevils
if u using css, you must change it first
atribute like "float, padding, margin, etc" will affect your layout

so you can't just swap it in your html code, u need to change your css first
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC