1,557 Topics

Member Avatar for
Member Avatar for code739

good day fellas, i just curios if there such thing as like below: style.css @media handheld, only screen and (max-width: 767px) { ->link to another css file } cause actually i want to detect if its a mobile then it will link to another stylesheet that i made for mobile …

Member Avatar for sjiinfotech
0
118
Member Avatar for peter20

Hi, I am new in css programming and I would like to edit a css.file. I downloaded a template from [Click Here](http://www.os-templates.com/free-responsive-templates/rs-fusion) but I want to make smaller the image slideshow, put it to the top of the div container and next to the slider to make a new div …

Member Avatar for ainosilva
0
59
Member Avatar for dwlamb

I want to use regular expression to clean-up some CSS files. I used a Friebug add-on, CSS Usage, to analyse some CSS from a jquery demo. Exporting the files, this add-on places 'UNUSED' at the front of a declaration and rule. Below is a sample of the output. html #demo-config-menu …

Member Avatar for dwlamb
0
114
Member Avatar for kevwood

hi all. i am having problems getting my CSS file to link in with all my pages. the navigation section looses its bg image. here is the code i am using for the navigation <div id="navigation"><p id="P_navigation"> <ul id="List_nav"> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxxxx</a></li> <li><a href="xxxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxx.html" …

Member Avatar for theHop
0
206
Member Avatar for shiinko

Hello ! I'm new to Web Developing, and I'm trying to make rather simple template. By following this tutorial, first part of it (top extendable header and background) went ok, but the second part (adding top, centered logo) is not placed correctly- it's placed a little downwards and probably a …

Member Avatar for ObSys
0
226
Member Avatar for Albert Pinto

Hi People, Got an issue with css in php. Actually I'm trying to create and send a html email. My front-end form consists of To(textbox where recipients email address will be entered) and then I've embedded ckeditor in place of Textarea where I will be typing the message... Now this …

Member Avatar for jstfsklh211
0
3K
Member Avatar for esparkinfo

Hello Friends, does anyone has worked on media queries? css3? I have a client who is looking for media queries.... I want to know about that before start my project. What could be the sizes & if I should use server side code to detect for the device first to …

Member Avatar for lps
0
83
Member Avatar for matrixracetips

hey guys, im trying to change a menu items color, if a user was on the members section, the member menu icon would be a different colour to the other menu items etc. initially the menu item <li> has no css class assigned to it, but once they visit a …

Member Avatar for matrixracetips
0
226
Member Avatar for zobadof

Hello, Me and a Friend have been designing a website. Currently we've done one page and we're very puzzled by the Navigation bar. We fixed the issue when it was on the right hand side, but can't now it's on the left. It was on both but as explained, right …

Member Avatar for zobadof
0
135
Member Avatar for venkateshyeluri

Hi, Im working on a html5 parallax site. I have a problem with the javascript, that it is not detecting the screen resoultion thought I have right css files in my folder. My js detects for one type of screen resolution but it is not detecting the remaining screen types …

Member Avatar for JameB
0
332
Member Avatar for gurupts

Is there any chance, a div call a particular css and its class. when i include two css on my html header both are have some same class.In case i have css1 .h1 text-align:center;color:red; and css2 .h1 text-align:left;color:blue;.Now i need to call cssl from a div with h1 class in …

Member Avatar for rotten69
0
213
Member Avatar for PhilEaton

I am trying to check for the background of an element, here is my code. But it doesn't work: I tried two ways, here is the first: function changeColor(field) { if(field.css('background-color','#ffb100')) { field.css('background-color','white'); } else { field.css('background-color','ffb100'); } } here is the second: function changeColor(field) { if(field.css('background-color') === '#ffb100') { …

Member Avatar for Taywin
0
268
Member Avatar for wasim kazi

Hello, I have one CMS with fixed layout. In that I have make few changes depends on my current URL. If I am on my home page so This class given below is **div.layout-column.column-main.with-column-1.with-column-2 = width:790;** And If I am of some other page so this same class look like …

Member Avatar for wasim kazi
0
284
Member Avatar for dany12

I know some of them and I wanted to ask you if you know any other prefixes than this ones -moz -webkit -o -khtml Thank you for any help

Member Avatar for dany12
0
82
Member Avatar for vishalonne

Hello All I am developing 1 very simple site and I am totally confused "HOW TO DISPLAY MY DIFFERENT CONTENTS IN <DIV>". Detail - My links as are in left side in **<DIV class="image002-03">** and on clicking on them I just want to display the content of link in Mid …

Member Avatar for lps
0
241
Member Avatar for PhilEaton

The issue I'm having is that I need to add a second stylesheet to my web site. But I'd rather not update the 20+ HTML pages with a <link href="" /> code. Is there any way to link from the existing stylesheet to another? That way I only change one …

Member Avatar for PhilEaton
0
189
Member Avatar for garystephen359

Does any know the way to create css sprites to make the loading time of the website reduce.

Member Avatar for nmaillet
0
48
Member Avatar for menukadevinda

Hi, I am trying to develop a android application which is done using html5. I use phongap to convert html5 application to android apk file. Problem is my native lanuage is not supported by android OS yet. In my app I get datafrom database and print them. when I do …

0
75
Member Avatar for PhilEaton

Hi! I am making a simple box and inner box. The outer box is white and the inner box is purple. The inner box width is static (95%, i understand this is not necessarily static, but in the context of the height you'll understand) but the height is set to …

Member Avatar for PhilEaton
0
228
Member Avatar for NubTruck

I have been reading some tutorials about floats from various sources on the web. They say that if you want to float one div element next to another you are to put a float attribute into one of the div elements. for example one website says this... > Quote From …

Member Avatar for AleMonteiro
0
239
Member Avatar for arctushar

Hi I have made a webpage with css. Its working fine in firefox. but not working in Explorer. But when I zoomout to 90% its working in IE. html code is <html> <head> <title>test slice</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header_border"> <div class="table"> <ul><li></li> …

Member Avatar for rotten69
0
127
Member Avatar for ebanbury

Hi I have the following web page: www.createtime4u.com/index - Copy.html Most of the page is now pretty responsive to changes in the desktop size (I haven't added any media queries for mobile etc yet) However I'm really stuck on this CSS slideshow. Most of the CSS for this slideshow I've …

Member Avatar for rotten69
0
350
Member Avatar for papadarl
Member Avatar for fcvolunteer

I'm trying to finish the last tweaks on a [site](http://www.friendshipcirclenc.org/fc-evaluation-2011-2012/) I created using an Elegant Themes Wordpress theme and I'm having a frustrating time figuring out how to center the page titles so they are each exactly centered regardless of their width. Here's an image of how I want it …

Member Avatar for fcvolunteer
0
216
Member Avatar for onsixam

i'm trying to animate a carousel with the roundabout plugin ,i want it exactly achieve this in the image below. http://www.hostingpics.net/viewer.php?id=316314cleansleekwebdesign.jpg unfortunately , the rendering that i get is different (click on the link below). http://onsixam.cfun.fr/roundabout.html i need to change the li dimensions (width and height ) and positions dynamically …

Member Avatar for onsixam
0
156
Member Avatar for kevwood

Hi all thanks for reading, i am having trouble getting my link button postioned in the correct place and the image. how i want it to look can be seen in fig-1 and what i am getting can be seen in fig-2. the relevant code i am using is as …

Member Avatar for kevwood
0
78
Member Avatar for Patiodude

I made an Edge animation with a stage which is, natively, 1600x900px. I've included it in an `<iframe>` linking to the HTML file outputted by Edge, on the page where it's to be displayed; as not all displays support this resolution, I wanted to use CSS media queries to resize …

Member Avatar for Patiodude
0
343
Member Avatar for CarterLangley

Hi again guys, I am getting information from a table that I would dearly love to format using my css styles in an external css sheet. Now I am calling the sheet in the header correctly, tested that to make sure. Here is the code I am using. This generates …

Member Avatar for CarterLangley
0
405
Member Avatar for kevwood

hi first post on here for a long while. i am trying to add a background image to my links in a list on my page but i cannot get the image to show how i would like. i am either going about it the wrong way or it simply …

Member Avatar for kevwood
0
128
Member Avatar for dany12

I just strated working with sprites and end up with a diffrent result My code css .icon a{ width:191px; height:151px; text-decoration:none; text-indent:-9990px; display:block; background-image:url(../images/socialsprite.png); background-position:0 0; } html <span class="icon"> <a href="#">f</a> <a href="#">t</a> <a href="#">g</a> </span> any help would be welomed Thank you

Member Avatar for dany12
0
164

The End.