11,821 Topics
![]() | |
Hey Everyone... I have run a W3C test and one of my wordpress blog has a lot of errors & warning.. Now the point is that all my blogs are in php and the corrections from W3C come for html. Can anybody tell me where exactly to go in my … | |
This is a new forum for me, hello all! I am creating a layout with only one column header content footer content expands as its contents do. I have this much working. The problem is: I want a background div [bg_container] to to fill the height of the content div. … | |
Hello all. I am in the process of piecing together a software project that I plan to use in the day-to-day operation of my service business. I'm sure this will be a simple question for someone here. I will be tracking employees, service tickets, clients, & client IT Assets. I … | |
Hey, I am looking for a way to create a Personal profile type for users. Is their a open source software to do this or something ? Cheers for help guys ;) | |
currently, I am implementing a background image - a red curly banner in my page [code] .content{ background:url(image/curly-banner.png) repeat-x; background-position : bottom; } [/code] now what my problem is that I want the overflow content above the banner has the red background also. I tried: [code] .content{ background: red url(image/curly-banner.png) … | |
I have a person table which specifies common attributes of sub tables teacher, student and staff. A person can be either teacher, student or both. I use the same primary key in sub tables which access the person table as foreign key (teacher_id, student_id is the same as of person_id). … | |
Hi, I have created for an e-Learning Web Application. I am not sure if the concept I have chosen is correct and would appreciate any sort of guidance or assistance to improve the design. Please see attached screenshot of database design. | |
Hi All, Can we use CSS to make rounded corner or bubble speech text area using CSS? I already have my application generating code to show a rectangle, and I want it to look more appealing. Any suggestions are welcome | |
Hi there, I am in the process of designing my new photography website. Now, I roughly know the layout but I am not sure how to deal with resizing the browser window issues. In other words, I want my website to resize nicely when I resize the window, rather than … | |
I'm looking for signal strength bars like below link. I need all icons 1 to 5. [url]http://buyme.ae/images/Signal_Strength_Bar-1.png[/url] Thanks a lot. | |
good morning all! i'm struggling at the present time to style a drop down select menu that will fit into my current design for mobile devices (i.e. especially the iPhone right now) [URL="http://i.stack.imgur.com/Gn7se.png"]http://i.stack.imgur.com/Gn7se.png[/URL] ^^^ this is how it looks like at present time on my iPod [URL="http://i.stack.imgur.com/wsEtQ.png"]http://i.stack.imgur.com/wsEtQ.png[/URL] ^^^ this is … | |
I used dreamweaver to design a site and for some reason it comes up perfect in firefox, but when loaded in IE, the Nav bar and the Footer bar are not aligned properly and the favicon shows as a broken link. What am i doing wrong? Check out the site … | |
Hello everyone, This is my first post in this forums. I am new to HTML and I have following requirement. I have to make HTML ui with 2 window panes with one of them showing available columns and the adjacent window pane showing selected columns. Users can select a column … | |
Basically, I'm completely new to coding, I've had very basic experience in HTML, but am doing a 2 years computing course this year. I've wanted to created a text-based browser game for a while now, but no idea how. Could anyone help me at all? In the end, I am … | |
I want to start web designing and development so please GREAT GOOD PEOPLE in here please come to my aid for me to be Great just like the way u are, so what are the first step(s) to get me on? Counting on you all in here and i believe … | |
i assign the properties for hr tag in css but its not working in firefox what should i do? it is working in crome and IE... [code] hr{ border-color:#5B4F22; } [/code] | |
I am making a website and the header is not displaying properly in chrome. It only shows a couple of rows of pixels and then it stops. [URL="agnes-fitness.com"]Here[/URL] is the site. Another smaller problem is that if you refresh a couple of times in ie the header will be stretched. … | |
I am developing an embedded Webserver on a hardware. I want to add a login page to it. I am able to receive all the http requests from a browser on a computer connected with the hardware via LAN. I am also able to show a simple webpage on the … | |
I have to design a database where one requirement says "For each project, for each user, for each skill, store the marks gained". Initially, i had a table where each skill was a column(proj_id, user_id, skill1, skill2, ......., skill_N) I felt this was a bad design because the number of … | |
Hi there, I'm looking for help with forms. My professor has hired me to help her with her website and I'm not big into HTML but it's worth it to me. Basically what she needs me to do is code a form so that she can enter new topics or … | |
I have to design a database where one requirement says "For each project, for each user, for each skill, store the marks gained". Initially, i had a table where each skill was a column(proj_id, user_id, skill1, skill2, ......., skill_N) I felt this was a bad design because the number of … ![]() | |
Hi, I have 2 problems : 1) How to align the "Map" to stick to right without overlapping others when browser is small ? 2) How the footer stick to the bottom and center of the page ? Something like this [url]http://www.cssstickyfooter.com/[/url] . But I don't know how to apply … | |
im making a C++ web browser, i have the basic design all i want now is it to be an anonymous browser, similar to a proxy site. is there a code you can give my to do this. im doing this for a friend who likes to play games in … | |
Hi all. I'm developing an e-Learning system with Moodle and now tweaking the header. Instead of having text, I have put in a header image. My supervisor wants it to be centered. I have done that by adjusting the margin. We will be presenting the project using a different computer … | |
have problem of Drop Down Menu Overlaps with Image Map of my Website. This happens when I click on Top menu bar (drop down). The expected output is, the drop down menu should appear above the map. I am having problems with structure of the webpages in different browsers. for … | |
I can not seem to figure out what I did wrong. I have been trying to build a website for a few weeks now. I have it looking good(Good is a relitive term)........I have been using Dreamweaver and everything looks good when I review it in Mozilla and IE8. Today … | |
I've been using a fixed image background, if I can call it that, on my web folio. I'm using a image that is big enough to look good on even the biggest screen, and coding it so that the whole picture is always in the browser window, no matter the … | |
i want to float links in the footer to the left but when i write the code the links stick to the scroll bar but it should stick to the left of the footer [CODE]#footer { background:url(images/footer.jpg) no-repeat; clear:both; height: 83px; width: 970px; } #footer ul li a { float: … | |
I created a horizontal navigation using css. It uses background images for an off state and hover state. The tabs get cut off when the text is to short. Can someone help figure out how to fix the cut tabs? Here is my code [CODE]@charset "UTF-8"; /* CSS Document */ … | |
Inline CSS works, but when I link it doesn't. It happned in Firefox 3.something and in IE8. template1.html [CODE]<html> <head> <title>title here</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="..." /> <meta name="description" content="..." /> <link ref="stylesheet" href="body.css" type="text/css" /> <style type="text/css"> /* Here it works body { background-color: blue; … | |
Hi All, Have tried to center my webpage with no luck quite new to building them. Have tried diffrent way but no luck. any help would be fantastic. | |
Hey there, I'm new to CSS and I'm building my personal website. I have an issue with the right side bar when browser is re-sized. I posted two images (a working example and the issue I'm facing). Any help would be greatly appreciated. | |
Hi, Guys!! I use Markup Validation Service to run a test to my wordpress websites and I found.. 155 Errors, 19 warning(s) This are the data of the site Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Size: 9603 Content-Type: text/html Encoding: utf-8 Doctype: HTML5 Root Element: html Now what I need … | |
I am making a website and I have a little problem with it on IE and opera, but IE is the bigger issue. I have 2 images the first one is what it looks like on IE and the second one is what it is supposed to look like. What … | |
hello anyone can point me to a tutorial which can help me design something similar to the image shown on this link: [url]http://www.vectorstock.com/i/composite/93,87/449387/company-symbol-vector.jpg[/url] | |
My webpage works fine in google chrome but when I open it in internet explorer there is a few div boxes which always ends up differently than it does on google chrome. I align them perfectly in chrome so the end of the box's lines meet at the bottom so … | |
Hello, I'm having some issues with IE (suprise suprise). I added an image, and added a negative top margin to it, for it to be located between two div tags (div it's located in and the div above). It is a transparent .png (AlphaImageLoader used for correct transparency on IE), … | |
hi everyone i am 19 years old and have just finished ICT level 2 at college and have this great idea for a website but looking into it seems i need a database driven website and im nowhere near smart enough. ive played around with microsoft access and notepad and … | |
Hello This is probably a stupid question, but I've been viewing page sources and I can't figure it out. I want to make a website that has a color background and place the content on top of a white background which is on top of the color background. Then I … | |
I want to run a mobile advertisement campaign for my new website but it web design first needs to be optimized according to search engine guidelines.Here is the link of my website. [URL="http://tapit.com/"]http://tapit.com/[/URL] Friends i want your opinion on how i can make my web design seo friendly.Please share your … | |
Hello, My dropdown menu is not working properly. I have set the menu to not display through css. When I hover my mouse on the 'Link Menu' <h2>, it only shows the menu while the mouse is hovering the 'Link Menu' <h2>. As soon as I move my mouse to … | |
Below is the visual framework for a practice slide show I am tutoring my self with. In webkit browsers and Firefox I get the controls to line up correctly, but on IE8 the far right control drops out and goes lower than I would expect. I have attached the code … | |
Hi This is a duplicate of this thread [url]http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/378765[/url] I want to make image map in flash similar to this one - [url]http://www.image-maps.com/[/url] My image map implementation will be more complex. Basically I want end result like this [url]http://digitalhymn.com/argilla/tipmage/[/url] Only with two changes : - User should able to mark … | |
My webpage works fine in google chrome but when I open it in internet explorer there is one div box which always ends up differently than it does on google chrome. I align them perfectly in chrome so the end of the box's lines meet then when i open it … | |
When I zoom out of the pages which I've created for my website, it seems that as you zoom out the pages move towards the left, although the content stays where it is supposed to be. But when I zoom out of website such as this the page stays in … | |
Hello iam new to website development can anyone suggest any good books to read i know some basics | |
This is a falling snow snippet Its very light grey its really meant for like dark backgrounds for best effect but its ok on white. its a slightly grey snow Just place the code in between tags and it should work Its too complicated to edit color unless you have … | |
Hi, i have a marquee on my page which looks like the following ------------------------------------------------------------------------------ |Picture(div)-|-Marquee(div)--------------------------------------------| |---------------|--------------------------------------------------------------| |---------------|--------------------------------------------------------------| ------------------------------------------------------------------------------ so my marquee stops at the picture and starts again from the beginning . here picture is a square area but i want to use some curved image to that place and … | |
Hi, I am trying to position a navigation bar from the left side of a div(header) without any padding value(without any space.I would like to position the nav exactly where the content div is started([B]Red line border[/B]) but I do not know why it is not working! Can you please … |
The End.