10,643 Topics
| |
I need another set of eyes to look this over. I can't seem to get the three columns to work properly with the product listing at the bottom of the page. Here is the CSS; [CODE]#productbox{ width:666px; background-image:url(../slices/item-bkg.png); background-repeat:no-repeat; height:173px; } .productimage { float: left; width: 100px; margin-left: 0px; padding:20px; … | |
Hi, I am making a eCommerce site for a client of mine and I want to add products on the site. I don't want to pust plain vanila pictures of the products. I was wondering if I can take a plain image and make it into 3d or get a … | |
Hi, I am trying to retrieve the contents of my XML file and use the variables later on in the script; I have the following actionscript code [CODE=actionscript3]// Get XML Vars var xml:XML; var urlLoader = new URLLoader(); var songdataurl:String = '0'; urlLoader.addEventListener(Event.COMPLETE,onXMLLoaded); urlLoader.load(new URLRequest("data.xml")); function onXMLLoaded(e:Event):void{ xml = new … | |
hiiiii I am making a C# .net window application and i am using VS2008...... Can anyone tell me how can i do good designing or there is any software with the help of that i can improve the designing of window applications........ kindly help me or suggest me some link … | |
I am pondering what I could do to improve [url]http://www.mlwehelp.com[/url]! any suggestions? Part of this update I plan to rework everything even my services like getting way from everything being free. Any suggestions on pricing based on the industry standards? my main goal is to deliver reasonable prices based on … | |
I'm developing a web page for a friend that allows participants of a sports event to "claim" a slot in a 24 hour tennis marathon. The marathon has room for 24 x 4 participants. My idea was to have a table with the columns "hour" [0-23], "time" and "name", and … | |
My customer wants me to integrate a flash calendar into their website is there any premade code that has a send to friends link that would send the data on that day to outlook so you can email it? I found calendarpro by [URL="http://www.usflashmap.com"]www.usflashmap.com[/URL] which is working but they would … | |
Hi- So im making a buying/selling website, where people can search through my catalog. and i have no idea how i would go about that. basicly i would have a database with all of my producs in it, and then people would type in a key word and a page … | |
Ok I know.. Im a novice and have no idea.. but need a quick fix before I can do more research.. I'm working on a friends site and it's a auto resize-stretching website.. where it all stretches when browser is resized.. I no longer want it to stretch.. how do … | |
Hello! I have a little problem with this website, any help, suggestion would be appreciated. I discovered that on *BROWSER zoom out (on Firefox 3.5.3, Ctrl + -), the content gets outside the div's bottom, like shown bellow: [URL="http://img17.imageshack.us/img17/2422/sitenormalstate.jpg"]Normal state[/URL] [URL="http://img200.imageshack.us/img200/2796/sitezoomedstate.jpg"]Zoomed state[/URL] Any ideea? Is this a common behaviour? Thank … | |
Why can't I preview my webpage using Dreamweaver 8, I hit F12 but get; Internet Explorer cannot display.?I'm using dream weaver 8 and just about finished with a web page but when i preview in the browser internet explorer says; it cannot display web page. Can anyone explain if I … | |
Hello all, I am in the process of teaching myself CSS to go along with my beginner-intermediate knowledge of HTML. I am just starting with CSS and have created a small test file to attempt to create a table with one row and one cell in that row. I then … | |
Hello: I've been trying for weeks (yes, it's embarrassing) to create a dhtml popup window w/min, max and close buttons in a title bar. I can do this fine w/a table, but I hate tables, and want to accomplish the same thing w/non-table css. Here is a rough image of … | |
I have no clue anymore about css. I used to think I knew what's what, but I get so many different results in different VERSIONS of the same browsers, never mind different browsers, that I'm at a loss. I have written a dhtml popup dialog window that resizes and such. … | |
I have been using tables to build all my sites till now and finally tried using CSS in dreamweaver. My page is uploaded at - [url]http://photoindia.com/test/Untitled-1.html[/url] . The problem is in my layout, I want to have 3 div tags side by side(like 3 columns). I have inserted DIV tags … | |
I'm presently using tripod/lycos for my website and have some long web forms on there and don't have a problem receiving the data. I'm trying to transfer to godaddy and am having a problem with my "submit" button. "Reset" does work. Sometimes the "submit" button is not available (grayed out) … | |
I am looking for good (ideally open source) solution to do telnet from web browser. Anyone knows Flash/Ajax solutions for that? The best will be a pure client based components, but client-server may work too. | |
I just Started to learn HTML coding,But don't understand how to add design in code means website layout. | |
Hi, Can anyone suggest a good image slider similiar to the one at the bottom of [url]http://munsterrugby.ie/[/url] I've found two: [url]http://www.oxylusflash.com/flashfiles/advanced-image-slider-with-autoplay-xml[/url] and [url]http://www.coolfocus.com/relocate.asp?page=flash/examples/picstrip/index.asp[/url] But neither turned out to be suitable. Thanks :) | |
Hi, this is my first post here. I'll probably stick around because this is a really good forum! Anyway, I could use a little help please. I'm a relatively new designer and I can't figure this out. I'm not too good with Js yet but I'll serve separate sheets if … | |
I am trying to create a kind of grid of divs but i cannot get it to work. I am a newbie at this and still learning. I have been on many websites but still no luck. My html is [CODE] <div id="pitchdiv" class="dropZoneContainer"> <div id="gk" class="wrapper"> <div id="gk1" class="dropZone" … | |
I'm making a website with a header above all the content, a box for main info and a sidebar floating to the right, and then I have a footer that goes underneath the main content and the sidebar both. Now if the main content is taller than the sidebar, there's … | |
| Hi, I have this code: [code] <style> div.floating-menu {position:fixed;background:#fff4c8;border:1px solid #ffcc00;} div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;float:left;} </style> <div class="floating-menu"> <h3>Floating Menu</h3> <a href="http://www.quackit.com/css/">CSS</a> <a href="http://www.quackit.com/html/">HTML</a> <a href="http://www.quackit.com/javascript/">JavaScript</a> <a href="http://www.quackit.com/coldfusion/">ColdFusion</a> <a href="http://www.quackit.com/myspace/codes/">MySpace Codes</a> </div> [/code] which I got from a website, I was wondering if there is a way I … |
i use nowrap="nowrap" attribuate to fix my UI for IE 6 , now when i am trying to run the same code in IE 8 its not working. The code is simple to display table. nowrap="nowrap" is written in the main CSS file , and its get applied to all … | |
Hello, So i need some help. i have currently been working on a website for a competition and i ran into a problem. I am using <div> tags and calling the id from the css. i have seperate id's classes and basic tag set up in CSS. the only problem … | |
Hi, Not sure if this is the correct forum - but - I'd like my users to be able to type "Intranet" into the IE address bar and be directed to the Home page. I don't want to use a hosts file on the users computer. Looking for another way. … | |
Hi, I made this test page: [url]www.wearwolfdesign.com/index.php[/url] In Safari, Opera, Internet Explorer and Google chrome it works perfectly all look slightly different but acceptable. The problem is in FF the text at the top looses all it's format and goes a horrible font with no positioning. The second issue is … | |
J ust want to be able to dump photos into a directory on my server and be able to generate a simple of thumbnails and a way of looking at them and the photos. I tried Autogenerating Photo Gallery (AGG). I uploaded the package as it came with its sample … | |
I am trying to create a drag and drop area. The theme for the area is a football pitch, the picture is broken up into a grid, please see the attached picture for what ive done so far, So far i have only done it using a table using the … |
The End.