10,650 Topics
| |
Hi guys, I wanna display combobox which contains checkbox as its elemets(containing a single character). Checkbox should allow multiple checkbox selection. When the selection is done, the combobox has to show the selected values. Plz help me. Thanks in advance, Sagar | |
I have the page and the main page doesn't get to bottom. In short it doesn't fit up. Take the code and see what I mean. If you don't know PHP just replace it with <p> Garbage words</p> [CODE=XHTML] <!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" xml:lang="en-US" … | |
There is a new article on the Madmouse Blog, [B]“Creating structure using Unordered Lists”[/B] which introduces a [B]proof of concept[/B] of using lists instead of divisions to write down the structure of a website layout. The article shows how it is it to be done, describes its purpose and points … | |
given below is the css, html, script of my page want to adjust div as per page resize and need to have scroll bars for the div [code=html]<table style="width: 96%; height: 40px;" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left"> <img alt="" src="images/silver/btn-login.gif" /><a href="stockregister.aspx"><img alt="" src="images/silver/btn-reorder.gif" /></a> </td> <td> </td> <td … | |
Hello I have a mock up of a Zencart layout but I am unable to identify an image. The CSS Code is as below: [code] body{ padding:0px; margin:0px; background:#FFFFFF url(images/t-dr.gif) repeat-x top; text-align:center; } a:hover{text-decoration:none;} img { border:0px;} .dt { display:table; width:100%;} .dr { display:table-row; width:100%; height:100%;} .dc { display:table-cell; … | |
Hi A client of mine has asked me to create for them a tree structure for their website which will be populated from a database giving them a fully graphical tree structure for their site on different pages. to get the idea of the thing that i am trying to … | |
Hi, I am using map tool in DW whenever i need all time its working very fine, but this is the first time i am getting some problem with that? The problem is for a image i m giveing rectangular Hotspot tool for some portion, that is coming very fine? … | |
Hallo there! I am making a site for a friend in HTML/CSS. I REALLY need to make one page for her Schedule, that she could update herself. The problem is that she would not be able to edit the simplest HTML code/upload file via FTP or cpanel. I was thinking … | |
I am trying to integrate the Spry Menu Bar into an existing site design with a boatload of CSS. So I'm SOOOOO close... The submenu for the third item in the nav (the only entry which will have a submenu right now) displays in the wrong place. For the life … | |
I don't think there is any other way to describe the problem I'm having this time.. If you look at [url]www.hyperoctave.org/tweak/index.htm[/url] you will see a large flash screen, flickering like a TV. However, if you look at the code, there are actually id boxes with HTML content within them, and … | |
Hellooooo., I want to do a flash menu bar without using any of macromedia flash software., i can do it with flash but I see there are sooo many websites with flash menu bar, but when i right click, it doesnt look like it has been done by flash. simple … | |
Hey all, I am a newbie to this forum and web-design and hope this has not been asked a hundred times. I have created a content box in Photoshop CS2. I have made it a transparent png. I am curious to see if I can add text to it in … | |
Would it be too much to use multiple backgrounds for a website? My content will be structured the same but would like to switch up the mood a bit with each area of my site. Size: The screen size of the downloads are 1024 x 768 pixels (file size: 1106kbytes). … | |
Hello I have an image of a Joomla layout that I like, so I am planning to create a new css website layout based on this joomla template. But I am new to css. Can some one code the basic framework for the layout looking at the image attached with … | |
Anyone know of any flash components or scripts that produce the ad rotator you see in buy.com, with the 1 2 3 4 5 play pause buttons? | |
Hello ... I am new at this forum stuff. I have been ripping my hair out trying to put slideshow up on our website using Dreamweaver CS3. I went onto your "Dynamic Drive DHTML" page and found a slideshow that works "Translucent Slideshow - check code", however it puts the … | |
Hello, I was hoping someone could help me. I made a image slide show in Flash (CS3) and wanted to put in in Dreamweaver (CS3). I published the file in flash and went over to dreamweaver and did the insert - media - flash command and added the .swf When … | |
| I'm an amateur photographer, and I'd like to use a script in [B]PSP9[/B] to automatically add an identical copyright to each of my images when working on them for web display. I had adapted a script I've previously received to add my own text, and also ensure it is 50% … |
Not sure whats the cause, but the list won't nest properly /* CSS Document */ [code=css]* { margin: 0; padding: 0; } body { background-color:#333333; font-family:Arial, Helvetica, sans-serif; size: 2px; text-align:center; height: 100%; font-size:14px; } div#page-wrap{ width: 900px; /* to be change once finish*/ height: 650px; /* to be change … | |
hey im sorry if this question was asked before. im starting a new page, and i want users to be able to download songs from it, without having to right click the link and click save target...is there a html tag that would allow the link to request whether to … | |
I am testing out creating a website via php. That is NOT my problem, my problem is that the site does not display correctly at all in IE. it works fine in firefox, chrome, safari. the site is at [URL="http://www.blipit.net/new/"]http://www.blipit.net/new/[/URL], the css is located in the same directory under html.css … | |
I am curious. When designing a website how do you know how wide you can make the page? Meaning, I use a 1280 x 1024 resolution, so making webpages just willy nilly I get a page that looks great for me but not on a machine that is 1024 X … | |
Over the last year or so i have noticed different sites GOING TO COMPLETE GARBAGE WEB DESIGNS when they had an AWESOME DESIGN BEFORE!! An email server im on is introducing a NEW INTERFACE which in my (And many others opinion) IS COMPLETE GARBAGE!! The interface they had for years … | |
Hello, I'm having trouble with jQuery.UI tabs. I use one-column liquid layout, that is: in a "Main" div there is "Floated" column and in the content area there is "MainContent" with margin equal to the width of the column. When I place tabs in the content area, the height of … | |
for some reason my "right" appears lower than the "content" (center) but not the "left" [code=css]#box { width:900px; margin-left: auto; margin-right: auto; } #content { overflow: auto; width:600px; padding:0px; background-color:#fff; float:center; } #left { width:150px; padding:0px; float:left; } #right { width:150px; padding:0px; float: right; }[/code] my div structure div box … | |
Why does my table always go to the bottom of the webpage? The table that lists "books" "author", etc always moves to bottom of screen. I want the image to be at bottom, not the table.... Anyone able to point me in the right direction? [code] <html> <head> <title> Ruth … | |
...look like a Word Document. I don't mean using one of those proxy sites which covers up sites you're not supposed to be visiting at work. I literally want this to just look like text on a Word Document. Basically, for some weird reason, I am applying for an internship … | |
Hello I have the following requirement: (1) There is a drop down box with a list of titles (2) When user selects one item in the list, an image corresponding to this item is shown just below the list box (3) This same image is set as the background image … | |
Hello I am using a 3 column layout for which the css is as below [code] mysbody { margin:0; padding:0; background:#cecece; } #wrap { width:1024px; margin:0 auto; background:#fff; } #header { width:1024px; height:200px; } #left { width:200px; float:left; } #leftbarheader { width:160px; height:20px; padding-top:7px; } #leftbarheader2 { width:160px; height:20px; padding-top:7px; … | |
Hi guys, would be vbscript work in firefox or it's for IE only? thanks.. |
The End.