10,643 Topics

Member Avatar for
Member Avatar for kimmi_baby

Hi there, I need to create a website for a client using a CMS. This client is a manufacturer and wanting to have a website that is pretty much similar to an ecommerce website except they won't be selling anything. It will have categories and list all the products. It …

Member Avatar for kimmi_baby
0
106
Member Avatar for ZeroEddy

I am having a bit of rouble trying to sort this out. Basically im creating a header for my website and I want the text to be a certain size when the page loads. If the current window is resized I want the text to change also. I cannot seem …

Member Avatar for suresh ma
0
148
Member Avatar for faroukmuhammad

I'm good at programming; HTML, xHTML, Javascript, VBScript, PHP, etc. but i've this problem, my website always look ugly. Can anyone suggest a book for me that will teach me how to make beautiful websites like those out there?

Member Avatar for Dandello
0
150
Member Avatar for Evil_genius82

Hi everyone, I need a bit of guidance on a particular problem: A client of mine wants a search functionality added to his site. The site would have a form which when submitted would display a list of results. The client would also need to update the site himself. I …

Member Avatar for Dandello
0
96
Member Avatar for twistercool

I been wondering what is the CSS rule used in Joomla main content, wherein it prevents content from overflowing without showing sliders, it stretch out to the length of content no matter how lengthy it is... Thanks

0
111
Member Avatar for tqmd1

Dear Sir, These codes work fine [CODE]<li><a href="" onclick="document.getElementById('div2').style.display='none';return false">Hide Div 2</a></li> [/CODE] If use these line, then it do not work [CODE]<li><a href="" onclick="document.getElementById('div2','div3','div4','div5').style.display='none';return false">Hide Div 2</a></li> [/CODE] I used more than one div in it. Complete discussin is here [url]http://www.webdevforums.com/showthread[/url]. ... w-Hide-Div Please help

Member Avatar for tqmd1
0
64
Member Avatar for Ritesh_4

Hello Anyone knows a font which can help me in photoshop to create an S similar to the one shown in the image?

Member Avatar for Ritesh_4
0
89
Member Avatar for nice_true

hi everyone! I want a "Continuous marquee text" over and over again... back to back... i dont want the text to finnish scrolling right the way across before the next one starts... as soon as it has fully scrolled onto the flash file i want the same text to start …

Member Avatar for dellee
0
112
Member Avatar for bibidiboo

Hey guys I need some help with making the iframe be dynamic with the webpage. it is in video_page and I cant seem to get around it. here is the code: [code] def video_page(self): return """<!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"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" …

0
65
Member Avatar for suavedesign

Hi. I am having a problem when a user zooms on one page of my website. When the zoom is set to 100% it looks fine, but when you zoom in or out, an image that I have on the page shifts around. To see what I mean, please go …

Member Avatar for suavedesign
0
129
Member Avatar for Eldyvoon

[url]http://www.webresourcesdepot.com/wp-content/uploads/file/smart-banners/example1/default.html[/url] this is super cool but how to add it in wordpress? any plugin?

Member Avatar for blocblue
0
45
Member Avatar for MaddTechwf

I have a well established website and I'm wanting to add a mobile side to it so that anyone browsing the web can see my content more easily. I have been combing the web for ways to do this and I have found countless services to host it for free …

0
44
Member Avatar for cossay

I have this small site that I'm developing for a friend. My problem is that elements are disappearing in ie, even the version 9. The elements that are disappearing are within another element that's been floated. Screenshots of the pages are below. The first screenshot is how the page looks …

Member Avatar for Dandello
0
90
Member Avatar for Smeagel13

So here's the design: Workout_TBL(Workout_ID, Type, Notes, Date); Exercise_TBL(Exercise_ID, Exercise_Name, Type) Cardio_Entry_TBL(Cardio_Entry_ID, Workout_ID, Exercise_ID, Duration, Pace, Distance, Calories, Notes) - FK Exercise_ID and Workout_ID Strength_Entry_TBL(Strength_Entry_ID, Workout_ID, Exercise_ID, Weight, Repetitions, Sets, Notes) - FK Exercise_ID and Workout_ID A workout has many exercises associated with it of a certain type, which works, …

Member Avatar for smantscheff
0
133
Member Avatar for jfreemon

I recently came upon a page about [url=http://hubpages.com/hub/Making-Interesting-Content-for-your-Website]writing interesting content for your website[/url]. This brings up a somewhat interesting question in my mind, how many people worry about writing itneresting content? I always assumed you were either simply gifted or you had to devise a way to grab your reader's …

Member Avatar for cizzlingeast
1
117
Member Avatar for maxelcat

Dear All We have had a site running for the best part of 2 years without any real issues. Recently there have been questions raised with IE9/win7 - the clients says that only part of the page is loading - see screen shot attached. I have tried on 4 different …

Member Avatar for raphie
0
116
Member Avatar for jessicaw

I have created a page http://www.northland.edu/page. The content looks fine in Firefox, however the sub_right_column_container is underneath the rotating image in IE. Here is my info: [!mobileredirect!]<!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"> <head> <base href="[(site_url)]"></base> {{headertagalumnirelations}} <meta name="verify-v1" content="useSR4yAtTSl1p/FLntmcb+WgW3VfX3DvdrebQtkWeg=" /> <META name="y_key" content="ab70af893c2064e9"> </head> <body> <div …

Member Avatar for raphie
0
159
Member Avatar for Sean_d

This is something I've been slightly obsessing over recently. Say for example you were asked to create a two-column design, I would do this by floating the left column left, giving it a width, and giving the right column a left margin equal to the left column + about 20px. …

Member Avatar for Dandello
0
120
Member Avatar for davy_yg

style.css [CODE] /* Intro */ #intro{ background:transparent url(img/intro-bg.jpg); height:295px;margin:35px auto 25px; padding:0; position:relative;width:940px; } #intro img{left:50px;position:relative;top:-36px;} #intro article{ color:#29363f;font:16px arial; float:right; padding:20px 10px; text-shadow:1px 0 1px #a8cbe4; width:450px; } #intro h2{color:#fff;font:bold 36px arial,sans-serif;margin-bottom:20px; text-shadow:1px 0 1px #85a4b9;} #intro p{line-height:1.15} [/CODE] I attached web picture. I would like the text to …

Member Avatar for Dandello
0
128
Member Avatar for godwinaka4life

Hello everone, I want like to design a website with php, for commercial purpose with rich graphics and text with other e-commerce functionalities, but the problem is that I don't know how to go about it. or what it will cost to do it and what funtions to include in …

Member Avatar for stbuchok
0
89
Member Avatar for rahulvramesh

hi friends i need help in flash. i need flash script to upload and cut mp3 by seconds... please help me.....

0
79
Member Avatar for brechtjah

Hi I'm stuck wanting to create a dropdown, only supported by CSS. This is my current code: [code=php] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <style type="text/css"> html, body { margin: 0px; } body { background-image: url('img/bottombackground.png'); } div.topbackground { width: 100%; height: 300px; background-image: …

Member Avatar for ramesh.joshi
0
544
Member Avatar for kaleem_ullah

Hi, I am freelance web designer. I have some issue regarding search field. I like search filed to work as it is in apple.com or similar to that. I have try it but won't work in IE. [url]http://www.freelancerkaleem.com/apple/applemenu.html[/url] CSS code: [CODE]#search { padding-top:6px; float:left; margin-left:6px; } #search input[type="text"] { background: …

Member Avatar for Dandello
0
118
Member Avatar for michibahn

Hi guys, I'm really new to web development and I need your help in getting my sample page modified. I've downloaded a sample drop down menu template and I just need it to modify to meet my needs. Attached is the files. Basically, I just need to do the following: …

Member Avatar for michibahn
0
194
Member Avatar for saberExcalibur7

A good day to you. I am working on a webpage but I got stuck on defining the max and min width. Basically I would want my page to be centered in when zooming out the webpages like what most webpages does. Please need expert help.ASAP thanks. this is my …

Member Avatar for Dandello
0
417
Member Avatar for tqmd1

Dear Experts I have following codes [code]<html> <style type="text/css"> #menu { position:absolute; height:300px;width:200px; margin-left:60px;margin-top:50px; background:rgb(0%,100%,80%); font-family:arial; font-size:30pt;font-weight:18px; text-align:center;padding:20px;padding:10px; } #menu ul {margin:1px;} #menu ul li {display:block;width:140px;background:orange; font-family:arial; font-size:18pt;text-align:center;padding:1px;margin:1px;height:20px;text-decoration:none} #menu ul li a:link {width:140px;background:rgb(0%,80%,40%); font-family:arial; font-size:18pt;text-align:center;padding:1px;margin:1px;height:20px;} #menu ul li a:hover {background:#e3eeff;text-decoration:underline;padding:1px;margin:1px;height:20px;} #div1 { position:absolute; height:300px;width:200px; margin-left:280px;margin-top:50px; background:rgb(0%,80%,40%); font-family:arial; font-size:30pt;font-weight:18px; text-align:center;padding:20px; } …

Member Avatar for tqmd1
0
136
Member Avatar for elneco

Forumns, i got some boxes with a animation. You'll notice the last one of the line causes a rukus.. well these boxes will be contained in a flexible container so using a fixed width and using a clear on last item of row is not gonna solve this problem... check …

Member Avatar for elneco
0
80
Member Avatar for Motorider

I just finished a site that list three zip codes as a service area. when the site is viewed in smart phone browsers the three zip codes become linked to Google maps or it tries to offer the zip as a call now phone feature. when the wrong zip is …

Member Avatar for Motorider
0
87
Member Avatar for saurabh2007

Hi everyone, I just had a quick question. I have a div that has text in it. What I want to have is some text in the left and some text in the right so inside the div, the text Hello is displayed on the left as soon as the …

Member Avatar for Dandello
0
122
Member Avatar for siva28

hi everyone.. now i developin own site.. [url]www.parithi.com..this[/url] is a site home page having one wallpaper(background image)with that person name has been displayed transparent... how to do that..please refer that site...i attracted that design... please reply with solution

Member Avatar for jcarbillon
0
107

The End.