1,557 Topics

Member Avatar for
Member Avatar for xxmp

I have this page [CODE] <body> <div id="main"> <div id="left_menu">left</div> </div> </body> [/CODE] where [CODE] body { background-color:#B7B69D; height:inherit; } #main { border:outset; width:1024px; height:95%; margin-left:auto; margin-right:auto; margin-top:15px;; margin-bottom:15px; background-color:#FFF; } #site_logo { width:140px; height:120px; float:left; margin-top:15px; margin-left:15px; margin-right:15px; } #left_menu { background-color:#90C; height:640px; width:180px; float:left; margin-top:15px; margin-left:15px; } [/CODE] …

Member Avatar for skald89
0
74
Member Avatar for coolrj01

I want to make css manager for my site like wordpress's css manager. I want to open css file in textarea so I can edit it than after pressing submit button, changes in css file should be saved. Please help me. Sorry for my bad english.

Member Avatar for whiteyoh
0
74
Member Avatar for 612wharfavenue

I got transitions to work using a simple hover, but how do i make them respond to onclick? [CODE] <html> <head> <style> #trans { opacity:100; transition: all 1st ease-in-out; } #trans:hover { opacity:0; } </style> </head> <body> <img src="myimage.jpg" id="trans" /> </body> </html> [/CODE]

Member Avatar for 612wharfavenue
0
90
Member Avatar for jpknoob

HI i'm having issues with my css in Safari, it works fine in IE and FF. The problem is the thumbnail gallery in the code below, it is supposed to display in the bootom right of the page, but in Safari, the images are out of place, some are displayed …

Member Avatar for jpknoob
0
142
Member Avatar for paresh_thummar

i am working on asp.net project and i want to create color look like glass,please help me to create.

0
60
Member Avatar for Julietta

hello. I just started learning html, xhtml and css 2 months ago. I am learning with the head first html, xhtml and css book and so far everything is fine, yet I don't get certain things concerning css. so I created a css file in my notepad in order to …

Member Avatar for Arkinder
0
312
Member Avatar for denmarkstan

please i need someone to give me a simple step by step tutorial on how to develop Css menu dropdownlist in ASp.net i am a newbie in asp.net. i have tried so many tutorial but i could not still achieve what i want. steps of doing that i want: 1.i …

Member Avatar for jugosoft
0
127
Member Avatar for sean6219

Hi there,I have been looking for solutions but no one seems to be able to help me.Days ago,I created a blogger blot at this url [url]http://wshienrun.blogspot.com/[/url] However,when I tried to add the code for drop down menu from [url}http://www.bloggerhome.net/2010/04/how-to-add-horizontal-dropdown-menu.html[/url] original content slider in the blog suddenly disappeared and it dropped …

Member Avatar for Arkinder
0
310
Member Avatar for kevindougans

Hi guys, Sorry for the simple question but can anyone tell me how to make my drop down links appear above everything else on the page. Thanks, [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- #header_container { …

Member Avatar for Arkinder
0
124
Member Avatar for tutorim

Hi, I have a website is php+mysql and i would like to do some changes on css. Ex. To add H1 and H2 tags. Here is the css where i want to add the h2 and i dont have idea how. If you need a more detailed description let me …

Member Avatar for tutorim
0
230
Member Avatar for cmills83

Has anyone had success changing a users print settings to landscape when printing a specific page using either CSS or JS? I see a lot of the same solutions repeated when searching but none seem to work so please only post something if you have had cross-browser success and can …

Member Avatar for codewall
0
62
Member Avatar for Tracie-marie

I'm completely self taught - and probably wrongly have learned by trial and error so I have absolutely no idea where I have gone wrong here, I think something in my CSS gets read differently by Chrome than other browsers. I'm redoing my website [URL="http://www.acrodancer.com/Test_Site/completed/AcroDancer.html"]http://www.acrodancer.com/Test_Site/completed/AcroDancer.html[/URL] In IE the sizing is …

Member Avatar for teedoff
0
150
Member Avatar for felix001

I currently have a table within my page at : [url]http://www.fir3net.com/Firewalls/Juniper-Netscreen/juniper-commands.html[/url] The first 2 tables have been assigned a class of X1. My aim is to do the following : [LIST=1] [*]Set the table to a width of 85% [*]Set the first column to a set width [*]Set a black …

Member Avatar for shaya4207
0
119
Member Avatar for McLaren

Hello, There is such code in css file [CODE]a:hover { background: #F1F9DA; color: #895F30; border-bottom: 1px dotted #895F30; }[/CODE] so on mouse over it changes the backgroutd of links and adds border. But I have images wiht links [CODE]<img class="reklama" src="http://localhost/darzelis/uploads/reklama/ad_-_Copy.jpg" alt="#" border="0">[/CODE] and I don't want a backgroud and …

Member Avatar for McLaren
0
208
Member Avatar for soft_coder

I have tried the following but I am unable to do so: <link rel="stylesheet" type="text/css" href="http://7h5nk1s:11261/ecmaomexamples/SiteAssets/password_meter.css"/> <script type="text/javascript" src="http://7h5nk1s:11261/ecmaomexamples/SiteAssets/password_meter.js"></script> When I try to access these files the following line throws error: document.write('<script type="text/javascript" src="/_layouts/blank.debug.js?rev=jE3bS2JFTB63z3iWgauX9w%3D%3D"></' + 'script>'); in the sharepoint page. Urgent help needed.

0
81
Member Avatar for Sailor_Jerry

What's the proper format? Also does anyone know where i can find a good CSS online reference besides W3Schools? Current Code. [code] .className td {border: 1px solid #CCC;} .className th {border: 1px solid #CCC;} [/code] i want to save some characters... would this be valid? [code] .className td th {border: …

Member Avatar for Arkinder
0
231
Member Avatar for AycheKay

My images contained inside a tags have blue borders around them. How do I get rid of these borders? Here's what I've been trying and it doesn't work: [CODE]#gallery .a .img { border-style: none; }[/CODE]

Member Avatar for AycheKay
0
95
Member Avatar for minimogul

I am trying to style two different forms on one page. I want to do so with out using frames I am not fond of them. Most of the pages I have done only require form per page. Please help I thank you in advance and hope you guys can …

Member Avatar for floatingDivs
1
83
Member Avatar for BelgianQueen

I do not want to use a static image as a background. Instead I want to be able to use different images through out the website. How do I accomplish that in CSS?

Member Avatar for Arkinder
0
109
Member Avatar for dougancil

I have a web page that I converted from a psd file to html with Photoshop and imported into Dreamweaver. The problem I'm having is that some viewers comment on the fact that the page is left justified. I inserted a div tag into the html with a wrap around …

Member Avatar for Armadillo
0
241
Member Avatar for devilish demon

i have a css coding working in chrome and opera but not in internet explorer or firefox.. so please have a lok at dis coding and what changes should be done so internet explorer could have a same display as in chrome actually i have just background pictures problem as …

Member Avatar for teedoff
0
121
Member Avatar for art_wired

Hello, I'm hoping someone can assist me with a layout problem I'm having in IE8. The HTML for this is: [CODE] <!--[if IE]> <link rel="stylesheet" type="text/css" href="slider.css" /> <![endif]--> <link rel="stylesheet" href="home/home.css" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="contact/js/validation/validation.js"></script> </head> <body id="contact"> <?php require_once('header_graphics.php'); ?> <div id="container"> <?php require_once('logo_link.php'); …

0
131
Member Avatar for alazanski

Hello, I'm working this project, where I must first slice and then code a website (with HTML and CSS). The problem is, I don't really know how to code it. [URL="http://picasaweb.google.com/lh/photo/Cy12nwDzbwOrrO2mLDVh7Q?feat=directlink"][I]Click here[/I][/URL], to view the website's layout. If you can help me, then please reply to this post. Thank you,

Member Avatar for scrappedcola
0
125
Member Avatar for kiranking

In my form there are two anchor tags [B]Add[/B] and [B]Clear[/B] having same class called button. What I am trying is submit the form data to another page(post) using ajax & clear is for clearing the data using javascript.The problem is that as both buttons having the class the same …

Member Avatar for kiranking
0
147
Member Avatar for xuexue

could you help me to make a basic css which is applicable for the autocomplete in php? tnx..^^

Member Avatar for diafol
-2
97
Member Avatar for sreein1986

I have a small doubt in CSS style sheets what is use of float tag in css? and why it using ??? please reply me

Member Avatar for Arkinder
0
109
Member Avatar for nikita.chandra

hi all I have created a online Bus Ticket Booking dynamic website using JSP, SERVLET, CSS,JAVASCRIPT. And i have some issue related to table view on my index page there is a table for ticket booking and it is displaying properly on Mozilla Firefox but unable to be displayed properly …

Member Avatar for Arkinder
0
141
Member Avatar for nedsnurb

Hi, I have there or thereabouts finished a site I am building for a university project, the site functions perfectly fine, albeit with a few layout issues. Basically I just wanted some tips on how to create a fluid layout, as the website doesn't resize itself depending on the monitor …

Member Avatar for Arkinder
0
82
Member Avatar for yopirates

hey! guys i am not able to use the attribute word-wrap:break-word; many ppl say its compatible only in css3 . :( i want to know an equivalent tag for that in css2 ..

0
92
Member Avatar for enam

I have put exactly following code to make the text "Person of the Week contest" blinking anchor text on my homepage of [url]http://BestAdPoster.com[/url] : [CODE]<div style="float:right; font-size:18px;width:100px;display:inline;border-style:groove;border-width:10px;text-decoration: blink;padding:10px;"><a href="http://bestadposter.com/forum/topics/person-of-the-week-contest">Person of the Week contest</a></div>[/CODE] Unfortunately text blinks only on FireFox but it's static text on all other browsers (I have checked …

Member Avatar for enam
0
472

The End.