11,821 Topics

Member Avatar for
Member Avatar for Virangya

hi, how to display a div on top off all the other content? i tried [ICODE]style=" position:relative; left:0px; top:0px; z-index:100;"[/ICODE] which didn't work, then when i used position:absolute; it worked but, it displays in a totaly in appropriate position because of position:absolute . how can i make this happen? when …

Member Avatar for Virangya
0
1K
Member Avatar for davy_yg

index.html [CODE] <div id="side"> <div id="boxcontainer"> <h3>Get In Touch With Us</h3> <div id="image"><img src="images/pic2.png" ALIGN=LEFT></div><div id="text">Request more <br />information from <br />OCK&Associates</div> <br></div><br> <div id="boxcontainer"> <h3>Get In Touch With Us</h3> <div id="image"><img src="images/pic2.png" ALIGN=LEFT /></div><div id="text">Request more <br />information from <br />OCK&Associates</div> </div></div> [/CODE] style.css [CODE] #content #boxcontainer image{ margin: …

Member Avatar for davy_yg
0
436
Member Avatar for davy_yg

index.html [CODE] <div id="container"> <div id="header"> <h1><a href="#">Ock Associates</a></h1> <ul id="nav"> <li><a href="#">HOME</a></li> <li><a href="#">ABOUT</a></li> <li><a href="#">PRACTICE AREA</a></li> <li><a href="#">NEWS</a></li> <li><a href="#">PUBLISHED BOOKS</a></li> <li><a href="#">CONTACT US</a></li> </ul> <ul id="topcorner"> <li><a href="#">Career</a> | <a href="#">Mail</a></li> </ul> [/CODE] style.css [CODE] #header ul#topcorner { float: right; margin: 20px 50px 0 0; font: 12px …

Member Avatar for teedoff
0
81
Member Avatar for davy_yg

index.html [CODE] <div id="side"> <div id="boxcontainer"> <div id="side-info"> <h3>Get In Touch With Us</h3> <ul> <li><img src="images/pic2.png" ALT="picture1" ALIGN=LEFT />Request more <br />information from <br />OCK&Associates</li> <br></div></div><br> [/CODE] style.css [CODE] #content #boxcontainer { width:240px; padding: 10px; border:0px solid #000; background-color:#CCCCCC; } #content #boxcontainer h3{ font face: "Arial" color: red size: 14px; …

Member Avatar for teedoff
0
82
Member Avatar for griceldax10

I have Joomla and a Joomla template(rt_refraction_j15) installed on my website. But i want the same template and css styling, as a basic HTML template, so i don't have to use Joomla for editing. Is there an easy way to convert the template to basic HTML/CSS template?

Member Avatar for hericles
0
123
Member Avatar for davy_yg

index.html [CODE] <div id="content"> <div id="main"> <h3>Latest News</h3> <p style="border-bottom: 2px dotted #FF0000; width: 620px;"></p><br /> <div class="post"> <p><img src="images/pic1.png" ALT="picture1" ALIGN=LEFT><font face="Arial" color="red" size="14">Lorem ipsum</font>- 14 Jan 2011<br /> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce porta diam in quam consectetur elementum. Vestibulum iaculis pellentesque mauris, non …

Member Avatar for hericles
0
103
Member Avatar for spyece

Hello, i have created a html/css version of one of my psds and pretty much everything is working fine, just the background image or the container div to which background image is assigned is not stretching vertically to 100%. Here is the Link to Live version of What i have …

Member Avatar for evantanski
0
159
Member Avatar for suavedesign

Hi, The url to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate.[/URL] If you look at the homepage, you can see that the first image on the main menu tabs is very unclear. (you have to roll over the bar to view the image) I can't seem to figure out why, since when I …

0
65
Member Avatar for lps

Actually I am having a problem with the content width where the content is a link. Here is the shorten code of it: [CODE]<!DOCTYPE> <html> <head> <style> #main{ width:100px; background:cyan; } </style> </head> <body> <div id = "main"> <a href="#">This is a very long long one.... hahahahahahhahaha</a> </div> </body> </html>[/CODE] …

Member Avatar for lps
0
126
Member Avatar for PF2G

Hi, i'm doing a registration form, and i'm aligning the labels and textbox's. But they are very close of each other, so i put a td between the td's which are seperating the label and the textbox. [CODE]<tr> <td align="right"> <br/> <div class="field"><label>Username*: </label> </td> <td> </td> <td> <input type="text" …

Member Avatar for PF2G
0
103
Member Avatar for PF2G

Hi, i have this web page: [URL="http://img850.imageshack.us/img850/7704/29673898.jpg"]http://img850.imageshack.us/img850/7704/29673898.jpg[/URL] and i want to put some dark grey background behind the banner and the menu bar. How do i do it? Thank you, PG2G

Member Avatar for hericles
0
107
Member Avatar for prasanna123

Actually i have 2 jpg images one is rectangle box which fits the width of the screen and height is small enough to appear like blue color menu bar at the top and bottam of this site and the second page contains a home button and in my site i …

Member Avatar for broj1
0
145
Member Avatar for warlord902

I have a some words that I want display in the footer, I want 2 words to be left aligned and rest to be right aligned. I have my code something like this: [CODE] <div class="footer"> MyWebsite <!--This should be left aligned--> <!--Things below should be right aligned--> <a href="">Contact …

Member Avatar for jalarie
0
519
Member Avatar for TAPASFUN

Hi! Friends, i need some free nice html tamplate for making travel website. 2/3 column, banner image slider. Please give me.

Member Avatar for Pjieter
0
54
Member Avatar for McLaren

Hello, I don't even know how to google search, what I want to do: here is a psd file [URL="http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919"]http://mzfrkd.deviantart.com/art/Green-Leaves-PSD-73025919[/URL] I never did a psd -> html, from scraacth so I am learning it. Only passed this [url]http://net.tutsplus.com/tutorials/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/[/url] tutorial. But what was written in this tutorial - to repeat the …

Member Avatar for tqmd1
0
145
Member Avatar for mikulucky

Hi i have made a site and it looks great in FF and Chrome. However it look really bad in IE and some things just do not work. And being not much of a front end developer I am truly stumped. There are three main problems: [LIST=1] [*]I would like …

0
74
Member Avatar for Pim

I'm using the following code: [code] /*Het middenboxje plus de achtergrond.*/ div.transbox { width: 400px; height: 600px; margin: 0px 0px; margin-top: 25px; background-color: #CCFFFF; border: 1px solid black; opacity:1.00; /*lagere waardes zijn doorzichtig*/ margin-left: 240px; /*anders lopen deze en de links door elkaar*/ } div.transbox p { color:#66CC33; margin: 30px; …

Member Avatar for Otters10
0
280
Member Avatar for adamsol

Hi everyone. I am creating a web site and i'm nearly done but have serious problems with IE 7. For some reason its throwing the text by the title to the right. Its a [URL="http://www.e-sol.co.uk"]photocopier[/URL] company and i need it looking smart. [URL="http://www.e-sol.co.uk"]www.e-sol.co.uk[/URL] At the top you will see the …

Member Avatar for adamsol
0
170
Member Avatar for Garidius

Hello everybody, I have a CSS menu in a wordpress based site that I've got to work correctly after help received in this great forum. Thanks for that. I only have one issue pending for this menu, I only would like help with the padding that it seems exists in …

Member Avatar for Garidius
0
206
Member Avatar for sgonser

Hello, I'm having an issue with absolute position of a few images/divs [url]www.runsmartonline.com/newsite/[/url] This works in IE (shocker) and firefox, but not google chrome. When the pages loads, it displays the header logo in the top right, but then disappears after the page fully loads. Is it a problem with …

Member Avatar for hericles
0
49
Member Avatar for chris99

The site is gameperspective.freehosting.com. For some reason the button link (Visual) isn't aligning flush with the div margin, it is sliding to the bottom right. Here is the CSS, and the HTML, what is going wrong? Relevant HTML: [CODE]<html> <head> <title>My new blog/ information website! </title> <link rel="stylesheet" type="text/css" href="default_game_site.css"/> …

Member Avatar for gcarvalho
0
93
Member Avatar for Talli

Hello everyone, I am passionate about programming have started learning C++ and finished studying one book about it. I am done with the basics like pointers, arrays, variables, objects etc. What I need now is some way to go on from here and learn how professional programs are made and …

Member Avatar for Talli
0
477
Member Avatar for anish.anick

Hi All, I have developed a web site in ASP.NET in 3 tier architecture (Presentation layer, BusinessLayer, DataLayer). Now the client is looking for an entire look and feel for UI, which consist of lots of jquery sliding / animated features etc. (Few pages will get loaded in a frame …

0
63
Member Avatar for hindu times

Hi there, I am currently developing a Facebook page for a musician, and I'm creating various things that will hopefully see his page spread virally over the coming weeks. 1. First of all, the landing page of the FB page is a form telling people that they can sign up …

Member Avatar for Lynn33
0
166
Member Avatar for FriXionX

I have a problem with an image I want to be clickable. I have writing to the far left of this - with a bottom border (width 800px) so it has a line throughout most of the website. I also want this clickable button to be above the border on …

Member Avatar for seonetsmartz
0
197
Member Avatar for Garidius

Hello everyone, I hope someone could help me with this problem. I have a problem with a vertical menu that I'm trying to insert in a sidebar in a wordpress based site. The problem is that when hover the sub menus only are visible in the sidebar area, the other …

Member Avatar for Garidius
0
2K
Member Avatar for Pradeeban

Hi, I'm developing a web site for a customer, now I face a problem with passing a text from one page to another page. I have two web pages <tourdetails.html> in this web page when a user clicks the bookings button it had to take the name of <tour title> …

Member Avatar for hericles
0
71
Member Avatar for PrincessSasha

I have this idea which I need some help with. Currently I am developing a mysql database with a java interface. It is a hotel management system, and for billing purpose. I have the following tables. Bill (BillID, ResvID, IssueDate, ToTalBill, ChargedTo) Employee (EmpID, Name, Age, Nationality, NatId, Mobile, Telephone, …

Member Avatar for ChrisPadgham
0
132
Member Avatar for tqmd1

Dear Experts I have followin codes [B]CSS[/B][CODE]#footer { clear:both; width: 826px; height: 50px; background: rgb(0%, 80%, 40%); padding: 5px; margin: 0; line-height: 50px; }[/CODE] HTML [CODE]<div id="footer"> Last Updated : January 01, 2012 </div>[/CODE] Footer tags is included in all 5 pages, When I update any page then I have …

Member Avatar for carrieathomer
0
76
Member Avatar for suavedesign

Hi, I built a website that was doing fine on all browsers, until I downloaded IE9. On the homepage, there is text that just does not show up in ie9. The link to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate[/URL] The homepage is called index.html, and the text on the six main tabs …

Member Avatar for suavedesign
0
158
Member Avatar for mattyd

I am working on a fairly simple site. At this point I am wanting to assemble 25 images on the [URL="http://stormtrooper.webng.com/"]homepage[/URL] which when assembled will form a [I]whole[/I] image (where each separate image will be clickable). I am only at the point of trying to getting the images arranged as …

Member Avatar for robbiegod316
0
271
Member Avatar for uva1102

Hi Everyone, i've designed login page in photoshop cs3. how to convert to coding? could anyone guide or have any link regarding this. Thanks and regards.

Member Avatar for sufyan2011
0
95
Member Avatar for mydreamgirl

Hi, Does Anyone have a code snippet for a horizontal drop down menu with collapsible text to share with me? Thanks a lot. Mydreamgirl

Member Avatar for mydreamgirl
0
138
Member Avatar for dineshswamy

is using nodefire api for dropdown menus a right choice? or suggest a drop down api.

0
57
Member Avatar for Ritesh_4

Hello Am currently working on a business card template, with size 3.5 inches and 2 inches, yet when am saving the psd as jpg or png, it is saving in pixels, and when I open the image to print, it prints the whole A4 paper. How can I get to …

Member Avatar for Ritesh_4
0
106
Member Avatar for Nathaniel10

I am organizing my site to make it easier and faster to maintain. I keep a small version of my site on my laptop running Apache/PHP. I successfully organized and recoded things to the way I wanted. Upon uploading the file to my live site, I ran into several problems. …

Member Avatar for Nathaniel10
0
169
Member Avatar for ilmkidunya

Hello all i have a large amout of data which is shared on my loaal area network with windows xp now i want to put all the data on ftp site wiich is localy hosted on my pc and i want to upload all the data on it how can …

Member Avatar for Pjieter
0
86
Member Avatar for simplyhuman
Member Avatar for Pjieter
0
113
Member Avatar for DSLKeper

When I go to my website ([url]www.directSellingLive.com[/url]) it loads a white page. What has gone wrong?

Member Avatar for drjohn
0
167
Member Avatar for toddj

I have been working on writing a newsletter template to send out to a mailing list. I found a site that let me download one, but after determining it was overly complex, I decided to rewrite it using css. (it was using tables for content layout) Everything was working fine …

Member Avatar for toddj
0
161
Member Avatar for morrisproject

i have a tabbed menu with the following tabs: <ul class="TabbedPanelsTabGroup"> <li class="TabbedPanelsTab" tabindex="0">Island A</li> <li class="TabbedPanelsTab" tabindex="1">Island B</li> <li class="TabbedPanelsTab" tabindex="2">Island C</li> <li class="TabbedPanelsTab" tabindex="3">Island D</li> <li class="TabbedPanelsTab" tabindex="4">Island E</li> <li class="TabbedPanelsTab" tabindex="5">Island F</li> <li class="TabbedPanelsTab" tabindex="6">Island G</li> <li class="TabbedPanelsTab" tabindex="7">Island H</li> <li class="TabbedPanelsTab" tabindex="8">Island J</li> <li class="TabbedPanelsTab" tabindex="9">Island …

Member Avatar for lps
1
109
Member Avatar for asuprem

The CSS Menu I have moves the contents of the div tag below it sideways. I am posting only the CSS styles for it because the code inside the <body> tag utilizes only the styles. The menu div tag is the id #navMenu. The content is in three div tags …

Member Avatar for suhaildawood
0
212
Member Avatar for tomford

Quick question, I've went through one of my sites and added quit a few <strong> tags to the page keywords. The text was already styled by CSS in one form or another and the appearance of the text didn't change.. which is exactly what I wanted. The tag was simply …

Member Avatar for tomford
0
129
Member Avatar for tusharbhatia

Hi, Here is a link to my side by side div's: [url]http://jsfiddle.net/cMpaE/[/url] Or you can view my code below (it's the same for both, but if you go to the above link you can see a preview) [CODE] <div id="logoBlock" style="float:left; background-color:#CF6; width:15%; min-height:120px; border-top-left-radius:5px; border-bottom-left-radius:5px; margin-bottom:2%;"> <center> logoBlock </center> …

Member Avatar for suhaildawood
0
246
Member Avatar for Kamboodle

Basically I have a password reset field and in order for the password reset to be processed the user needs to enter their first name, last name, D.O.B and email address. The first name, last name and email address are required fields, the rest are just additional security measures. My …

Member Avatar for drjohn
0
243
Member Avatar for davy_yg

I build website for 1024 x 768 layout : [url]www.masterlink.co.id[/url] but when you change the resolution the layout location turn to mess. Why is it ? style.css [CODE] #header { background-color: #999999; height: 200px; } #login { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; height: 50px; background-color: #FFFF00; background-image: …

Member Avatar for drjohn
0
146
Member Avatar for LogicWeb

The main menu is missing from the site in IE9 for some reason, and quite honestly not sure why. It works fine in Safari, Firefox, Chrome and IE9 "compatibility" mode. [url]http://www.logicweb.com/[/url] Only chat button remains there.

Member Avatar for drjohn
0
79
Member Avatar for tqmd1

Dear Experts I have following web [url]www.tariq.3hmb.com[/url] When I press any menu link then the first letter of mene name become lowercase i.e when I press Home then it become home. Please help me to sortout problem. For menu, I have following codes in css file [code]#button { float:left; margin-top:1px; …

Member Avatar for simplypixie
0
79
Member Avatar for calvintmoss

So I have a navigation bar with no specified width via css so it spans across the whole page, similar to how the gray spans accross the daniweb page, but Im trying to get the actual text/links to be centered. Actually exactly like daniwebs page. spanning bar accross the page …

Member Avatar for tqmd1
0
137
Member Avatar for jahanas

I am converting a Photoshop image to HTML and need the images to show but the text not to and I see both. I also only see the image when placed in HTML and not when in CSS.

Member Avatar for Dandello
0
144

The End.