Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
95% Quality Score
Upvotes Received
22
Posts with Upvotes
20
Upvoting Members
20
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
0 Endorsements
Ranked #296
~69.5K People Reached
Favorite Tags
Member Avatar for Matthew N.

Hey, I'm making a website, and have some css to put two divs next to each other. This is my css and HTML code : [CODE].class1 { float:left; border-right:2px solid #000; } .class2 { float:right; } .class3 { clear:both; }[/CODE] HTML : [CODE] <div class="class1"> Div 1 </div> <div class="class2"> …

Member Avatar for nivabeath1
0
4K
Member Avatar for Hosmer23

A handy code that brings up a password window to keep others off of the web pages you choose.

Member Avatar for dasabel100
0
755
Member Avatar for teedoff

Hi, ok I have about 1600 records in a mySQL db. Many of them have a forward slash "/" in the itemName column. In my site, I am passing the itemName as a URL variable on many search forms, so obviously the forward slash is not a good naming convention …

Member Avatar for BASHA`
-1
140
Member Avatar for nikita.chandra

hi! i have downloaded fonts as Vtc-NueTattooScript.ttf and Vtc-NueTattooScript.otf and now i want to use these in my html page. how can i use these fonts using html and css. please help !!!!

Member Avatar for fheppell
-1
179
Member Avatar for Verandaguy

[CODE]I'm currently redesigning my website in Dreamweaver CS5. My site was previously made in iWeb, which centered the page automatically in any browser at any resolution. When I preview my site in Safari using Dreamweaver, the whole page seems aligned left. Another issue (which I should probably also post in …

Member Avatar for Kratos-s-
0
310
Member Avatar for teedoff

Im trying to figure out the best wasy to loop over an array, but limit one loop to the first five positions. Then in a separate loop display the rest of the array. I am limited to what I can use. Meaning we code everything within cfscript tags in our …

Member Avatar for arrgh
0
128
Member Avatar for teedoff

Ok, I have some sorting/drag and drop code that works fine as far as that basic functionality goes. I need to be able to serialize and save the sorting order to send back to the set method for the database. Here is my js: <script language="JavaScript" type="text/javascript"> $(function() { $("ul.droptrue").sortable({ …

Member Avatar for teedoff
0
308
Member Avatar for teedoff

I have two inputs for users to enter, what should always be a nueric string. This string gets processed and some mathmatical cals done to them, then the results are returned to the same page via cf div and bind attribute. Everything works if only numbers are entered. I have …

Member Avatar for arrgh
0
378
Member Avatar for sasa.spurmanis

Hi everyone, I'm new to the forum and relatively inexperienced at web publishing as well. I'm currently administering the following website: [url]http://latmont.org/[/url] I've set up the website to work with an external CSS style sheet that is linked from the header in each web page. The style sheet was created …

Member Avatar for DaveTheSinger
0
331
Member Avatar for grabit

Hi CF people and a prosperous New Year to you all I have the following query on an action page: <cfquery name="getimage" datasource ="#dsn#"> SELECT ID, partImage, ImageAlt FROM engReconParts WHERE ID=#form.ID# </cfquery> when i run this page i get this error - Element ID is undefined in FORM. I …

Member Avatar for arrgh
0
101
Member Avatar for dg12

Please help! I have this code copied from another of my blogs. In the first blog it works completely fine, on the new blog it does nothing. Help please: [CODE]<script type="text/javascript"><br />function show_hide(adad) { <br />if(document.getElementById(adad)) { <br />if(document.getElementById(adad).style.display == 'none') { <br />document.getElementById(adad).style.display = 'inline'; } else { <br …

Member Avatar for teedoff
0
108
Member Avatar for xmedia
Member Avatar for charisma

Hey everyone, I'm rebuilding a website for a group, and this site has three contrast option for the vision impaired, The way the site was built. There was a folder for each contrasts. So that means when ever I did an update. I had to copy it to two other …

Member Avatar for charisma
0
87
Member Avatar for kukula

Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation?

Member Avatar for kukula
0
182
Member Avatar for teedoff

ok I've tried to work through this myself for several days, but there's something I'm missing. Either my queries are wrong, or my functions are wrong. I'm using Ben Fortas CF AJAX dynamic select drop downs tutorial and everything is working with no errors, but I'm not getting the desired …

Member Avatar for arrgh
0
470
Member Avatar for himgar

[code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <table style = "width : 500px; border : 1px solid black;"> <tr> <td style = "height : 100%; border : 1px solid;"> 1st TD </td> <td rowspan = 2 style = "border : 1px solid;"> </td> <td rowspan = 2 style …

Member Avatar for teedoff
0
120
Member Avatar for YASHASHYA

unnecessary width and height is shows in my html page............ experts plz solved out Thanks in advance

Member Avatar for torbatt
0
52
Member Avatar for alinbabba

Hello everybody, I would like to start learning ColdFusion language and it is very hard to find a “teacher”. Let me explain: I have very little experience with HTML and CSS and … that’s about it. I am surprise how hard is to find literature necessary to learn ColdFusion (for …

Member Avatar for subrata_ushasi
0
746
Member Avatar for ZeroEddy

Hey Guys I seem to be havingsome small problem with my navigation bar. When ever I hover over the members tab the drop down list appears way over to the right. Does anyone know how I can fix this. Ill post my css below. Thanks in Advance Edmond. [CODE] #navbar{ …

Member Avatar for Philippe.Lahaie
0
166
Member Avatar for essaydoctor

What are some incites you have for me to create this site? I would like to create a website which would allow users to submit an essay. Their essays would be in a timed-environment, and hence, the site should have a countdown timer, which I heard is very heard to …

Member Avatar for dantinkakkar
0
107
Member Avatar for dark_storm83

I am having an issue that I cannot resolve. I have a small flash file on my website that is simply a circle that rolls up slightly on mouse over. I have a div element with text that appears over (or technically under) the flash element to display a text …

Member Avatar for dantinkakkar
0
202
Member Avatar for zobadof

Hello Again, As you may know I'm creating a site; YET MORE SPAM/PROMOTION DELETED but am not the best with CSS. I am hoping to get an appropriate navigation bar for my website but not sure how to design it, colours are yet to be decided. If anyone wouldn't mind …

Member Avatar for marios_neo
-2
165
Member Avatar for zobadof

Hello, I've been working on a new charity website; [URL="http://galgal.org.uk"]http://galgal.org.uk[/URL]. As you can see there is black box, this is the slider I've just got to put the images in now. However, I was wondering how to get a text box either side. The same as "test" either side and …

Member Avatar for teedoff
0
71
Member Avatar for Buffalo101

Hello, I need to customize my [B]select[/B] control to allow the user to enter something manually. Let's say I have this: [code=html] <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> </select> [/code] I want to have another item in the select (first one), which, if selected, will allow the user to type in …

Member Avatar for Philippe.Lahaie
0
122
Member Avatar for simplypixie

I always develop sites using CSS but am aware that tables have their place when displaying tabular data, however I can't decide whether to use CSS or a table to display the products on the home page of a re-design I am doing and just want peoples opinions please (note …

Member Avatar for stultuske
0
141
Member Avatar for Awilson089

Site link: [URL="http://www.stmatthias.co.uk"]http://www.stmatthias.co.uk[/URL] Basically, what i find is that whenever i try to refresh any page on my site, it takes you to the index.php There is also an issue that when i go on a page, say the about us page, it still says [url]www.stmatthias.co.uk[/url], instead of [url]www.stmatthias.co.uk/about.php/[/url] Any …

Member Avatar for zobadof
0
175
Member Avatar for davy_yg

Hi, [URL="http://www.ocklaw.com/new"]http://www.ocklaw.com/new[/URL] I wonder why the layout turn into chaos in Firefox, Google Chrome, and Safari? Can anyone suggest me why and how to fix it ? Thanks.

Member Avatar for teedoff
0
89
Member Avatar for zobadof

Hello, I am designing a new website, but have had a few issues. Most of which get resolved instantly because of DaniWeb's great members! The next issue is with boxes and CSS. I am trying to get the boxes; [URL="http://galgal.org.uk/"]http://galgal.org.uk/[/URL] to go next to each (with some spacing) so I …

Member Avatar for zobadof
0
96
Member Avatar for zobadof

Hello, I am designing a website and need a bit of help. The URL is [URL="http://galgal.org.uk"]http://galgal.org.uk [/URL]. However, I try to get the SmashLeaks logo to go over the top of the marquee, above where it is so it looks like it's coming out of the logo (Colour will be …

Member Avatar for floatingDivs
0
165
Member Avatar for 3825

I have an asp.net mvc web application. I have something like the following in my _Layout.cshtml I would love it if I could get rid of tables here but I could not make it look the same way without cell spacing. Help? [CODE] <td> <table cellpadding="0" cellspacing="0" style="height:32px;width:130px;border-right:1px solid #3a4044;"> …

Member Avatar for epicrevolt
0
186