Jump to content

divinedesigns1

Members
  • Posts

    1,200
  • Joined

  • Last visited

Everything posted by divinedesigns1

  1. the above image shows what im asking about, as you can see the dots are not centered as it normally would when you just use the default list-style option
  2. ok that doesnt work for what im trying to do but thanks
  3. how can i go about correcting the position of a list-style-image, i am trying to place the image in the middle of the first row of the sentence, is there a way to correct this? mine is at the bottom at the moment
  4. can i neat a group of fonts in the css3 @font-face function?
  5. it have way too many free space, you can create a two column, where the menu stay on the left, have the content on the right, and have the about us on the a new page with a about us link, its just way too many free space on the website, you can also created on the index page, sections of what the developers have posted, etc or the work that the developers have created like a slideshow of their work
  6. i am trying to grab certain images from joomla, which is place in there own folders, but when i try to get failed to open dir: No such file or directory in /xxxxx/xxxxxx/xx/xxxxxxx/html/Ej/test.php on line 10 but the folder is actually there. i am using this code to grab the images from the folder, which i have tested it within a normal folder $handle = opendir(dirname(realpath(__FILE__)) . '/images/');while($file = readdir($handle)){ if($file !== '.' && $file !== '..'){ echo '<img src="images/' . $file . '" border="0">'; }}
  7. Thanks Ingolme, that work perfect
  8. i have a few divs which is transparent but the text also becomes transparent, how can i undo this or make it just so the div can be transparent and not the font also background-image: -ms-linear-gradient(top, #F9FF4F 5%, #EFE703 100%); background-image: -moz-linear-gradient(top, #F9FF4F 5%, #EFE703 100%); background-image: -o-linear-gradient(top, #F9FF4F 5%, #EFE703 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9FF4F), color-stop(1, #EFE703)); background-image: -webkit-linear-gradient(top, #F9FF4F 5%, #EFE703 100%); background-image: linear-gradient(to bottom, #F9FF4F 5%, #EFE703 100%); opacity:0.6; filter:alpha(opacity=60); the above code is what im using, but this is making the text also transparent.
  9. thank, I needed that, haven't done a two or three column website in a while
  10. ok, so I was trying to do a 3 column website but soon as I get the first column into position, the main div the wrapper css was remove, well that's how it seem in IE and chrome, how can I go about doing this and keeping the divs in the wrapper div? this have been a small problem for me for a while. any help would be appreciated
  11. Site Name: DivineDesigns1 Site Description: Graphic and Web Development Site Owner/Developer: D.Austin (Me) Site Address: http://www.divinedesigns1.com Extra Comments: This website have been up for over 4 years, during those years I have become a better web developer. Thank to some people from this forum and my determination to do better
  12. im seeing your black header in IE
  13. my html format is messing up and im not sure how to fixed it, I normally ignore this problem since it doesn't bother with my templates but I would like to know how I can fixed this problem http://www.divinedesigns1.com/lemonlime you will see a red border and then the menu bar, what suppose to happen is, the menu div is suppose to be inside of the red border
  14. you can go in your MySQL and use the sql section to make sure your query is working, or you can do as foxy said
  15. you can do it with php, but i believe you can use other programs to do this with also. i do mine with php for my site
  16. yeah, it was the alignment justifying, thanks guys
  17. hey, how can i get rid of the extra spaces between words? like here divinedesigns1 in the news box
  18. in the css look for border: and delete it
  19. might want to check your info, also contact your web host to make sure you have permission to create a datebase and view your directory, but according to that message it seem like you might have misspelled something
  20. and I agree with you on, that part, but like I said at the being of the post, I only coded this website, the design work was done by someone else, this is not one of my design work done here, just the development part I have done, but I did change that dark blue to something more greyish blue
  21. if the header is suit the design it really dont matter, and it wouldnt affect the sticky footer either, i have a page where my header is basically covering the screen and its a sticky footer. its just a preference
  22. i dont think it matter how tall the header is for a sticky footer
×
×
  • Create New...