11,821 Topics

Member Avatar for
Member Avatar for Catchamouse

What is the right declaration for [CODE]target=_blank [/CODE]? I mean declaration in the headline of page.

Member Avatar for Dandello
0
112
Member Avatar for brainfo

Here what am trying to do is I created a unorderlist of 4 links. Link1 , link2 , link3 and link4. I created a new page for the unorderlist so that i can include it with php with include_once code in the main page. Actually what i want is when …

Member Avatar for Dandello
0
220
Member Avatar for rrr12345

I have been trying to learn CSS for a while now. I have been working in C++ for quite some time now so i thought hey CSS should be a walk in a park but it has proved to be enormously difficult for me. The main thing that seem to …

Member Avatar for super9876
0
178
Member Avatar for lakshmi_suchi

hi, I am creating a website where iam strucking with browser compatible, can i get the solution to solve this problem

Member Avatar for Dandello
0
133
Member Avatar for wolfgangcs

How can you use the "contenteditable" attribute to edit your site or lists but not have the general public do the same. Maybe just in a admin panel view? and Is this just easier for the developer to change content on the fly? I just don't see how it can …

Member Avatar for almostbob
0
123
Member Avatar for Azmah

I ALWAYS hear that Wordpress is the best for blogging and even building other sites. I'm currently in favor of Joomla as it does everything I need it too out the box with very little extras and configurations. I'm totally happy to switch to Wordpress if you can convince me …

Member Avatar for Azmah
0
241
Member Avatar for aeinstein

I'm looking to register a domain name and I don't want any "add-on" services. "Back in the day" it was much more straight-forward, as you could only register a DN from a couple of organizations, but now there's such a plethora of sites that offer registra services that I'm finding …

Member Avatar for catter
0
147
Member Avatar for TheChosen0ne

How do I do that? I have a few pictures and avatars I made for my friends, but I don't want them to use the images without permission. How do I protect my images?

Member Avatar for TheChosen0ne
0
185
Member Avatar for elneco

Im on chrome 16.0.912.21 beta and my transitions are not working. One thing i noticed is that when there is no full url on the link href, the transition works. When there IS a full url the transition stops working...i don't get it. check out this link: [url]http://elneco.biz/idk/[/url] any help …

0
134
Member Avatar for eskrimador

Hi Everyone, I am trying to achieve something without the usage of jQuery. Can be done with it but want to find a solution with only css pseudo classes. So here's what I have so far. A tabbed UI which opens a dropdown menu with a click action using the …

0
89
Member Avatar for kaosjon

Hi, i am in the middle of creating my new website, i have just started with the logo/topbar section however i am running into trouble with resolution and positioning. What i want is for all the elements to stay where they are, when the user zooms in and out. However …

0
60
Member Avatar for Galbatorix

a friend of mine told me that there are websites that are designed using css only, no html or div involved. does anyone here know about it. if so, could u direct me to a site that would be helpful in my learning? :)

Member Avatar for Galbatorix
0
125
Member Avatar for davy_yg

Hi I am trying to open a file with ATN File in Photoshop CS5 and I have the following error: Could not place the document '960_GRIDS.ATN' because no parser or file format can open the file. Why is it ? How to open file with ATN extention ?

Member Avatar for Ritesh_4
0
135
Member Avatar for Kerok

Name: Brittany Nickname: Britt, Kerok, pretty much anything within reason Age: 20 Hobbies: Reading, Drawing, Painting, staring at nothing, Bike Riding, Rollerblading, etc. Fav Music: If it sounds good, I'll listen. Education: Working on getting Computer Science, and two minors for Web Design and 2-D Art. Just started Assembly Language …

Member Avatar for debasisdas
0
154
Member Avatar for adcgv

Hi, I have started a site [url]www.techozine.com[/url]. The theme I picked looks great in all browsers but the sidebar is severely distorted in internet explorer. Also the categories tab below the headline is not properly highlighted as in other browsers. Since the site is in wordpress, I cannot figure out …

Member Avatar for bdoga
0
207
Member Avatar for Birdmanskii

My website is bandstandmag.com and besides the home page, I can't get the other pages to center on the screen. Specifically: http://bandstandmag.com/index.html/IslandTigers.html I'm really sorry everything's so cluttered, this is my first time creating a website. My problem is I can't get the page to center and I've tried tons …

Member Avatar for Birdmanskii
0
179
Member Avatar for atticusr5

Hello all, I am messing around with the jPaginate files, essentially a pagination script using jQuery. I have the mark up working, but I am just messing around (not a real expert in JavaScript) and I have a simple question. When the user clicks on the next page icon, the …

Member Avatar for atticusr5
0
153
Member Avatar for lyrico

Hello Guys. Is there anyone here who can help me how to add shadow in div (browser is IE8). Thanks. This Code doesn't work. [code] </style type='text/css'> .main_div { width:100; height:100; -webkit-box-shadow: #111 0 -2px 6px; -moz-box-shadow: #111 0 -2px 6px; box-shadow: #111 0 -2px 6px; } </style> <div class='main_div'> …

Member Avatar for Dandello
0
95
Member Avatar for Dumb Fish

Hey,, I have a problem needed to solve immediately.. I need to add on the control button to the embeded player.. Do anyone know how to add in...??? let say.. I have upload a video to the webpage but that video will automatically run when I go to that page. …

Member Avatar for d1lu5ion
0
141
Member Avatar for rrr12345

Ok i have written a CSS code for body [CODE] body { margin: 0 auto; } #header { font-family: Georgia,Times,serif; } [/CODE] With the CSS code for body everything that's inside the body should be placed in the center of the page because the body is in the center. In …

Member Avatar for rrr12345
0
119
Member Avatar for thatjoeguy01

My name is Joe, and I am a web designer. I am not provisional or anything but I have a passion and creativity for website design I also am pretty good at writing in the PHP language, I am currently trying to learn python but the transition from php to …

Member Avatar for Onlineshade
0
73
Member Avatar for webdi

Hey, I would welcome some advice here. I'm developing my first Drupal site and I am using Zen as my starter theme and creating a sub-theme. I've got my navigation set up in the second (right) sidebar. I would like all of the inactive navigation links to have the same …

Member Avatar for webdi
0
246
Member Avatar for Egsal

I'm working on a website for my friend and we're having some problems. We have set up a table to handle the main page, which has within the table a shoutbox, news posts, and links. The news bits within the table are (obviously) longer in terms of space used up …

Member Avatar for Pravinrasal
0
338
Member Avatar for basketmen

Hi guys, i have a drop down code below [QUOTE]<select class="input" name="mod[cpu]"> <option value=""> </option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select>[/QUOTE] the output are like this [QUOTE]$html .= ($content[cpu] ? '<div class="' . $this->switch_bg() . '"><strong>CPU:</strong> ' . @htmlspecialchars($content[cpu]) . '</div>' : '');[/QUOTE] i want after the drop down …

Member Avatar for adumpaul
0
98
Member Avatar for Pavel Burminsky

Hi, guys! I've just finished my work on our corporate website ([URL="http://pdgroup.co"]pdgroup.co[/URL]) redesign and now it is very important for me to receive your feedback. I have some doubts about the picture of our office on the front page - there is a button and its pushing adds some new …

Member Avatar for Pavel Burminsky
0
74
Member Avatar for komanche

I am trying to position the menu bar at the top of the div, but it appears at the bottom of the div and can hardly be read. I have searched and done all i have found on the net. Pls help with any ideas. Here is the code with. …

Member Avatar for Dandello
0
161
Member Avatar for jemz

Hi, I need some help to you all,how can i make image like this in the header of this cite [URL="http://www.freecsstemplates.org/"]http://www.freecsstemplates.org/[/URL] the color dark green that looks like grooving lines or slanting lines,can you help me please how to make like this...please help me.Thank you in advance and i am …

Member Avatar for jemz
0
78
Member Avatar for pc4fay

Can anyone give me a nice css code for my login and registration page , I already have my php code...I only need a nice css....thanks

Member Avatar for Ezzaral
0
123
Member Avatar for RachEv
0
100
Member Avatar for aaloo

i want to create a blog in flash .can anyone suggest me a website with gud tutorials related to it or is there any open source software to create such kind of blog??

Member Avatar for adrianabrand
0
227
Member Avatar for Catchamouse

I have web page [URL="www.catchamouse.ic.cz"]www.catchamouse.ic.cz [/URL]and I want to know why it display the void space after friends webs, because in Opera, Firefox or Google it's OK. Could you help me how to correct this Explorer mistake?

Member Avatar for Dandello
0
96
Member Avatar for ComeAsUR

Hi guys, iframe allowtransparency doesn't seem to work on IE7 and IE8. Users with OS Win7 don't have that same problem. Can anyone help? Thanks, C.

Member Avatar for craftingimage
0
114
Member Avatar for Johnd123000

hey daniwebs users im currenttly in making of a site from scratch but i need help coding a forum page and a login form/registration form. now i know most of you are gonna point me to a php/mysql coding thing but i do not know one thing about that type …

Member Avatar for Johnd123000
0
180
Member Avatar for mrgadgets

I want to start develop software in both Java and C++. I am previously develop app for website so I am really not familiar with desktop programming. If we do code in Java, I believe we need a development tool with GUI so which one is the widely use nowadays? …

Member Avatar for Ezzaral
0
107
Member Avatar for jelly46

I thought Google chrome would make my life easier but it seems to be quite a challenging browser. At this moment i can't give the URL out but my rollovers in my navigation are not working. Has anyone experienced this problem before ? :-(

Member Avatar for mrgadgets
0
149
Member Avatar for dada2011

i am new in flash..please help me in this code.. why is it that when i run this program it will proceed to else statement??? how coould i fix this??? thanx.. [CODE]var dragArray:Array = [orangeduck, monkey, yoyo, car]; for(var i:int = 0; i < dragArray.length; i++){ dragArray[i].buttonMode = true; dragArray[i].addEventListener(MouseEvent.MOUSE_DOWN, …

Member Avatar for JasonHippy
0
140
Member Avatar for godfather21

[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <table class="container"> <table class="content"> <h1><img src="207949_1014412613249_1613093370_31441_3744_n.jpg" width="604" height="453" alt="my picture" /></h1> <h1>Καλωσήρθατε!!!!</h1> <p> Ονομάζομαι και αυτή είναι η πρώτη μου Ιστοσελίδα. </p> <h2>About me!!!</h2> <p> Είμαι …

Member Avatar for Dandello
0
90
Member Avatar for mehdi.yazdani

Hi, i created a form that it contains some text fields which the user should fill them and in the last part i created captcha image that displaying some characters for typing inside the box then i decided to add some refresh button beside my image but the problem is …

Member Avatar for lps
0
109
Member Avatar for mehdi.yazdani

Hi, i created some pages in my website that i would like to insert editor for inserting some HTML or PHP codes that i searched many times on the net for this kind of editor but i couldn't find what that i want is there any body to help me …

Member Avatar for Dandello
0
113
Member Avatar for Garidius

Hi everyone, My first post here, I'm newbie in web developement and I hope somebody could help me answering my doubts below. As my thread title, 1-) What does it mean keep it a website from jumping and how to do it (in general)? 2-) Is something like search all …

Member Avatar for Garidius
0
144
Member Avatar for tqmd1
Member Avatar for Dandello
0
67
Member Avatar for tqmd1

[CODE]<html> <title>Asia Ghee Mills</title> <style type="text/css"> #menu {float: left; width:15%;height:400px; background-color:pink; padding:5px 5px 5px 5px; font-size:15pt;color:green;font-family:arial; margin-top:10px;margin-left:0px; line-height:28px} #menu img {width:100%;height:200px;} a:link {color: blue; text-decoration: none;text-decoration:underline; } a:visited {color: red; text-decoration: none; } a:hover {color:blue; background:url("skyblue.bmp");text-decoration:underline;font-weight:bold} </style> <DIV id="menu"><img src="images4.jpg" alt=" "> <A HREF="http://wwww.a.com">Home</a><br> <A HREF="http://wwww.a.com">Products</a><br> <A HREF="http://wwww.a.com">Health Tips</a><br> <A …

Member Avatar for tqmd1
0
1K
Member Avatar for paulbarr

Hi I'm looking to purchase a wordpress theme with inbuilt booking system and payment for cars/taxis, does anyone have any recommendations? thanks

0
48
Member Avatar for Violet_82

Hi there, I am working on css positioning and I have encountered a problem. I have these two pages: 1)[url]http://antobbo.webspace.virginmedia.com/various_tests/2011_10_25_css_positioning/test.htm[/url] 2)[url]http://antobbo.webspace.virginmedia.com/various_tests/2011_10_26_image_slides/test.htm[/url] the first one has box B (yellow) and C(red) with [CODE]position:absolute; top 0; right 0;[/CODE] the second one has 3 images with: [CODE]img { position:absolute; top: 0; left:0; }[/CODE] …

Member Avatar for Violet_82
0
125
Member Avatar for GK2011

I am working on creating a new page and I would like to have an image (like a iPhone 4 or 5) rotating. Is this possible using HTML? Thank you Regards GK2011

Member Avatar for ckchaudhary
0
63
Member Avatar for j23

hi, I'm doing a project which asks for an online recruitment website. I was wondering what exactly would be the best way to go about creating the matching side of this?? What I need to know is how exactly do these sites work... how would one go about matching potential …

0
59
Member Avatar for ggeoff

Hi I have been trying to remove what appeared to be a bottom border on an image. I am using Lytebox. Adding a bottom border resulted in the existing "border" being pushed down below the new border. So then I looked for a bottom margin. I didn't find one that …

Member Avatar for ggeoff
0
284
Member Avatar for davy_yg

frontpage.css [CODE] body { background: url('Background.jpg'); } box1 { position: absolute; left: 100px; top: 100px; } box2 { top: 100px; position: absolute; right: 100px; } [/CODE] index.php [CODE] <body> <div id="box1"><img src="Customer Goods.jpg" /></div> <div id="box2"><img src="Industry.jpg" /></div> </body> [/CODE] Hey, I would like to create 2 boxes next to …

Member Avatar for tqmd1
0
79
Member Avatar for solid28

Hey Everyone, If you go to legithydro.com with firefox, there is a space between the top of the browser and the top border I put there. I explicitly set the top margin of the header div to zero, so I am quite confused. I do not see this space/margin/padding in …

Member Avatar for solid28
0
92
Member Avatar for solid28

Hey Everyone, I am trying to get some HTML/CSS working for my wordpress theme. At the very bottom of [URL="http://legithydro.com"]this page[/URL], there is a thumbnail from the most recent post and there is an excerpt that should show up right next to the image. I have been using code like …

Member Avatar for solid28
0
124

The End.