Search Results

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: rudevils ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Sep 9th, 2009
Replies: 6
Views: 1,824
Posted By rudevils
first u must create your banner in flash, then export your movie in swf format. Now u ready to insert ur banner in any html pages.
Forum: HTML and CSS Sep 4th, 2009
Replies: 8
Views: 584
Posted By rudevils
i think z-index will solve this, make z-index bigger for the top <div>
ex

.topdivname {
z-index: 5;
}
.underdivname {
z-index: 1;
}
Forum: HTML and CSS Sep 4th, 2009
Replies: 3
Views: 697
Posted By rudevils
i think its better to use <div> instead of <tr>
maybe it will look like this :

<a href="http://google.com"><div align="center"><span>google</span> <span>google</span> <span>google</span>...
Forum: HTML and CSS Sep 4th, 2009
Replies: 2
Views: 480
Posted By rudevils
i think u should make different style for your lightbox
ex :

.lightbox {
text-align: center;
etc ....
}
.lightbox image {
border: 0;
etc ....
Forum: HTML and CSS May 11th, 2009
Replies: 10
Views: 1,181
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: 1
Views: 380
Posted By rudevils
Try to reactive your plugin first and see if it work
Forum: HTML and CSS May 11th, 2009
Replies: 10
Views: 1,181
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 Apr 19th, 2009
Replies: 4
Views: 1,138
Posted By rudevils
try to use

float: left;

to #menu

and

float: right;
Forum: HTML and CSS Jul 16th, 2008
Replies: 5
Views: 887
Posted By rudevils
i think jakesee is right, you need to use PHP, ASP or something else to do it.
Forum: HTML and CSS Jul 15th, 2008
Replies: 11
Views: 1,952
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 Jul 15th, 2008
Replies: 5
Views: 1,495
Posted By rudevils
Try to remove "position:absolute" and the attributes. Use padding and margin to manage your div position. MMM maybe something like this


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"...
Forum: HTML and CSS May 13th, 2008
Replies: 3
Views: 3,124
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,979
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,979
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 30th, 2008
Replies: 1
Views: 587
Posted By rudevils
try to use line height in ur css, like this

.yourstyle {
line-height: 16px; (its depend on your needs)
}

hope it help
Forum: HTML and CSS Apr 30th, 2008
Replies: 2
Views: 734
Posted By rudevils
in ur case ill prefer to use table instead css.
Forum: HTML and CSS Apr 30th, 2008
Replies: 3
Views: 1,137
Posted By rudevils
hi there
for removing the space, u can make custom style like this

.checkboxstyle {
margin-left: 0;
padding-left: 0;
}

hope it helps
Forum: HTML and CSS Apr 14th, 2008
Replies: 7
Views: 2,086
Posted By rudevils
try to change ur table width into pixel not in %.
Example :
<table width="700" border="0" cellspacing="0" cellpadding="0">
Forum: HTML and CSS Apr 1st, 2008
Replies: 2
Views: 1,120
Posted By rudevils
you need to change h1 margin tjl30, that white space is cause by top margin of your h1
just change it to
margin: 0 .1em .5em .1em;
Forum: HTML and CSS Apr 1st, 2008
Replies: 2
Views: 1,164
Posted By rudevils
it's better if u show ur code first sfadelta
Forum: HTML and CSS Apr 1st, 2008
Replies: 5
Views: 1,631
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
Forum: HTML and CSS Mar 24th, 2008
Replies: 3
Views: 23,476
Posted By rudevils
sorry i didn't see height attribute in your ".title"
try it like this :


.title {
padding:0 0 0 0;
text-align: left;
}

.date {
Forum: HTML and CSS Mar 24th, 2008
Replies: 3
Views: 23,476
Posted By rudevils
try this

#header2 {
vertical-align:bottom;
padding-bottom:0;
float: left;
}
Forum: HTML and CSS Mar 5th, 2008
Replies: 6
Views: 4,870
Posted By rudevils
mmm u can use "windows explorer" if u use microsoft, just type ftp.domainname.com on the address bar and input user + password

hope it help
Forum: HTML and CSS Jan 4th, 2008
Replies: 18
Views: 2,238
Posted By rudevils
i think firefox is better for me, lot of feature, fresh with many skin and plugin.

but anyway ie is not that bad, ie is good but firefox is better :D
Showing results 1 to 25 of 25

 


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

©2003 - 2009 DaniWeb® LLC