10,655 Topics
![]() | |
Hello :) I was just surfing this forum and i want to thank you, because it really helped me. Also, i find the sections of the site very useful. Thank you! :) I've recently started a website that embeds youtube videos, and i have a question. From what you wrote … | |
I am making a website....i encounter a very strange problem that when my browser in full screen mode design looks as i want...but when i resize my broser window to some lower size..everything get messy....i am also uploading the pic of both the screenshots.... so is there any help!! | |
Hi, guys! I started prototyping this site a little while ago. Some of the code may be a little bit ugly, but I'm cleaning it up as I go along. I spent a very long time doing flash sites and I am trying to brush up on my css. So, … | |
I have 2 very similar pages. The first loads fine in IE9, the second does not. I get no error message on screen or in developer tools. Page just does not load: good: [url]http://www.mfwbooks.com/products/M50/40/10/0/1[/url] bad: [url]http://www.mfwbooks.com/products/M50/40/15/0/1[/url] Any ideas? If I turn on compatibility view for the site, the second page … | |
can anyone tell 1.how to place table manually at some position 2.how can we bring another objects such as images,or text above table........and table behind them | |
Hi! I'm currently trying to make a specific design with gradient. The gradient should be divided into 3 parts, Blue to white then white to blue... I successfully did so with this: [CODE]background-image: -webkit-linear-gradient(top, #0088FF, #FFFFFF, #0088FF)[/CODE]; (Chrome only) I have these ones: [CODE]-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0088FF)); … | |
Hi all, I don't know css and I would like your help. I am trying to make an online bookstore. The problem I have with divs is that when I am trying to make a new all the below divs are moved down. I would like to add welcome guest … | |
[CODE] <html> <head> </head> <body> <br><br><br><br><br><br> <form method="post" name="frm" action="search"> <table border=0 width="300" align="center" bgcolor="#CDDFFF"> <tr><td colspan=2 style="font-size:12pt;color:#00000;" align="center"> <font size=5> Search Employee </font> </td></tr> <tr><td ><b> Employee Name</b></td> <td>: <input type="text" name="emp_name" id="emp_name"> </td></tr> <tr><td ><b>Department</b></td> <td>: <input type="text" name="emp_dept" id="emp_dept"> </td></tr> <tr><td ><b>Email</b></td> <td>: <input type="text" name="email" id="email"> … | |
Hi, How do people set an image as background and that image covers whole background whatever the browser and OS platform is? Thanks in advance | |
forums, can any please help me with this, im baffled: [url]http://elneco.biz/idk.html[/url] i talked to my hosting service, they have NO idea.... thank YOU for looking into this -jaime | |
Hey Guys, I've been searching a lot! and months for a solution for that specific problem !! please help . if anyone can figure it out! :S:S i have that code: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Digital Surveillance system</title> <link rel="stylesheet" … | |
I am trying to do something like a popout and am not sure how to do that or just a text box that will do a transition from a word to the box on hover. I would like to do this in css/3 if I can. Will any one help … | |
Hi there, I have a problem with how the text, especially headings are positioned on my site [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/our_web_standards.htm[/url]. When I look at the website from my dell laptop (resolution 800x600) everything seems fine in all the browsers except chrome where the headings are at the same level as the top … | |
Hi, The link to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. On the right side of the site, there is a lot of extra white space. Can anyone tell me why and how I can get rid of it? Thank you! | |
Hi all! in my website i am using css for designing and alignment.i have used float:right property for the sidebar it works properly with the chrome but in Internet Explorer it doesn't work. Please help me... Thanks in Advance | |
I am SICK and TIRED of having this stupid issue. I have a very simple page. A background image which fits the entire browser with: [CODE]position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:0;[/CODE] And I also have a blasted table which has two lines and a small image. The problem is … | |
I'm using the table function on a website builder and want to create space between tables so I can add text. When I place the text in what looks like the correct position between the tables on the builder page, when I view the page, the text appears to the … | |
i want to get a data on image by using <img> tag can any one sortr this out | |
I have a website that I have made. I am using friendly urls and I want to force use those in the URL bar. Current htaccess is [code] #Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(gallery|upload|verify|contact|about)$ $1/ [R] RewriteRule ^(gallery|upload|verify|contact|about)/$ $1.php [NC] RewriteRule ^view/?$ view.php [NC] RewriteRule ^view/(molly|ms|es|misc)$ view/$1/ [R] … | |
Hi, I am trying to use an image as a link to lead to another image. The URL of the page where this second image is should end with jpg, i.e., the web page should be such that it is the path of the image. For example, this should be … | |
The url to my site is [snipped]. There are a few sub pages on my site, (called "features", "benefits", and "read more".) I wanted to know how to make the button on the bottom of these pages that says "home" link to the previous page, instead of linking to the … | |
Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where … | |
Hi all.. I am newbie in css, I just want to know how could we create multiple background left and right header using 1 image ? :confused: | |
how would i give dime text in any text field e.g if there is login form and in login form the field where we enter the password written a transparent text that enter your password.how would i apply this in form below please help me...i have highlight the code for … | |
Hey everyone, I've made a web application that allows a user to construct an object, in my case a door, which is a collection of overlapping divs and imgs, and I'd like to take this final object and change it into a jpg image or pdf (like a screenshot) for … | |
Okay, I have the content area of my Wordpress blog theme I'm creating. I want the content area to at least have a height of 600px, but if more content comes then I would like the height to change to what ever is necessary. So 600px automatically, but continue expanding … | |
Hi all I have a question, How do i setup a web page to accept HTTP POST? I have a webcam software that uses HTTP POST, but I can't work out how I setup the web page to accept the posts from the webcam, to view the cam streaming. I'd … | |
Hi I have a client who is very keen to user the blue, square twitter "t" on his website to link to his twitter feed. He says (correctly) that "Thousands of sites have it" so it must be ok. However, when I look on [url]http://twitter.com/about/resources/logos[/url] its not shown. Is it … | |
I'm studying out of a book for HTML, XHTML, & CSS. We just went over building a basic table. here's my code so far below, validated and working just fine: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>basicTable.html</title> … | |
(I know this is the C++ section but since Im not sure where to put this...) I have a movie clip that with ActionScript I would like to do a gotoandStop on (for example) frame 3 of Layer 1 but I would like to keep playing Layer 2. How do … |
The End.