Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: sreein1986 ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Jun 16th, 2009
Replies: 6
Solved: PDF Preload
Views: 594
Posted By sreein1986
it is possible with JavaScript not possible in HTML, post this in JavaScript forum
Forum: HTML and CSS Jun 10th, 2009
Replies: 9
Views: 965
Posted By sreein1986
the main difference between <br > and <br /> is <br> is used html earlier versions and <br /> is used in the latest version like the below tags also


<img src="" > ------------- <img src="" />...
Forum: HTML and CSS Sep 12th, 2008
Replies: 2
Solved: Div position
Views: 3,777
Posted By sreein1986
Hey mohammad_molana
please check this code and check it

<div style="width:430px; height:100%;">
<div style="width:100px; height:100px; float:right; border:1px solid #333333;">&nbsp; </div>
<div...
Forum: HTML and CSS Sep 5th, 2008
Replies: 6
Views: 1,505
Posted By sreein1986
i think if we give height and width ='100%' it should fill all comps ...
Forum: HTML and CSS Sep 5th, 2008
Replies: 6
Views: 1,505
Posted By sreein1986
if you are use tables give height and width = "100%"

and your images resoutions must 72 DPi
it's fit all browsers and all resolutions computers
Forum: HTML and CSS Aug 11th, 2008
Replies: 2
Views: 989
Posted By sreein1986
please select mark as solved ...
Forum: HTML and CSS Jul 28th, 2008
Replies: 13
Views: 4,372
Posted By sreein1986
save your file with the ext. of .css
if you give the css file name style.css

when you call the css style sheet in you html page give the code
<link rel="stylesheet" href="style.css" />
Forum: HTML and CSS Jul 28th, 2008
Replies: 5
Views: 926
Posted By sreein1986
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages()...
Forum: HTML and CSS Jul 23rd, 2008
Replies: 8
Solved: Navigation
Views: 792
Posted By sreein1986
follow the tutorials
Forum: HTML and CSS Jul 23rd, 2008
Replies: 5
Views: 760
Posted By sreein1986
hi
use always for font style, body properties and anything use to again and again css style is good
Forum: HTML and CSS Jul 15th, 2008
Replies: 11
Views: 1,954
Posted By sreein1986
is it a question how it possible once think when you post a query in forum is it right question or not?
Forum: HTML and CSS Jul 9th, 2008
Replies: 3
Solved: Hide/Show text
Views: 4,465
Posted By sreein1986
this code in javascript and HTML
if problem solved mark it solved ...
Forum: HTML and CSS Jul 9th, 2008
Replies: 6
Views: 1,271
Posted By sreein1986
Dont use templates but read design articles

I think for professional website first use websafe color linke blue, green, yellow in RGB Values it shows professionality, try out a fixed width site in...
Forum: HTML and CSS Jul 8th, 2008
Replies: 3
Solved: Hide/Show text
Views: 4,465
Posted By sreein1986
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:116px;
top:37px;
width:346px;
height:257px;
z-index:1;
}
Forum: HTML and CSS Jul 4th, 2008
Replies: 6
Solved: Image mapping
Views: 1,187
Posted By sreein1986
in Dreamweaver one option is there below of property bar take poligonal tool it works fine
check the attachments
Forum: HTML and CSS Jul 3rd, 2008
Replies: 3
Solved: resize
Views: 646
Posted By sreein1986
it means window maximize and minimize
Forum: HTML and CSS Jul 3rd, 2008
Replies: 6
Solved: Image mapping
Views: 1,187
Posted By sreein1986
first install dreamweaver in your system,
it will easy to edit image mapping
Forum: HTML and CSS Jul 1st, 2008
Replies: 1
Solved: Margin problem
Views: 819
Posted By sreein1986
this is very simple in HTML page there is style tag between head tag in that style define margin like this

<style type="text/css">
<!--
body {
margin-left: 0px; /* write howmuch margin here...
Forum: HTML and CSS Jun 30th, 2008
Replies: 10
Views: 3,640
Posted By sreein1986
.mainstylesheet{
background-image: background url; /*give your location of the image background*/
background-repeat:no-repeat; /*if you want repeat then instead of no-repeat put repeat*/...
Forum: HTML and CSS Jun 30th, 2008
Replies: 10
Views: 3,640
Posted By sreein1986
if you want 3d Background then you will design in Photoshop using with filters and add as a background with using css ...
Forum: HTML and CSS Jun 30th, 2008
Replies: 10
Views: 3,640
Posted By sreein1986
above code is correct,
i am helping one more option for not this problem what is that means please take one image in only one TD and also give your background color in style properties

check this...
Forum: HTML and CSS Jun 25th, 2008
Replies: 7
Views: 1,320
Posted By sreein1986
where is your image i mean location and give image in HTML page it works fine ...
Forum: HTML and CSS Jun 20th, 2008
Replies: 5
Views: 3,159
Posted By sreein1986
it's Ok
then no prob...
and also give margin in style tag ok it is good for every designer don't put in body tag it's not it's my openion
if your prob solved put mark as solved
Forum: HTML and CSS Jun 20th, 2008
Replies: 5
Views: 3,159
Posted By sreein1986
I think you are newbie for HTML
there is no head tag and also you aren't define margin left and top

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: HTML and CSS Jun 20th, 2008
Replies: 5
Views: 3,159
Posted By sreein1986
Here I am getting no difference, i haven't any images belongs to this please attach those images
Forum: HTML and CSS Jun 17th, 2008
Replies: 2
Views: 1,802
Posted By sreein1986
Hi,

First you didn't give align for div tags. so, pls give alignment and mention div tag size after then check
Forum: HTML and CSS Jun 17th, 2008
Replies: 5
Views: 2,328
Posted By sreein1986
pls put it mark as soved if solve the probelm
Forum: HTML and CSS Jun 16th, 2008
Replies: 5
Views: 2,328
Posted By sreein1986
Forum: HTML and CSS Jun 14th, 2008
Replies: 4
Views: 1,691
Posted By sreein1986
click below links for CSS and HTML tutorials

http://www.daniweb.com/forums/thread128697.html
Forum: HTML and CSS Jun 13th, 2008
Replies: 5
Views: 2,328
Posted By sreein1986
first when you insert div tag check that div tag properties and define width and height size then check in IE
Forum: HTML and CSS Jun 11th, 2008
Replies: 9
Views: 2,604
Posted By sreein1986
now i understood can you send me files with diffrent attachments like style sheets is diffrent and html file is diffrent i will give solution to this
Forum: HTML and CSS Jun 11th, 2008
Replies: 9
Views: 2,604
Posted By sreein1986
I didn't get in your reply wht r u asking second one
Forum: HTML and CSS Jun 11th, 2008
Replies: 9
Views: 2,604
Posted By sreein1986
please use your style sheets in another file and save it name.css

add this code in your html file

<link rel="stylesheet" type="text/css" href="name.css" />

and now check it

it's working...
Forum: HTML and CSS Jun 11th, 2008
Replies: 9
Views: 1,498
Posted By sreein1986
this web sites are belongs to CSS style sheet

http://www.mandarindesign.com/style.html
http://www.positioniseverything.net/
http://www.meyerweb.com/eric/css/ ...
Forum: HTML and CSS Jun 11th, 2008
Replies: 3
Views: 2,781
Posted By sreein1986
send your html code i will check n give any solution for this
Forum: HTML and CSS Jun 9th, 2008
Replies: 5
Views: 1,394
Posted By sreein1986
which one style use for that div tag
Forum: HTML and CSS Jun 7th, 2008
Replies: 4
Views: 713
Posted By sreein1986
please send me the code

Thanx,
sree
Forum: HTML and CSS Jun 6th, 2008
Replies: 10
Views: 2,423
Posted By sreein1986
I think that tag is between script tag

please check once total code

Thanx,
sree
Showing results 1 to 38 of 38

 


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

©2003 - 2009 DaniWeb® LLC