User Profile

Collapse

Profile Sidebar

Collapse
roula
roula
Last Activity: Mar 15 '07, 12:12 AM
Joined: Mar 10 '07
Location: Damascus
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ok i solved it
    See more | Go to post

    Leave a comment:


  • images are not showing and links are not working when i uploaded my files on server

    I am using cake php, all was working fine on my localhost, and then when i uploaded the files online all the images did not show, and each time i click on a link it says page not found...

    I don't understand exactly how cake php work, but it seems like it defines a different path to the webroot, but it's not working on the server.

    Any idea????

    here's the link http://www.diogenous.net/indexcake.php

    ...
    See more | Go to post

  • roula
    replied to Cake php error
    in PHP
    THANK YOU :D
    first i checked for the localhost thing but it was all correct, so I was gona reply back to u and say that it didn't work, but I thought I would check the uploaded files one by one, and I can't believe one of them was uploaded but the file size was not matching the one on my local pc.. I uploaded again and it worked just great :)

    thanks alot for your tip now i'm much more happy...
    See more | Go to post

    Leave a comment:


  • roula
    started a topic Cake php error
    in PHP

    Cake php error

    Hi,

    I am using cake php for a website, and it was all working fine my local pc, but when I uploaded it on the host it gave me this error without showing anything:

    Code:
    Flash('The Content deleted: id '.$id.''); $this->redirect('/contents/index');  } } } ?>
     on  line Fatal error: Cannot instantiate non-existent class:  contentscontroller in  \\nas33ent\domains\d\syrainmilliondollar.com\user\htdocs\cake\dispatcher.
    ...
    See more | Go to post

  • roula
    replied to div position problem
    thanks for the tip, i set #main to relative position, and the other divs to absolute position, it's good now...
    See more | Go to post

    Leave a comment:


  • roula
    started a topic div position problem

    div position problem

    Hi,

    I have this code of some divs, and I am trying to put a transparent image in div #transp to cover a certain area of the parent div #main (in order to make an image map of the background image of #main)

    i'm trying to position #transp to be in the location i want, but i'm not able to.

    doesn't position:relati ve means the div position is relative to its parent?

    here is the code, and you can read...
    See more | Go to post

  • roula
    replied to how to link a flash?? is it ned any coding?
    do you mean that you have a flash embedded in your html, and when you click on the flash your html page changes? if this is what you mean then i think you just specify the link in the action script of your flash, but you probably need a button for this. you can create a transparent button and put it over the area where the user will click. if this was your problem then i can explain more details, if not then i dont know what you mean......
    See more | Go to post

    Leave a comment:


  • roula
    replied to divs transparency problem
    oops it was my fault, one of the divs had a white background specified which i just remembered.. sorry and thanks :) the problem is solved now.
    See more | Go to post

    Leave a comment:


  • roula
    replied to How do i center align divs
    i didn't insult anyone who is trying to help me, i actually thanked them all....
    See more | Go to post

    Leave a comment:


  • roula
    replied to divs transparency problem
    Oh I'm not using them, it's just when I pasted the code in the editor it changed the " to that, here is the actual code:

    Code:
    <div id="dhtmlgoodies_scrolldiv" style="background-color:transparent !important;position:relative;top:255px;left:257px;">
       <div id="scrolldiv_parentContainer" style="background-color:transparent !important;">
          <div id="scrolldiv_content"
    ...
    See more | Go to post

    Leave a comment:


  • roula
    started a topic divs transparency problem

    divs transparency problem

    Hi,

    I have the following nested divs, that I am not able to set them transparent in IE, but in firefox they are working fine:

    Code:
    <div id=&quot;dhtmlgoodies_scrolldiv&quot; style=&quot;background-color:transparent !important;position:relative;top:255px;left:257px;&quot;>
    		<div id=&quot;scrolldiv_parentContainer&quot; style=&quot;background-color:transparent !important;&quot;>
    ...
    See more | Go to post

  • roula
    replied to How do i center align divs
    hehe i really looked :)
    sorry for not replying earlier.
    anyways my code was too complicated because i copied it from somewhere else without really understanding and then i was trying to add my requirements and finish it on time, but it got all messed up.

    i tried your exapmle but it didnt work in my case, or maybe i didnt know how to apply it correctly.

    now i found another way much more simple, and i was able...
    See more | Go to post

    Leave a comment:


  • roula
    replied to How do i center align divs
    Hi and thanks,

    the 'margin:0 auto' is not working, or maybe I'm not using it right or not on the correct div. I also can't put a limit on the width of some divs because I am hiding the default scroll bar and replacing it with a scroll bar of div.

    I am not much familiar with divs, but I'm learning now.

    Here is my code in simple steps with some comments:

    I added this div (main) to wrap all other divs...
    See more | Go to post

    Leave a comment:


  • roula
    replied to Link a flash menu to HTML
    OK everyone, I just figured this out heheh.

    For anyone who doesn't know, in the HTML document itself, where you embed the flash, there is this code:

    Code:
    <param name="movie" value="flash/header_v8.swf?button=0">
    the "button" value is the one that determines which menu should be highlighed, so I changed the button value in the index.html to be 1 and fixed the other values in other...
    See more | Go to post

    Leave a comment:


  • roula
    started a topic Link a flash menu to HTML

    Link a flash menu to HTML

    Hi,

    I'm modifying a template (flash menu with html pages), when you click on the flash menu (about us for example) the corresponding html page is displayed, and the "about us" flash menu is highlighted.

    This is already done with the template I bought, they have HTML files named ad index-1.html index-2.html, etc...

    The problem is that they didn't have a link to the home page, so I modified one of the...
    See more | Go to post

  • roula
    replied to How do i center align divs
    it's an expression DUH...
    See more | Go to post

    Leave a comment:


  • roula
    replied to How do i center align divs
    thanks for your reply, i already tried many align-center but it's only aligning the text to the center while the divs are still sticking to the left side. as for the second part of the question, i just 2 divs on top of each others, the bottom one will have a fixed background that does not scroll, and the one above have the text that will scroll. this is actually working in IE when i set z-index=-1 like u see in my code, but it's not working in firefox....
    See more | Go to post

    Leave a comment:


  • roula
    started a topic How do i center align divs

    How do i center align divs

    I HATE DIVS AND DIFFERENT BROWSERS!!! i spent the whole day and night searching for a way to center align stupid divs, the problem is that the code is so sensitive, i lost my mind trying to make them work in a certain way (like some should scroll with a fixed background and others shouldn't scroll bla bla..) and the divs are nested and positioned in different ways and if i change something it gets messed up and what works in in IE doesn't work in...
    See more | Go to post
No activity results to display
Show More
Working...