www.webdeveloper.com
+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 25 of 70

Forum: CSS

Discussion and technical support relating to Cascading Style Sheets.

  1. Sticky Thread Sticky: Before asking why your page doesn't work: Validate!

    If your HTML mark-up or your CSS has errors, you cannot expect a browser to display your page correctly, or even the same as another browser. So before telling us some browser doesn't work or that CSS sucks, use the validators: HTML Validator CSS Validator

    Started by NogDog‎, 08-09-2006 01:57 PM
    • Replies: 0
    • Views: 43,047
    08-09-2006, 01:57 PM Go to last post
  2. Sticky Thread Sticky: CSS References

    CSS Shorthand CSS Tips and Tricks Part I CSS Tips and Tricks Part II CSS Article Reference Can we sticky this and have people add in articles worth checking out? I'm sure they would likely be in the CSS article reference link already, but we could point out ones that we link to the most...

    Started by spufi‎, 03-29-2005 05:40 PM
    5 Pages
    1 2 3 4 5
    • Replies: 63
    • Views: 152,250
    08-27-2012, 07:57 PM Go to last post
  1. resolved [RESOLVED] Background image as watermark

    Hello I am trying to place a watermark background image into a div so that it is behind text. But everything I do makes the image appear but the text covers it up. The graphic appears where I want it to and only not repeats. Is there a way to do this properly? thanks A:confused:

    Started by Albert1955‎, 08-07-2009 08:58 PM
    • Replies: 6
    • Views: 1,103
    Yesterday, 05:09 AM Go to last post
  2. Question Hide parent element from an iframe link

    Hello, I'm working on a project, and I need to find a solution to hide a DIV element by clicking on a link. The problem is that the DIV element is located in one window (parent window), while the link is located in another window (an iframe). Here is the html code for the two pages: ...

    Started by alexander2000‎, 05-18-2013 03:32 AM
    • Replies: 0
    • Views: 254
    05-18-2013, 03:32 AM Go to last post
  3. Exclamation Smooth margin-size change between break-points?

    I'm trying to center a jQuery Mobile page with a panel and "margin: 0 auto" doesn't work, so here is what I have: <style type="text/css"> @media screen and (min-width:65em){ div, .ui-page{ margin-left:2.5em; } } </style>

    Started by amandaNHT‎, 04-28-2013 01:02 AM
    • Replies: 1
    • Views: 479
    04-28-2013, 01:05 AM Go to last post
  4. Unhappy Adapt the height of an element according to his wrapper height.

    Hi, i want to know why this code wont work <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> #wrapper{float:left} img{float:left} #text{float:left; border-right:1px solid black; height:auto; padding:10px;}

    Started by American horizo‎, 05-11-2013 03:17 PM
    • Replies: 5
    • Views: 581
    05-16-2013, 06:21 PM Go to last post
  5. Site Not Expanding With Browser

    Hello. So I posted this yesterday, and thought I figured it out. Can anyone tell me what is happening here? If you shrink the browser to a couple hundred pixels wide, and then scroll right you will see what is happening. http://brookelynperry.com/dev/header.php I can't seem to figure this...

    Started by andy.richin‎, 05-15-2013 03:58 PM
    • Replies: 5
    • Views: 372
    05-17-2013, 10:18 AM Go to last post
  6. resolved [RESOLVED] Site Not 100 Percent With Browser

    I am having some issues with a site that I am building and it expanding the width of the browser. For instance, if my browser window is set to 1500px, a scrollbar will appear at the bottom allowing you to scroll right. Once you scroll right the site is cut off and there is only white space. The...

    Started by andy.richin‎, 05-14-2013 03:31 PM
    • Replies: 1
    • Views: 279
    05-14-2013, 03:55 PM Go to last post
  7. Shadow getting left behind in IE

    Hi all, I have this pages working quite nicely but when you switch from one of the landscape images to a portrait image in IE, the shadow round the image gets left behind. It's fine in all other browsers. Here's the page: http://mccarronandco.com/newsite/quadrant.php Can anyone advise...

    Started by barbeluk1‎, 05-01-2013 04:16 AM
    • Replies: 2
    • Views: 955
    05-03-2013, 04:34 AM Go to last post
  8. Need help with :hover.

    Hello, I am making a small schoolproject but I am now stuck on something. I want the headphone pictures to dissapear and text to appea rinside the same box when I hover over them. Is this possible in CSS? Here is a picture of my website. http://piclair.com/4o2xn

    Started by calleostling‎, 05-01-2013 08:00 AM
    • Replies: 1
    • Views: 478
    05-01-2013, 10:45 AM Go to last post
  9. positioning divs with flexible height and widths

    Hi I should really be able to do this but I'm just having a right old block with it so decided to pass it over to someone with a clearer head than me. Here goes: I have a wrapper div containing to column divs. <body> <div id="wrapper"> <div id="left">undefined length of...

    Started by cannon303‎, 05-03-2013 05:38 PM
    • Replies: 1
    • Views: 954
    05-04-2013, 01:38 PM Go to last post
  10. WP Page not rendering correctly in IE

    The page appears to render correctly in FF but when I try in IE 7 it doesnt appear correct with the main content of the page way off to the right. Any one have any ideas? Page is: http://tinyurl.com/csn3tgx Many thanks!

    Started by cclayton‎, 04-17-2013 09:05 AM
    • Replies: 5
    • Views: 1,413
    05-10-2013, 04:48 AM Go to last post
  11. CSS not showing in root but then showing (sometimes) after clicking around

    Hi everyone. First post here. :) So I'm having a bit of an issue with my CSS displaying. When I type in my root domain dissertationformatting.com on Chrome or FF (up to date), the webpage shows without the styles (just unformatted text). Then, after clicking on one of the links in the...

    Started by cheech1981‎, 05-11-2013 07:25 PM
    css
    • Replies: 3
    • Views: 403
    05-11-2013, 10:34 PM Go to last post
  12. Lightbulb Getting info from forms to database to tables

    Hi all, I have been handed a rather complex project and could use some help getting started. Here's what I need to do I am making a web site for a dart league. It needs to track teams, players, scores, and stats. This is the process I need to create for the owners/users: 1) Team captain...

    Started by ChristBang‎, 05-01-2013 10:49 PM
    css
    • Replies: 1
    • Views: 562
    05-02-2013, 11:33 AM Go to last post
  13. How can I edit my posts in wordpress

    Hi everyone I have a site retete-super.ro with www. in front of How can I edit my postings will appear as shown in the example Example: demo.mauhab.com/?themedemo=Euphorbia with http:// in front of The four pictures with read more I have 10 posts on the site I want to change them to look like in...

    Started by dani555‎, 05-12-2013 01:34 AM
    • Replies: 0
    • Views: 263
    05-12-2013, 01:34 AM Go to last post
  14. [HTML / CSS] Not so 100%.

    SO I'm working on a website and want a backdrop that stretches 100%. I have looked all over for a code to do so, and have successfully found one that stretches 100%... Of the screen size, and then stops. What do I mean? Simply put, if my screen is 1024px high... The code will stretch that...

    Started by DannLea‎, 05-17-2013 08:29 PM
    100%, css, full page, html
    • Replies: 3
    • Views: 364
    05-18-2013, 08:50 PM Go to last post
  15. Navigation bar not quite working properly

    I am trying to use a basic css drop down menu as it would allow me to add pages to my site easily and expand it in the future with no real problems. I found a nice script but some of the things I can't get quite placed how I want them. I am trying to move the slider right up against the nav...

    Started by delboy1875‎, 05-15-2013 08:26 AM
    • Replies: 0
    • Views: 278
    05-15-2013, 08:26 AM Go to last post
  16. Css drop down menu not working correctly

    I am trying to use a basic css drop down menu as it would allow me to add pages to my site easily and expand it in the future with no real problems. I found a nice script but some of the things I can't get quite placed how I want them. I am trying to move the slider right up against the nav...

    Started by delboy1875‎, 05-15-2013 06:47 PM
    • Replies: 1
    • Views: 316
    05-19-2013, 01:40 PM Go to last post
  17. Problems with site

    On my contact page the background disappears think there is some problem with the divs, as the border isn't properly wrapping round the container tag. Also on the homepage the <HR> between the 3 pictures and the twitter plugin and about me section doesn't appear in some browsers, for example...

    Started by delboy1875‎, 05-21-2013 01:10 PM
    • Replies: 0
    • Views: 161
    05-21-2013, 01:10 PM Go to last post
  18. Images overlapping

    For some reason the images on the how can I help and useful tips page overlap the next heading down and for some reason, the menus appear fully open as opposed to collapsed when the page loads. How do I get around this? Thanks. The website is www.cherrietestingwebsite.org

    Started by delboy1875‎, 05-04-2013 06:38 AM
    • Replies: 1
    • Views: 807
    05-09-2013, 04:27 AM Go to last post
  19. Styling a social network plugin

    Hey I recently implemented a twitter plugin that I found on my personal trainers website. I really like the plugin, it seems to load fast and work well. I found that the fb like box for some reason added a lot of load time onto my page so decided against implementing it and I can integrate both...

    Started by delboy1875‎, 05-14-2013 07:33 AM
    • Replies: 0
    • Views: 292
    05-14-2013, 07:33 AM Go to last post
  20. Multiple CSS rollovers

    Hi I am now well versed in making CSS rollovers using the background-position technique. Now I have a page that has 12 different images that need rollovers. (There is actually around 10-15 pages that are similar too). I thought about using a huge sprite but the images are 140 x 200 so to make a...

    Started by Digital Pimp‎, 05-07-2013 10:09 AM
    css, rollovers, sprites
    • Replies: 2
    • Views: 725
    05-08-2013, 09:52 AM Go to last post
  21. Post overflow: left/right:visible; top/bottom:hidden

    Maybe the title says enough, but this is my problem I've got an <iframe> on my page with some information: some pictures from calenders with a few buttons, which are a little bit wider than my <iframe>. The page is centered on the pictures, so the buttons are going out of the frame at the left...

    Started by DJAxel‎, 05-09-2013 09:33 AM
    • Replies: 3
    • Views: 657
    05-10-2013, 09:10 AM Go to last post
  22. CSS drop down menu problem

    Hello, I am trying to follow the code from this simple css drop down menu here. I have the code which I am trying to make work with what I have currently. I want the spacing between the listed items for the menu. When I use the code from the website I cannot seem to set the spacing I need. The...

    Started by ecross‎, 04-27-2013 06:30 PM
    • Replies: 1
    • Views: 615
    04-28-2013, 08:10 AM Go to last post
  23. CSS : Fonts that Go unnoticed by Web designers

    Fonts are an integral part of CSS designs and taking care of their usage and functionality while considering appropriateness is significant. Here are some of the greatly popular fonts that go unnoticed by designers while creating web pages, but are very, indeed very important and stark: Palatino...

    Started by fandesign‎, 04-08-2013 06:12 AM
    css font, web designers
    • Replies: 3
    • Views: 978
    05-13-2013, 04:06 AM Go to last post
  24. clearfix hack, footer spans up to the top

    I cannot understad why this code doesn't prevent the footer from spanning up to the top with the clearfix hack. It does work with the overflow hidden technique, and also with the div with clear both. http://jsfiddle.net/Nz9ya/2/ The yellow background is from the footer, but as it can be seen,...

    Started by FernandoBasso‎, 01-26-2013 05:46 PM
    • Replies: 5
    • Views: 1,688
    05-04-2013, 05:20 PM Go to last post
  25. Box height not rendering correct height in chrome

    Hi This page http://www.ccmediaservices.co.uk/residential-lettings/ Renders perfectly fine in firefox and in ie. But in chrome the filter box on the right hand side seems a bit short and the search button fails to fit within the box. The purple box to the right of the listings Can't...

    Started by gl82uk‎, 04-24-2013 12:51 PM
    • Replies: 4
    • Views: 863
    04-24-2013, 07:40 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 117 users browsing this forum. (0 members & 117 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles