10,643 Topics

Member Avatar for
Member Avatar for reen.blom

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 …

Member Avatar for Trapped
0
86
Member Avatar for lavachickie

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 …

Member Avatar for MJ Pieterse
0
87
Member Avatar for hyperoctave

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 …

Member Avatar for hyperoctave
0
139
Member Avatar for master_mind187

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 …

Member Avatar for MJ Pieterse
0
136
Member Avatar for Erek4

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 …

Member Avatar for MJ Pieterse
0
173
Member Avatar for Erek4

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). …

Member Avatar for MJ Pieterse
0
144
Member Avatar for arvindikchari

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 …

Member Avatar for MJ Pieterse
0
79
Member Avatar for servantofgod

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?

Member Avatar for Jen0608
0
120
Member Avatar for Leslie Humble

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 …

Member Avatar for Jen0608
0
60
Member Avatar for Gabums

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 …

Member Avatar for Jen0608
0
109
Member Avatar for Borderline

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% …

Member Avatar for Jen0608
0
146
Member Avatar for Tonkz

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 …

Member Avatar for Tonkz
0
144
Member Avatar for romeyng

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 …

Member Avatar for almostbob
0
120
Member Avatar for maniator

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 …

Member Avatar for maniator
0
141
Member Avatar for Paladine

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 …

Member Avatar for almostbob
0
115
Member Avatar for The Dude

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 …

Member Avatar for MidiMagic
0
101
Member Avatar for Infeligo

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 …

Member Avatar for MidiMagic
0
107
Member Avatar for jimbob90

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 …

Member Avatar for MidiMagic
0
66
Member Avatar for rickster11

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 …

Member Avatar for rickster11
0
75
Member Avatar for NotThereAnymore

...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 …

Member Avatar for MidiMagic
0
92
Member Avatar for arvindikchari

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 …

Member Avatar for almostbob
0
55
Member Avatar for arvindikchari

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; …

Member Avatar for arvindikchari
0
94
Member Avatar for cguan_77
Member Avatar for cguan_77
0
67
Member Avatar for DemonGal711

I'm writing the code for a friends webpage and they asked that I use frames. Now I've heard people complain that frames are a pain for many different reasons but I've never really seen an issue with them if they are used correctly. I actually enjoy that a single frame …

Member Avatar for almostbob
0
92
Member Avatar for Ballack

Now I am interested in the field of E-commerce or E-business so I decided to take CIW master designer. Then I knew that CIW Associate is equivalent to i-Net so which is better to be taken and why ? If there are any others advices, suggestion or certifications that are …

Member Avatar for jdizon
0
214
Member Avatar for matafm

I am having problem in using Google AdSense on my web page. I have 2 parts on my web page each one in a seperate <DIV>. left <DIV> contains registration form and right <DIV> contains features I have AdSense placed in my Left <DIV>, when viewed in IE6 and above …

0
33
Member Avatar for cguan_77

the code below works fine in IE7 but not in firefox 3 the last sentence is cut.. it display only until "7. The quick brown fox" what could be wrong? please help... thanks :) [code] .ws11 {font-size: 16px;} <div id="text17" style="position:absolute; overflow:hidden; left:226px; top:165px; width:539px; height:144px; z-index:1"><div class="wpmd"> <div><font class="ws11"><B>March …

Member Avatar for cguan_77
0
69
Member Avatar for arvindikchari

Hello I am a beginner to css, i coded a page where everything is shown fine, except for one problem: The links on the page are all in white, which also happens to be the page background. I would like all links on the page to be shown in black …

Member Avatar for arvindikchari
0
98
Member Avatar for cguan_77

hi guys, how to convert a formatted word document to html? is that possible? if my word document is already formatted no need to edit when converted to html? any ideas is apreciated..thanks.. :)

Member Avatar for cguan_77
0
71
Member Avatar for elina_vg

Hi guys, Im new to CMSms and am having some problems with IE. Im using CMSms 1.5.3 PHP Version 5.2.6 and the problem I have is with IE7. I havent had the chance to see the page in IE6 so I dont know how it looks there. It looks fine …

0
62

The End.