10,643 Topics
| |
is it possible to align text vertically within a div just using css class? I saw this tutorial on the web which are compatible with IE but wish to avoid the span. but cant make it to work. need some advice :) [CODE] <style> p.demo { border: 1px solid black; … | |
As I always mention I'm pretty new to web design and I'm kinda learning as problems present themselves. The one I've run into today is creating a, for lack of a better word, "offical" download button. I found when using an upload script: [CODE]<form action="upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="ufile" … | |
Hi, I'm having a problem with viewing my website at the school I work at. Internet Explorer doesn't want to show it. I don't have this problem at home or on other computers. Could there be a security issue that is blocking it? I can understand IE not showing the … | |
Hi friends , any one help me in this case .... please tell me how to create a layout like this using CSS .... [IMG]http://i55.tinypic.com/28r2vc0.jpg[/IMG] [url]http://i55.tinypic.com/28r2vc0.jpg[/url] Please ........ | |
is it possible to create a table inside a html dropdown ? sort of like this(doesnt work) [CODE]<select style="" name="test" id="test" param=test> <option name="scrapCode" id="scrapCode" property="scrapCode" param="scrapCode" value=""> <table> <caption>Animal groups</caption> <colgroup> <col span="3"/> <col class="alternative" /> </colgroup> <tr> <th>Apes</th> <th colspan="2">Cats</th> <th style="background: #ddf;">Dogs</th> <th>Lemurs</th> </tr> <tr> <td>Gorilla</td> <td>Tiger</td> … | |
Hi there, Just want to find out what the "standard" size would be for a background image that I'm planning to use in my site. The backround image will be fixed. Thanks guys, | |
Hi all, I want to ask how to fit the image as background of one cell in a table? Here is my snippet code: [CODE] <table border ="0" cellpadding="2" cellspacing="4"> <% for( .... ){ %> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td>In this cell I want to add the image … | |
I don't know much about how servers are organised. In order to avoid moving a large zip file more than necessary, I want to find out the answer to the following question : "A customer sends a file xyz.zip as an attachment to an email. The email goes into a … | |
I have created a HTML Page With Three images Follwing is my code [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style9 { font-family: Arial; font-size: 12px; } .style10 { font-size: 11px; color: #FFFFFF; } .style12 { font-family: Arial; font-size: 11px; color: #FFFFFF; } .style13 … | |
i creat a footer on my site so tell what can i do and what method try to creat a footer help me. thanks and advances. | |
Hello! This is my first post and I would like to say hello! I am working on a web page and I would like to know if it IS possible to have images added to the padding aspect of the page. For instance, let's say I have a page that … | |
Hey everyone, I was just wondering how web developers use oversized text fields in forms, is it simply to increase the height of the text box and the input text is large as a result of a CSS definition? | |
Hi guys, I recently paid for a Wordpress theme, which I intend to customize extensively, but I've run into an issue that I've never come across before. I'm not a complete newbie but since I've never had this problem before, I don't know where to begin or what might be … | |
Hi, this is weird. I copied a website my computer from ftp, then to the other folder of my computer. Try to go to localhost/darzelis - and see a content without styling. Checked google chrome console: Resource interpreted as Stylesheet but transferred with MIME type text/html. FreshMedia.css:-1 When I view … | |
Hello, I have this simple layout: [url]http://www.jahosapstot.cat/test/test.html[/url] As you can see the vertical div ("col"), wich is set at height 100%, is longer than the viewport, making the scroll bar to appear. This does not happen if the horizontal div ("menu") does not exist (it adds the "menu" height to … | |
I am Trying to design a footer which will Always be in the center bottom of a page.The dynamic page i am working with is Extending as visitors are posting new comments.And after a certain time the footer is getting overlapped by comments posted.How can i design a footer which … | |
I have a question about logical search layouts. I'm currently rewriting an existing web application that tracks issues for our production product. The existing layout has all the criteria items in a table at the top of the page, buttons in a row that is centered directly beneath the table, … | |
Hello, I've attached an image of a layout for a site that I designed in PhotoShop. If you look at the Navbar you'll see that I've gave it a 'glossy/glasy' effect. Im new to web development, but I know there is no CSS on the planet that can do that. … | |
Quick question about vs + in scripts: What is the advantage of using [ICODE]<iframe frameborder="0" width="480" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You+will+know&wmode=transparent"></iframe>[/ICODE]. [ICODE]<iframe frameborder="0" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You will know&wmode=transparent" width="480"></iframe>[/ICODE] Does it matter at all? Could the embed code generator have used instead? It is nothing urgent. I just thought it would be nice to … | |
Probably a simple mistake of not knowing all tags and attributes involved. I have a HTML page linked to a CSS file (I know it works, cause I can change things like background, and heading size, etc). When I try to create a navigation bar however using [CODE=css] #navigation { … | |
Should a web designer hand over? -pdf -pdf with notes -html and css -html,css, and pdf -html.css.and pdf with instructions -psd -something else Please help me out because I am very confused about what a web designer should be doing. | |
Ok guys have a look at this page. [url]http://bit.ly/eO0Iys[/url] It works fine in all browsers except google chrome. In google chrome the whole page shifts 20 pixels and back normal while loading. Any idea why it happening? I would appreciate if you give me the solution. Thanks | |
Hi, I have a web page created in Dreamweaver CS4. I have an image header that I have made work through CSS. The header looks great in the browser and in live view. Can't see it at all in Dreamweaver design view. I want to make a hot spot, but … | |
I have this: [CODE]img.decor{ text-decoration:none; border:#CCCCCC thin solid; padding: 4px; } [/CODE] My HTML: [CODE]<a href="google.com"><img class="decor" src="images/birds.jpg" /></a>[/CODE] when I hover over the image "decor" in my CSS, I would like the whole image to turn grey. I tried this: [CODE]img.decor a:hover{background-color:#CCCCCC;}[/CODE] but it doesn't work. Any ideas?? I … | |
I am working with a chat application.I am putting all chat history into a div tag.Is it possible to add a side scroll bar,by which with time the chat window will not grow bigger but one can scroll the window to view the history..!!! | |
Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give … | |
Hey guys i d like to pick your brains about something.. Suppose i want to create a database for storing, lets say computer stuff, parts, hardware, peripherals etc.... Which way would be better? 1 ------ Create a Basictable with all the common fields (like ProductName, Price,Guarantee....) and then create multiple … | |
I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting … | |
Hi I have a client for who has a html/css site. He now wants to add a video background to the whole site, that scales to fill whole screen. The video he has selected is a mp4, but even so I guess I could convert it to flv if needed. … | |
Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup … |
The End.