2,272 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for teedoff

I have a table with dynamic output. Some of the records in the first column, (Item#) are rather long and so they expand the first table column out very far. I have nowrap unchecked but still the text in this column stays on one line. Is there a formatting attribute …

UI / UX Design web-design
Member Avatar for teedoff
0
110
Member Avatar for jtok

It used to be, that when I would type: [CODE]#div{[/CODE] and hit "return", Visual studio would autocorrect to: [CODE] #div {[/CODE] as well as a number of other things. That is just the easiest example. It also doesn't automatically indent the next line... I am using Visual Studio 2008 SP1. …

UI / UX Design html-css ide web-design
Member Avatar for BrianHelp
-1
153
Member Avatar for teedoff

Ok I know this might sound like a silly question, but now working in an office environment, and eventually having to rely on someone else for content update and management, whats the best way to "export" my Dreamweaver created coldfusion templates to another desktop so that she can do database …

UI / UX Design coldfusion web-design
Member Avatar for JRM
0
87
Member Avatar for Voyager97

Is it possible? I have a table setup which imports an image into one cell, and need to import text to the cell to the right of the image. Importing the image from my PC is no problem (img src="images\image1.jpg" within the <td>), but I can't do the same with …

UI / UX Design ecommerce web-design
Member Avatar for Voyager97
0
89
Member Avatar for Bluepeter9

I use CSS and HTML and have basically designed the sites I am responsible for for 1028px width and they look ok on smaller resolution screens but poor on higher resolution screens - I suspect that this is because I use mainly fixed widths and px sizing and suspect I …

UI / UX Design html-css ui-ux web-design
Member Avatar for rajarajan2017
0
102
Member Avatar for Rajicet

Hi, In IE, two rows and two columns in each row are coming correctly. But in firfox, it is coming as 3 columns in first row and 1 column in second row. The code is given below.Any solution for this problem ? please help. <div style="width:60%" align="left"> <div> <div align="left" …

UI / UX Design web-design
Member Avatar for Rajicet
0
104
Member Avatar for MDanz

i have the textarea.. [code]<textarea name='content' id='content' wrap='soft' style='background-image: url(\"frontinput.jpg\");color: #000000;font-size:12px;font-family:Arial;width:445px; height:77px;border:none; padding:5px;'></textarea>[/code] when i display in the div.. the text doesn't fill up the div. the text goes 75% of the way and then line breaks. here is the css for the div. [code].message { float:left; width:98%; background-color:#EFEFEF; border: …

UI / UX Design web-design
Member Avatar for teedoff
0
92
Member Avatar for Staggasaurarts

hi everyone, im having some trouble with design im working on. Basically what i want to achieve is when the user hovers on an image, a semi-transparent black box pops up over the image with a description. I have tried a few ways but am now stuck for ideas. My …

UI / UX Design image web-design
Member Avatar for Staggasaurarts
0
159
Member Avatar for mariko

I want words on my buttons but the words won't center. And left to right isn't the issue it's up and down. Well, here's the HTML: [code] <ul id="navbutton"> <li id="onpage"><a href="index.html">Home</a></li> <li style="margin-top:5px"><a href="another.html">Name of my button<span></span></a></li> <li style="margin-top:5px"><a href="services.html">Services</a></li> <li style="margin-top:5px"><a href="another.html"></a></li> <li style="margin-top:5px"><a href="another.html"></a></li> </ul> [/code] And …

UI / UX Design html-css web-design
Member Avatar for mariko
0
98
Member Avatar for FOOLY

Hello! I'm just beginning to use Adobe Flash - in fact, I only started a few hours ago - so, I'm still learning the basics and am still tripping my own feet trying to understand how to script when all I want to do is make a flash comic. I'm …

UI / UX Design flash multimedia web-design
Member Avatar for FOOLY
0
160
Member Avatar for osirus

i understand that you need to change the title of your index page, but when accessing the index page i am only aloud to view the the code for the two individual frames. I have titled these two frames but can not find how to access the index html code …

UI / UX Design web-design
Member Avatar for rajarajan2017
0
83
Member Avatar for MazdakMohammadi

Hello Everyone. I am currently enrolled in the IT program at BCIT in Vancouver, BC, Canada. One of my programs courses has given us the responsibility of creating an online portfolio that showcases our skills and abilities. Clearly my skills are not as great as they need to be if …

UI / UX Design html-css web-design
Member Avatar for MazdakMohammadi
0
99
Member Avatar for george61

As kind a newbie I have a simple question. Having a textfield with background-color and border I want to give opacity value only to the background and not to the border: [CODE]#textfield { background-color:#2875DE; border:2px solid #2cb823; } #textfield.background-color { filter:alpha(opacity=60); }[/CODE] This obviously won't work and any ideas of …

UI / UX Design html-css web-design
Member Avatar for $urya
0
81
Member Avatar for rwhenning

I have a form with a table inside a fieldset. I want to control the background color of the embedded table, which is a 2 x 3. I've tried all the fixes I could find on this site and none of them worked. Specifically, <style type="text/css"> .txt {color: darkred; background-color: …

UI / UX Design web-design
Member Avatar for $urya
0
88
Member Avatar for kooia

Hi everyone, I want to make a page with a table. It has three TD's: 120px, fluid ([code=css]min-width:500; max-width:700px; /*This is for the fluid TD*/[/code]), 120px. How am I supposed to write the table? Would [code=html]<table width="100%"></table><!--or--><table width="all"></table>[/code] work? Or does anyone have an idea of how I should do …

Member Avatar for kooia
0
148
Member Avatar for JRM

Hello, I have a banner that I want the images to be side by side and the text on the end to the right . The following code works,but it breaks when the browser size is small. The pictures slide over on top of the text. Also why does the …

UI / UX Design web-design
Member Avatar for JRM
0
128
Member Avatar for Wakesta

How do you create the icons that appear within the Internet windo tab, I have attached an example as I would like to create one for my website

UI / UX Design ui-ux web-design
Member Avatar for Flexor123
1
89
Member Avatar for powersstuff

Is there a way to get a video to based on what player they have installed on the person's computer? Can a .wmv version and a .flv version both be embedded or linked and whatever player you have will be prioritized for playing the movie? If so, can someone give …

UI / UX Design multimedia video web-design
Member Avatar for powersstuff
0
143
Member Avatar for showerhater

hi, i am just now learning to take advantage of XML and RSS feeds. I actauly just finished my first RSS Feed. Whenever i check it in google reader the RSS feed shows up as a list of links with short descriptions. like i would like it to do. However, …

UI / UX Design web-design xml
0
115
Member Avatar for Reliable

Hello everyone, I'm having a hard time getting a an AVI file to play in Photoshop CS4. It shows that it is there: the layers pallet has the filmstrip icon on it and it shows in the animation time lien. Unfortunately , though, all I see is white. I've searched …

UI / UX Design multimedia web-design
Member Avatar for frankdushan
0
107
Member Avatar for levsha

I have four buttons in an HTML form. Here is the HTML: [CODE]<tr> <td> <div class="fileinputs"> <input type="submit" name="submit" class="submit" /> </div> <div class="fileinputs"> <input type="file" class="file" name="uploadedfile" /> <div class="fakefile"> <img src="uf_btt.png" /> </div> </div> <div class="fileinputs"> <input type="reset" class="reset" /> </div> <div class="fileinputs"> <input type="button" class="print" onclick="window.print()" /> …

UI / UX Design html-css web-design
Member Avatar for levsha
0
389
Member Avatar for brenzor

Hi I am busy with a google map, and I have the 'to here' 'from here' directions on my info window, but i have a problem. When i type in an address for the directions, it links me to the google maps site, but i get a message in the …

UI / UX Design google perl web-design
Member Avatar for virtuemart
0
238
Member Avatar for Sinha's

Hello Friends, I have a simple problem, in my HTML page I want to display a paragraph and link but do not want to print it. Please guide me how to use CSS to achieve this.

UI / UX Design html-css web-design
Member Avatar for raj_developer
0
116
Member Avatar for grunge man

Heres the page I'm currently working on. The code [CODE]a img { border:none; }[/CODE] is affecting the image [CODE]<img src="athenslogo1.png" />[/CODE] and I Don't want to make a class for every image I'm going to be using because, it's alot and also including the images I have on other pages …

UI / UX Design html-css web-design
Member Avatar for grunge man
0
156
Member Avatar for drumichael87

Hey everyone, I'm not new to web design, but I have been working on this project for a while and my eyes are crossing! I think its a fairly simple issue... I have a footer with a background image, and within that footer I have 3 columns, evenly distributed and …

UI / UX Design html-css web-design
Member Avatar for drumichael87
0
133
Member Avatar for ctaylo21

Hey guys, I am working on a page that works perfectly in firefox, chrome, safari, and opera, but not in IE. I am trying to make the page semi-fluid, that is you can minimize the content of the page to an extent before the content stops getting smaller. That's where …

UI / UX Design web-design
Member Avatar for ctaylo21
0
2K
Member Avatar for levsha

Can't figure out this one. Text I enter into my textarea, doesn't break the lines. CSS: [CODE]#description{ float:right; font-size:12px; padding:4px 2px; border:solid 1px #afd45a; width:260px; height: 90px; margin:0px 20px 20px 6px; }[/CODE] HTML: [CODE]<input type="textarea" name="description" id="description" rows = "4" cols = "25"/>[/CODE]

UI / UX Design html-css web-design
Member Avatar for lyndria
0
81
Member Avatar for drewpark88

Hey Guys, I am having issues in ie7 and I am not sure why. I have attached two screenshots, one in ie7 (messed up) and one in ie8 (working). My images aren't floating properly next to my text in ie7....I have even created two classes "alignleft" and "alignright" which utilize …

UI / UX Design web-design
Member Avatar for drewpark88
0
90
Member Avatar for pooja yadav
Member Avatar for almostbob
-2
63
Member Avatar for Kellyst

I am having trouble with my background in dreamweaver. I created a 800 x 800px web design in photoshop, optimized and imported into dreamweaver. Added a div tag and created a css style sheet which "wrapped around the selection (my 800 x 800px web page)" and everything previews beautifully in …

UI / UX Design html-css ide web-design
Member Avatar for drumichael87
0
152
Member Avatar for sarnol20

I'm relatively new to web development and I'm hoping this is a simple fix. I have a Body div and a left column and right column div inside that body div. I want the body div background to show not the column divs(which cut out some of the white background …

UI / UX Design html-css web-design
Member Avatar for sarnol20
0
190
Member Avatar for hindu times

Hi there, I'm currently working on the following page... [URL="http://www.rjt-online.com/photos_titletest.php"]www.rjt-online.com/photos_titletest.php[/URL] The Filter By buttons open different "photo galleries" in the iFrame below them when they are clicked. I was wondering (being a bit of a newbie with web design) if it is possible to change the style of the Filter …

UI / UX Design html-css web-design
Member Avatar for hindu times
0
533
Member Avatar for mariko

I have text that is repeated on multiple pages. Is it possible have the text in the external css page so I only have to change it one time?

UI / UX Design html-css web-design
Member Avatar for mariko
0
141
Member Avatar for carlir

I am wanting to have slide shows of different albums on my page, the problem is it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. does anyone know how I can fix …

UI / UX Design html-css web-design
Member Avatar for carlir
0
103
Member Avatar for keavon

Hi, I'm making a 404 page, and I want it to display the current URL, but I don't want it to be server side. I don't know much about any variables are anything, so it would be nice if a nice person could give me all of the needed code …

Member Avatar for keavon
0
170
Member Avatar for carlir

I am wanting to have slide shows of different albums on my page, the problem was it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. so I changed my 'pic' to a …

UI / UX Design web-design
Member Avatar for carlir
0
75
Member Avatar for cipriana

I am totally desperate, have tried thousands of scripts and nothing works. I am not a web design genius, but am never afraid to try. Please, I have a form (see script below) with 5 questions. The user has to fill in the spaces with the answers and Submit. I …

UI / UX Design email web-design
Member Avatar for cipriana
0
126
Member Avatar for alexgv14

[url]http://ryanmcmaster.com/clients/summit/[/url] I have this website and it loads fine in firefox accept in IE 7 and 8 it just loads a blank page its a really weird. Any help on why this is happening would greatly be appreciated.

UI / UX Design web-design
Member Avatar for alexgv14
0
109
Member Avatar for jwmollman

I'm trying to create a simple gallery for comics I have created. I have a main divider, which contains two tables. The first table is for navigation, which contains a drop-down menu with a button. The second table is for content. When the user chooses on option in the drop-down …

UI / UX Design display html-css web-design xml
Member Avatar for diafol
0
585
Member Avatar for kellyA

I designed my webpage in PS and sliced, optimized and saved it as images and html. I imported it into dreamweaver CS4, aligned it in the center and so far it displayed correctly. Then I added a new div tag to create a new CSS style sheet where I changed …

Member Avatar for darc.mosch
0
532
Member Avatar for samarudge

Hey, I'm having an issue with custom fonts on my site. I copied the code from a Google Fontlibary CSS file [CODE=css]/* Custom fonts for the site */ @font-face { font-family: 'Reenie Beanie'; font-style: normal; font-weight: normal; src: local('Reenie Beanie'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the custom font's to where there …

UI / UX Design html-css web-design
Member Avatar for samarudge
0
166
Member Avatar for fubofo

Hi guys, I'm having a problem trying to get one of my pages layed out correctly. I wish to have contact details and adresses on the left hand side, a google map iframe to the right and all contained within an auto height content container. Below that should be a …

UI / UX Design html-amp html-css web-design
Member Avatar for fubofo
0
108
Member Avatar for kahaj

I'm using Fireworks 8. I'm trying to apply a style to some text. For some reason, in the Styles Pane under Assets, it's totally blank. There's not one style there to choose from. Anyone have any idea what is going on and what I can do to rectify this?

UI / UX Design multimedia web-design
Member Avatar for kahaj
0
117
Member Avatar for MagicMedia

I created a HTML page with JQuery and Fancybox but WC3 validator refuses to validate it. It is still giving me 14 errors but I can't find anything wrong with my code. There are a few errors with normal text in my strings and a few errors on my opening …

Member Avatar for almostbob
0
144
Member Avatar for fourty

How do i get my html to be viewable online. Ive managed to create the page and want to be ablee to open it when i log on on a different computer on the internet.

UI / UX Design web-design
Member Avatar for fourty
0
74
Member Avatar for papanyquiL

Hi everyone! I have images I'm using in my navbar instead of text. I also have another image that replaces it for the hover effect. For some reason, the images are displaying vertically when I want them to display horizontally. I've tried every combination I can think of, any help …

UI / UX Design html-css image web-design
Member Avatar for pwinfrey
0
164
Member Avatar for Jackmartini

What are some of the issues that can cause random problems with pdf files downloaded from a website? Sometimes they display a solid black screen, sometimes white, sometimes get a warning window that says only 'adobe', and other times they work fine. There seems to be no pattern - just …

UI / UX Design pdf web-design
Member Avatar for Jackmartini
0
89
Member Avatar for tokenjoker187

I am trying to use a '#' in the URL to navigate to certain parts of a page and don't even know where to start or what it is called. I will give you an example: Most FAQ pages have all the questions as links at the top of the …

UI / UX Design web-design
Member Avatar for almostbob
0
201
Member Avatar for levsha

As far as I know, the 'image' input type can only be used for a 'submit' button. How do I make 'reset', 'print' and 'upload file' buttons on my form contain an certain image in them instead of being generic gray HTML buttons? I gathered that I would need JavaScript …

UI / UX Design html-css web-design
Member Avatar for papanyquiL
0
140
Member Avatar for ozman26

Hello everyone, I have a little dilemma. I have a css that controls a transparent gif and it works fine in FF, but in IE, I get a white border. Below is my CSS for the button. [code]#sendbutton { position: absolute; background: url(images/send_button97.gif) no-repeat; border:none; font-size: 13px; text-align: center; background-color:none; …

UI / UX Design web-design
Member Avatar for ozman26
0
89

The End.