10,643 Topics

Member Avatar for
Member Avatar for kained

Basicly I have defined an img tag to have a black border around it using this bit of code. img {border:4px solid; color:#000000 } I was going to use a text based logo but have used a non standard font so it looks rubbish. I now need to design a …

Member Avatar for Rashakil Fol
0
185
Member Avatar for cancer10

[img]http://www.inethouse.net/oneadmin/_files/blogger/ccboxshot.jpg[/img][img]http://www.inethouse.net/oneadmin/_files/blogger/Sonar4_Producer_Box_3D.gif[/img][img]http://www.inethouse.net/oneadmin/_files/blogger/IMGSABBox100x120.gif[/img] How do you guys create such boxes? Do we have some facility in Photoshop or is there a seperate software for the same?

Member Avatar for bkendall
0
105
Member Avatar for Herman2005

Hello...I've made an online survey in Dreamweaver. Currently, I am using the post method with the simple option of having the information emailed to me. This would be ok, but it doesn't work with some email programs. I think I need the submit button to post directly to my server …

Member Avatar for bkendall
0
60
Member Avatar for ! !

[url="http://blogs.msdn.com/ie/archive/2005/08/29/457667.aspx"]http://blogs.msdn.com/ie/archive/2005/08/29/457667.aspx[/url]

Member Avatar for bkendall
0
155
Member Avatar for nspireing

Ive been working on adding an onclick feature to my page. i have a gallery that when you click on a picture it opens to a sized window, what i would like it to then do is close if someone viewing it clicks on the image. Ive tried to artisticly …

Member Avatar for techniner
0
183
Member Avatar for Coach_Nate

Can someone tell me what the difference is (if any). Or is it a matter of preference? Thanks, Nate PS - Sorry if this is in the wrong forum

Member Avatar for tgreer
0
112
Member Avatar for badviking77

Need help with scripts to spice up website i got a website here's the link :[url]http://www.silentoperationssquad.tk/[/url] Please help.

Member Avatar for peter_budo
0
198
Member Avatar for ! !

[url="http://blogs.msdn.com/ie/archive/2005/09/01/459119.aspx?CommentPosted=true#commentmessage"]http://blogs.msdn.com/ie/archive/2005/09/01/459119.aspx?CommentPosted=true#commentmessage[/url] [url="http://www.satzansatz.de/cssd/onhavinglayout.html"]http://www.satzansatz.de/cssd/onhavinglayout.html[/url]

Member Avatar for tgreer
0
105
Member Avatar for ozeona

Hi there Im working on a listbox(flash component), where upon click, will display other arrays in a movie( which is also a listbox made from textfield). The second listbox suppose to contain html links, where it will open up a popup upon clicked. The problem is that whenever i click …

Member Avatar for peter_budo
0
90
Member Avatar for martinkorner

Is it possible to have a small page load (saying thanks for visiting etc.) when the user closes my website? Thanks [B]Martin[/B]

Member Avatar for martinkorner
0
147
Member Avatar for rkahn144

Let's say my site is [url]www.domain.com[/url] and I want to add a link to it that goes to [url]www.domain123.com[/url]. When a person clicks the link and gets to [url]www.domain123.com[/url], I want all links on THAT site to be disabled, and I want the only way for the person to get …

Member Avatar for Rashakil Fol
0
115
Member Avatar for rkahn144

Has anyone ever heard of a Cul Da Sac (pronounced coldasack) on a site? Supposedly it allows users to go from domain1 to domain2 but not do anything on domain2 besides viewing the page that the link on domain1 is to...Let me know

Member Avatar for tgreer
0
199
Member Avatar for Arizona Web

[B]Why Use XHTML on Your Web Site? by Chris Hooley of MCP Media, Inc.[/B] As web site owners, we all want the same thing. We all want a great design. We all want to make money. We all want our site to reach as many people as possible. But how …

Member Avatar for Rashakil Fol
0
430
Member Avatar for aura137

I have been trying for the past two weeks to transfer a template I purchsed online in Photoshop format to Dreamweaver MX. I have tried everything that I can think of-meanwhile the option for "save to Web" is not available-only Save and Save As. My main goal is to Publish …

Member Avatar for peter_budo
0
123
Member Avatar for bklynguy05

I need to add a form to my webpage that will email me the responses that vistors leave for me, where do i start, i have the form layout on my page but how do i get it processed?? i use godaddy to host. thanks

Member Avatar for rkahn144
0
154
Member Avatar for vjamacaddict

My static background works in Internet Explorer and Webstractor. Not in Safari, Netscape, or Firefox. Is there someway to fix the code, so the static background will work with all/most browsers? This is the webpage with the static background: [url]http://www.vjandrews.com/ClubsEventsForums.html[/url] -- vjamacaddict, G4 iBook, OS X 10.3.9

Member Avatar for leelee
0
88
Member Avatar for pajac

Hello! I'm using .htc on my server for hovering pourposes and I don't know how to make IE6 stop crying obout dangereus scripts (this script blocker). I hope u know what I think if not go to this [URL=http://freeweb.siol.net/najami/]link[/URL] .(linki is permanent)

Member Avatar for pajac
0
153
Member Avatar for aiden

Howdy all. I'm currently working on a site with a vertical nav bar on the left hand column. In attempts to keep my markup compliant and clean, I'm using symantic markup so that the unstyled pages are still navigable. Under these pretenses, I'm using a CSS-styled unordered list (UL tag) …

Member Avatar for tgreer
0
180
Member Avatar for Dheeraj Kumar

I am having problems with the resolution in my website. When I view the website on my windows with a resolution of 800 * 600 ( the standard windows size ) the web page covers full screen. But if the same web page is seen on a different resolution like …

Member Avatar for DaveSW
0
116
Member Avatar for jime0726

hey all, i'm trying to update our company website and i usually dont do it but my programmer is not around and i just need to add one link to it. on this website, there are really no links that open documents, just opens text on that web page youre …

Member Avatar for jime0726
0
97
Member Avatar for apple sauce

Hi, I would love any and all help. Currently, I am loading a style sheet and a .txt file (which has the code below in it ) into my flash file. Its working fine but I would like to specify the window size it opens. Is this possible, and if …

Member Avatar for apple sauce
0
56
Member Avatar for zeromancer

I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll the DIV to the bottom when you add stuff to it. [code] <html> <head> <title>Auto Scrolling Div</title> <head> <script type="text/javascript"> <!-- function addStuff() { var stuff = document.getElementById('foo').value; …

Member Avatar for zeromancer
0
132
Member Avatar for Sailor_Jerry

I am validating a html form. On submit I have a functions like the one below. I have seen examples like this, which is why I tried using “with

Member Avatar for alpha_foobar
0
122
Member Avatar for mmiikkee12

[url]http://compuchat.freeownhost.com[/url] (sorry for the link, I just thought it might help if people could see the problem) On the bottom of the page, the title of the "Who's Online" section uses the same background image as the category headers, but it tiles on 1024x768 (and others report that all the …

Member Avatar for mmiikkee12
0
183
Member Avatar for net455

Hi everyone, I use Dreamweaver MX for web design. I recently encountered this problem. I cannot upload new material to the hosting server. I use the ftp option. I can connect to the server and see the server files. When I try to put new files onto the webpage I …

Member Avatar for bkendall
0
78
Member Avatar for lemkam

I've got a bit of a problem that I could use some help with. There appear to be an extensive number of sites that are linking to mine, but are using an incorrect link to do so. Aside from searching Google, Yahoo, etc. with the phrase "link:www.mysite.org" and then checking …

Member Avatar for mmiikkee12
0
104
Member Avatar for muktidaniweb

I have a popup calendar on my page. The calendar works fine on Windows IE and Netscape. It even works fine on Mac Netscape browser. But it fails on MAC IE 5.2. The error I get is "this.element.style" is not an object. I am attaching the js file. Can anyone …

Member Avatar for muktidaniweb
0
153
Member Avatar for linarchy

I have been doing 3d but I'm intrigued by flash.Had one problem though,how do you create a blur effect in flash?

Member Avatar for Soral 3.0
0
104
Member Avatar for DonutBanana

hello, I have placed a backgroung image for the left menu of my store, and when some of the pages of my site become too long, spaces apear between the background image and the rest of the site. I've tried using height="100%" but no luck ( i want to keep …

Member Avatar for zippee
0
113
Member Avatar for ayk-retail

Is it recommended that I get better in HTML or use Dreamweaver and forget about HTML because it is a waste of time?

Member Avatar for zippee
0
140

The End.