6,574 Topics

Member Avatar for
Member Avatar for autocrat

Okay, may cause a minor arguement - but am dying to know what others think... Should we be using CSS to create special effects and behaviours on websites? The whole point of CSS is apparently to help seperate Content from Style... but a third piece is missing, Behaviour! Now, I …

Member Avatar for MidiMagic
0
131
Member Avatar for php_noob

Hi, Guys Good day to all of you I come in peace. I have this very weird experience in layout. I checked it in IE and its good (not in FIREFOX) well its weird because when I try to minimize the window of my browser the right panel goes down …

Member Avatar for MidiMagic
0
98
Member Avatar for cashblogs

Hello members I've always wondered why, I found an answer in bandwidth economy, but other than that, how do they expect us to do it? With padding? Any advice, comments? thanks

Member Avatar for MidiMagic
0
257
Member Avatar for EnderX

I've been working with a css file to produce a few bits of needful output formatting for some php-built reports that are designed to be printed from the web. Recently, though, on one of our systems, I had an incident where it looked as though part of the css was …

Member Avatar for MidiMagic
0
83
Member Avatar for cmills83

I have some prewritten css that I use for a bunch of sites to integrate different things, is there any kind of tool that will go through and eliminate the styles not being used? Not all of them are used by every site and I dont really have time to …

Member Avatar for cereal
0
52
Member Avatar for nkinney1

I am creating a framed page using css elements. The only problem is I am having problem linking to specific elements. I have the main body titled content and would like to link to it to from another element so the information is displayed in the body. Is there something …

Member Avatar for MidiMagic
0
77
Member Avatar for xfreyje

I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> …

Member Avatar for ibmwaseem
0
170
Member Avatar for Nikolas741

Hi, I now am 100% CSS with no table in sight (except for the odd bit of truely tabuler data) and I find thayt my pages now lack suitable scroll bars (the ones I have played with are intrusive (look a bit old fashioned)). I am looking at the ready …

Member Avatar for FC Jamison
0
43
Member Avatar for php_noob

Hi, Guys can you help me on this, I designed in MACROMEDIA FW, and I want to achieve the same effect in CSS, here is the CSS CODE div#search{ width: 4em; float: left; text-align: right; margin-right: 0.5em; margin-top: -5px; display:block; } I want it to be like this (see below)

Member Avatar for MidiMagic
0
65
Member Avatar for HLA91

Hi everyone I just started using css and I was wondering if anyone knows of some SIMPLE yet nice templates I can get hold of that are easy for newbie to modify. I looked at the site dexterz suggested but they were a bit confusing. Can anybody tell me where …

Member Avatar for reen.blom
0
170
Member Avatar for dexterz

Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url]

Member Avatar for reen.blom
0
232
Member Avatar for aspcam

Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used top margins to position the tables in the ASP …

0
47
Member Avatar for DeOiD

hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks

Member Avatar for Voynex
0
114
Member Avatar for CarolynFL

Hi, I have a few blogs, and I'm interested in cleaning them up and making them more space efficient. Specifically, I'd like to increase the body, decrease the margins, and add a right sidebar, in addition to the left sidebar that already exists. Can someone please help me? Perhaps with …

0
49
Member Avatar for schwarznavy

Hello, I have created a list of links that serve as the left side navigation that I include in every page of my site. I add it using Frontpage's Webbot include [CODE]<!--webbot bot="Include" U-Include="navigation/leftmenu.htm" TAG="BODY" -->[/CODE] On leftmenu.htm I have included some internal CSS to make links and visited links …

Member Avatar for MidiMagic
0
95
Member Avatar for jvisprime

How to open HTML page in a browser with specific options selected in drop-down boxes? Hi Everybody, The task that I have is from Perl script to open HTML page in a browser with specific options selected in drop-down boxes and edit fields using POST method. The good example of …

Member Avatar for chandrag
0
128
Member Avatar for John_Brown

HI, [COLOR=#000000]i want a pure HTML editor,Can support syntax high color.[/COLOR] [COLOR=#000000]some tell me[/COLOR]

Member Avatar for GiorgosK
0
232
Member Avatar for Cerberus

Suppose there is a very simple web page. [CODE]<html> <head> <style type="text/css"> #logo{ background-color: red; position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; } #banner{ background-color: blue; position: absolute; top: 0px; left: 100px; width: 500px; height: 100px; } #content{ background-color: green; position: absolute; top: 100px; left: 0px; width: …

Member Avatar for GiorgosK
0
131
Member Avatar for karlm

Hi guys, first & foremost, my apologies if this is posted in the wrong zone - feel welcome to move it if necessary. OK, and on to my situation... I'm attempting to rewrite my navigation bar (vbulletin) to use images as oppose plain text. I used to frontpage2003 to start …

Member Avatar for karlm
0
137
Member Avatar for iam

Can anybody point out what's stopping the header section of [url]www.xtremeinc.co.uk/xyz[/url] looking like [url]http://xion.pointclark.net??[/url] (That is, the stupid margin around the header block) I've gone through the stylesheet and can't find the margin/padding responsible, I know I'll be missing something stupid... Virtual cookie to the first to diagnose :icon_mrgreen:

Member Avatar for Mrtony
0
138
Member Avatar for invisal
Member Avatar for bubai

Suppose i upload a word file and see it html view. How it is possible in php?

Member Avatar for invisal
0
75
Member Avatar for EnderX

I have a report page generated off of a database application. It is designed to be printed out, and I did my best to make the page as printer-friendly as possible. However, I have a problem. The layout works fine on landscape print format, but on portrait format, some longer …

Member Avatar for stymiee
0
84
Member Avatar for alienlinux

I am using this code in my html file:- [code] <address>Last Modified <!--#config errmsg="Yesterday" --><!--#config timefmt="%A %d %B %Y" --><!--#flastmod file="index.html" --> </address> [/code] Is there a way i can put this in my stylesheet to save me doing it on each page? thanks :)

Member Avatar for alienlinux
0
111
Member Avatar for mankichi
Member Avatar for akroncdnr

[code] <html><head><title>Change the cursor using css, by #2pencil</title> <style type="text/css"> p.auto{ cursor:auto; } p.cross{ cursor:crosshair; } p.default{ cursor:default; } p.pointer{ cursor:pointer; } p.move{ cursor:move; } p.eresize{ cursor:e-resize; } p.neresize{ cursor:ne-resize; } p.nwresize{ cursor:nw-resize; } p.nresize{ cursor:n-resize; } p.seresize{ cursor:se-resize; } p.swresize{ cursor:sw-resize; } p.sresize{ cursor:s-resize; } p.wresize{ cursor:w-resize; } p.text{ …

0
51
Member Avatar for akash_msrit

hi, i have a jsp page, in this page i am displaying data retrieved from mysql database. Now [B][U]the problem is i must color table cell based on cell value[/U][/B]. how to implement this.please give me an sample or working code foe this problem.( any code is accepted) preferably html …

Member Avatar for ~s.o.s~
0
100
Member Avatar for MidiMagic
Member Avatar for cressy

hi i am new to this site but i cnt seem to find a css forum, is there one? if so where lol, if there isnt one could i plese start one? thanks

Member Avatar for cressy
0
55
Member Avatar for Pete_UK

Hi, First post here :) Basically I have 2 columns, both with different background colours that need to be the same height Both columns are fluid - they use a percentage of the screen for their width so are not fixed for example the left column is 25% and black …

Member Avatar for Pete_UK
0
102
Member Avatar for Dsiembab

Good morning, Is there a php function that will take the text out of a tag in a variable that has HTML in it? What I want to do is get the text from in-between the <h1> tags and use it as a title in my meta tags. Let's say …

Member Avatar for Dsiembab
0
175
Member Avatar for trihaitran

Hi, I new to CSS and I can't seem to find the solution to my problem anywhere online. The page in question is [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/test%20copy/programming.html]here[/url] Right now the page looks like this: [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/have.jpg]here[/url] This is what I want it to look like: [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/want.jpg]here[/url] I don't want any text to wrap around …

Member Avatar for trihaitran
0
121
Member Avatar for anthonyragland

Can anyone please help me figure out why my footer will not position at the bottom of my HTML and CSS page? I have been banging my head against my monitoring trying to figure this out for hours. My page is located here: [url]http://www.thesummitagency.com/WheelsnWaves/cars-trucks-list-page-test.html[/url] Here is a list of things …

Member Avatar for anthonyragland
0
225
Member Avatar for akash_msrit

hi hello friends, i need an help from all of u. problem: i have a jsp page, in that jsp page i am displaying data retrieved from backend that is mysql in table format, i am not having any problem in that. now i want to color the table individual …

Member Avatar for jwenting
0
97
Member Avatar for anthmaina

i have this on my site but its working in IE but not mozilla,any hacks you know to solve this: html, body{ scrollbar-face-color:#FF9900; scrollbar-base-color:#FF9900; scrollbar-arrow-color:#000; scrollbar-track-color:#ffffff; scrollbar-shadow-color:#FF9900; scrollbar-highlight-color:#EBF5FF; scrollbar-darkshadow-Color:#fff; }

Member Avatar for roryt
0
97
Member Avatar for DixieDesigner

I'm trying to teach myself CSS. The only thing I've used it for before was for text formatting but now I'm trying my hand at positioning the elements through CSS. The issue I've run into is that I have an element that is offset by so many pixels to the …

Member Avatar for MidiMagic
0
80
Member Avatar for mankichi

+ adding component to the editor: button, textbox, textarea, listbox, checkbox, radiobutton, hyperlink. thanks a lot!!!

Member Avatar for thekashyap
0
46
Member Avatar for Barefootsanders

I need to return some HTML code stored as a text data type in my database. Is there a way to return this HTML effiencly through PHP that will execute this code when HTML parses the page? Currently I have this: [CODE]$result = @mysql_query("SELECT * FROM sponsors"); $num_rows = mysql_num_rows($result); …

Member Avatar for macneato
0
632
Member Avatar for Cerberus

Hi can anyone point me in the right direction to redefine the tabbing element of <pre> tags please.

Member Avatar for Cerberus
0
66
Member Avatar for metrov

Hi, I'm trying to resolve a positioning problem. 1 -- I need to position a small table that contains sidebar menu links. 2 -- I first tried positioning the table the old fashioned way, by nesting it in the left side column [cell] of the main table. 3 -- This …

Member Avatar for metrov
0
169
Member Avatar for Acidburn

Hello guys, I've got my JSP set up so when I click on a href link it redirects it to a form, the form then takes in user information and has a html:submit and a html:cancel buttons. Actions are associated with these... Anyway my question is that when a user …

Member Avatar for peter_budo
0
84
Member Avatar for hbmarar

Hi, Wishes. I need a page with two frames or something. say questions list is in one and in another is for listing questions added by the user for a paper exam. Each frame should have checkbox which is selected across each options and when the move button is clicked …

Member Avatar for ghostsquad
0
64
Member Avatar for radu84

for those which need a html parser here it is an example [URL]http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip[/URL] best regards,

Member Avatar for L505
0
352
Member Avatar for Wibby

I want to have an alternative Link colour - once set in the page properties bit in dreamweaver I can't get it to do another option.... how do I get it to create a second option?? Thanks

Member Avatar for roryt
0
98
Member Avatar for alienlinux

it's time to clean up my code and get a w3c validation. in the original page i had [code] <div align="center"><IMG src="http://<mysite>/images/<image>" width="640" height="78"></div> [/code] but w3c says 'there is no attribute "ALIGN"' it mentions that i can get around this in the css. i have been through a css …

Member Avatar for roryt
0
108
Member Avatar for ReeciePoo

[code]Dim objLink As HTMLLinkElement Dim objMSHTML As New MSHTML.HTMLDocument Dim objDocument As MSHTML.HTMLDocument Dim currentver As String currentver = "1.0" Set objDocument = objMSHTML.createDocumentFromUrl("[URL]http://alexsoft.awardspace.com/updates/updates.php?version=1.0[/URL]", _ vbNullString) While objDocument.readyState <> "complete" DoEvents Wend If InStr(1, objDocument.documentElement.outerHTML, "UpdateMe") Then Command1.Visible = True lblstatus.Caption = "Update Available" Timer3.Enabled = False Else lblstatus.Caption = …

0
63
Member Avatar for alienlinux

I am trying to embed my cgi:irc script into my html page, it works fine if i simply point a hyperlink to it, but it looks horrible and comes up in a different page, so i tried the <embed> tag like this :- [code]<embed src="https://alienlinux.homelinux.net/cgi-bin/cgiirc-0.5.9/irc.cgi" align="center" width="520" height="360"></embed>[/code] but it …

Member Avatar for MattEvans
0
2K
Member Avatar for ongxizhe

Hey all. Does anyone knows where to get some tutorials of HTML? Or someone willing to teach about HTML please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe

Member Avatar for ongxizhe
0
189
Member Avatar for CaliVagabond

I've just started getting into CSS and ran across an issue. In my code, the height of the columns adjust independently of each other. At least that seems to be the case when I view the page in Firefox 2.0. In IE7 they adjust to the height of the larger …

Member Avatar for CaliVagabond
0
103
Member Avatar for sambaja

hi, im trying to use this script: [URL="http://www.dynamicdrive.com/dynamicindex11/scrollc.htm"][U][COLOR=#0000cc]http://www.dynamicdrive.com/dynamicindex11/scrollc.htm[/COLOR][/U][/URL] it works great with IE but with firefox it doesnt work when its encased within another CSS ID. It shows up, but it doesnt scroll. how can i make this work? i know its a CSS thing probably since your script generally …

Member Avatar for sambaja
0
178

The End.